Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.18 KB

DomainLinks.md

File metadata and controls

134 lines (73 loc) · 4.18 KB

DomainLinks

Properties

Name Type Description Notes
Organization Pointer to Get200ResponseLinksLogCache [optional]
RouteReservations Pointer to Get200ResponseLinksLogCache [optional]
Self Pointer to Get200ResponseLinksLogCache [optional]
SharedOrganizations Pointer to Get200ResponseLinksLogCache [optional]

Methods

NewDomainLinks

func NewDomainLinks() *DomainLinks

NewDomainLinks instantiates a new DomainLinks 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

NewDomainLinksWithDefaults

func NewDomainLinksWithDefaults() *DomainLinks

NewDomainLinksWithDefaults instantiates a new DomainLinks 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

GetOrganization

func (o *DomainLinks) GetOrganization() Get200ResponseLinksLogCache

GetOrganization returns the Organization field if non-nil, zero value otherwise.

GetOrganizationOk

func (o *DomainLinks) GetOrganizationOk() (*Get200ResponseLinksLogCache, bool)

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

SetOrganization

func (o *DomainLinks) SetOrganization(v Get200ResponseLinksLogCache)

SetOrganization sets Organization field to given value.

HasOrganization

func (o *DomainLinks) HasOrganization() bool

HasOrganization returns a boolean if a field has been set.

GetRouteReservations

func (o *DomainLinks) GetRouteReservations() Get200ResponseLinksLogCache

GetRouteReservations returns the RouteReservations field if non-nil, zero value otherwise.

GetRouteReservationsOk

func (o *DomainLinks) GetRouteReservationsOk() (*Get200ResponseLinksLogCache, bool)

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

SetRouteReservations

func (o *DomainLinks) SetRouteReservations(v Get200ResponseLinksLogCache)

SetRouteReservations sets RouteReservations field to given value.

HasRouteReservations

func (o *DomainLinks) HasRouteReservations() bool

HasRouteReservations returns a boolean if a field has been set.

GetSelf

func (o *DomainLinks) GetSelf() Get200ResponseLinksLogCache

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

GetSelfOk

func (o *DomainLinks) GetSelfOk() (*Get200ResponseLinksLogCache, 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 *DomainLinks) SetSelf(v Get200ResponseLinksLogCache)

SetSelf sets Self field to given value.

HasSelf

func (o *DomainLinks) HasSelf() bool

HasSelf returns a boolean if a field has been set.

GetSharedOrganizations

func (o *DomainLinks) GetSharedOrganizations() Get200ResponseLinksLogCache

GetSharedOrganizations returns the SharedOrganizations field if non-nil, zero value otherwise.

GetSharedOrganizationsOk

func (o *DomainLinks) GetSharedOrganizationsOk() (*Get200ResponseLinksLogCache, bool)

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

SetSharedOrganizations

func (o *DomainLinks) SetSharedOrganizations(v Get200ResponseLinksLogCache)

SetSharedOrganizations sets SharedOrganizations field to given value.

HasSharedOrganizations

func (o *DomainLinks) HasSharedOrganizations() bool

HasSharedOrganizations returns a boolean if a field has been set.

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