Name | Type | Description | Notes |
---|---|---|---|
InstitutionId | Pointer to string | ID of institution identity to which members were added. | [optional] |
Members | Pointer to []InstitutionMember | List of institution members that were added to the institution. | [optional] |
func NewAddInstitutionMembersResponse() *AddInstitutionMembersResponse
NewAddInstitutionMembersResponse instantiates a new AddInstitutionMembersResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAddInstitutionMembersResponseWithDefaults() *AddInstitutionMembersResponse
NewAddInstitutionMembersResponseWithDefaults instantiates a new AddInstitutionMembersResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *AddInstitutionMembersResponse) GetInstitutionId() string
GetInstitutionId returns the InstitutionId field if non-nil, zero value otherwise.
func (o *AddInstitutionMembersResponse) GetInstitutionIdOk() (*string, bool)
GetInstitutionIdOk returns a tuple with the InstitutionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddInstitutionMembersResponse) SetInstitutionId(v string)
SetInstitutionId sets InstitutionId field to given value.
func (o *AddInstitutionMembersResponse) HasInstitutionId() bool
HasInstitutionId returns a boolean if a field has been set.
func (o *AddInstitutionMembersResponse) GetMembers() []InstitutionMember
GetMembers returns the Members field if non-nil, zero value otherwise.
func (o *AddInstitutionMembersResponse) GetMembersOk() (*[]InstitutionMember, bool)
GetMembersOk returns a tuple with the Members field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddInstitutionMembersResponse) SetMembers(v []InstitutionMember)
SetMembers sets Members field to given value.
func (o *AddInstitutionMembersResponse) HasMembers() bool
HasMembers returns a boolean if a field has been set.