Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.52 KB

OrganizationLinks.md

File metadata and controls

134 lines (73 loc) · 3.52 KB

OrganizationLinks

Properties

Name Type Description Notes
DefaultDomain Pointer to string [optional]
Domains Pointer to string [optional]
Quota Pointer to string [optional]
Self Pointer to string [optional]

Methods

NewOrganizationLinks

func NewOrganizationLinks() *OrganizationLinks

NewOrganizationLinks instantiates a new OrganizationLinks 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

NewOrganizationLinksWithDefaults

func NewOrganizationLinksWithDefaults() *OrganizationLinks

NewOrganizationLinksWithDefaults instantiates a new OrganizationLinks 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

GetDefaultDomain

func (o *OrganizationLinks) GetDefaultDomain() string

GetDefaultDomain returns the DefaultDomain field if non-nil, zero value otherwise.

GetDefaultDomainOk

func (o *OrganizationLinks) GetDefaultDomainOk() (*string, bool)

GetDefaultDomainOk returns a tuple with the DefaultDomain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDefaultDomain

func (o *OrganizationLinks) SetDefaultDomain(v string)

SetDefaultDomain sets DefaultDomain field to given value.

HasDefaultDomain

func (o *OrganizationLinks) HasDefaultDomain() bool

HasDefaultDomain returns a boolean if a field has been set.

GetDomains

func (o *OrganizationLinks) GetDomains() string

GetDomains returns the Domains field if non-nil, zero value otherwise.

GetDomainsOk

func (o *OrganizationLinks) GetDomainsOk() (*string, bool)

GetDomainsOk returns a tuple with the Domains field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDomains

func (o *OrganizationLinks) SetDomains(v string)

SetDomains sets Domains field to given value.

HasDomains

func (o *OrganizationLinks) HasDomains() bool

HasDomains returns a boolean if a field has been set.

GetQuota

func (o *OrganizationLinks) GetQuota() string

GetQuota returns the Quota field if non-nil, zero value otherwise.

GetQuotaOk

func (o *OrganizationLinks) GetQuotaOk() (*string, bool)

GetQuotaOk returns a tuple with the Quota field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetQuota

func (o *OrganizationLinks) SetQuota(v string)

SetQuota sets Quota field to given value.

HasQuota

func (o *OrganizationLinks) HasQuota() bool

HasQuota returns a boolean if a field has been set.

GetSelf

func (o *OrganizationLinks) GetSelf() string

GetSelf returns the Self field if non-nil, zero value otherwise.

GetSelfOk

func (o *OrganizationLinks) GetSelfOk() (*string, bool)

GetSelfOk returns a tuple with the Self field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetSelf

func (o *OrganizationLinks) SetSelf(v string)

SetSelf sets Self field to given value.

HasSelf

func (o *OrganizationLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

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