github.com/IBM-Cloud/bluemix-go@v0.0.0-20240423071914-9e96525baef4/models/access_group_member.go (about) 1 package models 2 3 type AccessGroupMember struct { 4 ID string `json:"id"` 5 Type string `json:"type"` 6 } 7 type AccessGroupMemberV2 struct { 8 ID string `json:"iam_id,omitempty"` 9 Type string `json:"type,omitempty"` 10 Href string `json:"href,omitempty"` 11 Name string `json:"name,omitempty"` 12 Email string `json:"email,omitempty"` 13 CreatedAt string `json:"created_at,omitempty"` 14 CreatedByID string `json:"created_by_id,omitempty"` 15 }