Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.3 KB

OrganizationModelLinks.md

File metadata and controls

108 lines (59 loc) · 3.3 KB

OrganizationModelLinks

Properties

Name Type Description Notes
Products Pointer to ConfigModelLinksSelf [optional]
Invitations Pointer to ConfigModelLinksSelf [optional]
Members Pointer to ConfigModelLinksSelf [optional]

Methods

NewOrganizationModelLinks

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

NewOrganizationModelLinksWithDefaults

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

GetProducts

func (o *OrganizationModelLinks) GetProducts() ConfigModelLinksSelf

GetProducts returns the Products field if non-nil, zero value otherwise.

GetProductsOk

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.

SetProducts

func (o *OrganizationModelLinks) SetProducts(v ConfigModelLinksSelf)

SetProducts sets Products field to given value.

HasProducts

func (o *OrganizationModelLinks) HasProducts() bool

HasProducts returns a boolean if a field has been set.

GetInvitations

func (o *OrganizationModelLinks) GetInvitations() ConfigModelLinksSelf

GetInvitations returns the Invitations field if non-nil, zero value otherwise.

GetInvitationsOk

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.

SetInvitations

func (o *OrganizationModelLinks) SetInvitations(v ConfigModelLinksSelf)

SetInvitations sets Invitations field to given value.

HasInvitations

func (o *OrganizationModelLinks) HasInvitations() bool

HasInvitations returns a boolean if a field has been set.

GetMembers

func (o *OrganizationModelLinks) GetMembers() ConfigModelLinksSelf

GetMembers returns the Members field if non-nil, zero value otherwise.

GetMembersOk

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.

SetMembers

func (o *OrganizationModelLinks) SetMembers(v ConfigModelLinksSelf)

SetMembers sets Members field to given value.

HasMembers

func (o *OrganizationModelLinks) HasMembers() bool

HasMembers returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]