Name | Type | Description | Notes |
---|---|---|---|
DefaultDomain | Pointer to string | [optional] | |
Domains | Pointer to string | [optional] | |
Quota | Pointer to string | [optional] | |
Self | Pointer to string | [optional] |
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
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
func (o *OrganizationLinks) GetDefaultDomain() string
GetDefaultDomain returns the DefaultDomain field if non-nil, zero value otherwise.
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.
func (o *OrganizationLinks) SetDefaultDomain(v string)
SetDefaultDomain sets DefaultDomain field to given value.
func (o *OrganizationLinks) HasDefaultDomain() bool
HasDefaultDomain returns a boolean if a field has been set.
func (o *OrganizationLinks) GetDomains() string
GetDomains returns the Domains field if non-nil, zero value otherwise.
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.
func (o *OrganizationLinks) SetDomains(v string)
SetDomains sets Domains field to given value.
func (o *OrganizationLinks) HasDomains() bool
HasDomains returns a boolean if a field has been set.
func (o *OrganizationLinks) GetQuota() string
GetQuota returns the Quota field if non-nil, zero value otherwise.
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.
func (o *OrganizationLinks) SetQuota(v string)
SetQuota sets Quota field to given value.
func (o *OrganizationLinks) HasQuota() bool
HasQuota returns a boolean if a field has been set.
func (o *OrganizationLinks) GetSelf() string
GetSelf returns the Self field if non-nil, zero value otherwise.
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.
func (o *OrganizationLinks) SetSelf(v string)
SetSelf sets Self field to given value.
func (o *OrganizationLinks) HasSelf() bool
HasSelf returns a boolean if a field has been set.