Name | Type | Description | Notes |
---|---|---|---|
Admins | Pointer to []OrganizationAdminModel | List of Organization Admins. | [optional] |
BillingManagers | Pointer to []OrganizationAdminModel | List of Billing Managers. | [optional] |
Members | Pointer to []OrganizationMemberModel | List of Organization Members. | [optional] |
func NewOrganizationMembersModel() *OrganizationMembersModel
NewOrganizationMembersModel instantiates a new OrganizationMembersModel 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 NewOrganizationMembersModelWithDefaults() *OrganizationMembersModel
NewOrganizationMembersModelWithDefaults instantiates a new OrganizationMembersModel 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 *OrganizationMembersModel) GetAdmins() []OrganizationAdminModel
GetAdmins returns the Admins field if non-nil, zero value otherwise.
func (o *OrganizationMembersModel) GetAdminsOk() (*[]OrganizationAdminModel, bool)
GetAdminsOk returns a tuple with the Admins field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationMembersModel) SetAdmins(v []OrganizationAdminModel)
SetAdmins sets Admins field to given value.
func (o *OrganizationMembersModel) HasAdmins() bool
HasAdmins returns a boolean if a field has been set.
func (o *OrganizationMembersModel) SetAdminsNil(b bool)
SetAdminsNil sets the value for Admins to be an explicit nil
func (o *OrganizationMembersModel) UnsetAdmins()
UnsetAdmins ensures that no value is present for Admins, not even an explicit nil
func (o *OrganizationMembersModel) GetBillingManagers() []OrganizationAdminModel
GetBillingManagers returns the BillingManagers field if non-nil, zero value otherwise.
func (o *OrganizationMembersModel) GetBillingManagersOk() (*[]OrganizationAdminModel, bool)
GetBillingManagersOk returns a tuple with the BillingManagers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationMembersModel) SetBillingManagers(v []OrganizationAdminModel)
SetBillingManagers sets BillingManagers field to given value.
func (o *OrganizationMembersModel) HasBillingManagers() bool
HasBillingManagers returns a boolean if a field has been set.
func (o *OrganizationMembersModel) SetBillingManagersNil(b bool)
SetBillingManagersNil sets the value for BillingManagers to be an explicit nil
func (o *OrganizationMembersModel) UnsetBillingManagers()
UnsetBillingManagers ensures that no value is present for BillingManagers, not even an explicit nil
func (o *OrganizationMembersModel) GetMembers() []OrganizationMemberModel
GetMembers returns the Members field if non-nil, zero value otherwise.
func (o *OrganizationMembersModel) GetMembersOk() (*[]OrganizationMemberModel, 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 *OrganizationMembersModel) SetMembers(v []OrganizationMemberModel)
SetMembers sets Members field to given value.
func (o *OrganizationMembersModel) HasMembers() bool
HasMembers returns a boolean if a field has been set.
func (o *OrganizationMembersModel) SetMembersNil(b bool)
SetMembersNil sets the value for Members to be an explicit nil
func (o *OrganizationMembersModel) UnsetMembers()
UnsetMembers ensures that no value is present for Members, not even an explicit nil