Name | Type | Description | Notes |
---|---|---|---|
Products | Pointer to ConfigModelLinksSelf | [optional] | |
Invitations | Pointer to ConfigModelLinksSelf | [optional] | |
Members | Pointer to ConfigModelLinksSelf | [optional] |
func NewOrganizationModelLinks() *OrganizationModelLinks
NewOrganizationModelLinks instantiates a new OrganizationModelLinks 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 NewOrganizationModelLinksWithDefaults() *OrganizationModelLinks
NewOrganizationModelLinksWithDefaults instantiates a new OrganizationModelLinks 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 *OrganizationModelLinks) GetProducts() ConfigModelLinksSelf
GetProducts returns the Products field if non-nil, zero value otherwise.
func (o *OrganizationModelLinks) GetProductsOk() (*ConfigModelLinksSelf, bool)
GetProductsOk returns a tuple with the Products field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationModelLinks) SetProducts(v ConfigModelLinksSelf)
SetProducts sets Products field to given value.
func (o *OrganizationModelLinks) HasProducts() bool
HasProducts returns a boolean if a field has been set.
func (o *OrganizationModelLinks) GetInvitations() ConfigModelLinksSelf
GetInvitations returns the Invitations field if non-nil, zero value otherwise.
func (o *OrganizationModelLinks) GetInvitationsOk() (*ConfigModelLinksSelf, bool)
GetInvitationsOk returns a tuple with the Invitations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationModelLinks) SetInvitations(v ConfigModelLinksSelf)
SetInvitations sets Invitations field to given value.
func (o *OrganizationModelLinks) HasInvitations() bool
HasInvitations returns a boolean if a field has been set.
func (o *OrganizationModelLinks) GetMembers() ConfigModelLinksSelf
GetMembers returns the Members field if non-nil, zero value otherwise.
func (o *OrganizationModelLinks) GetMembersOk() (*ConfigModelLinksSelf, 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 *OrganizationModelLinks) SetMembers(v ConfigModelLinksSelf)
SetMembers sets Members field to given value.
func (o *OrganizationModelLinks) HasMembers() bool
HasMembers returns a boolean if a field has been set.