Name | Type | Description | Notes |
---|---|---|---|
Organization | Pointer to Get200ResponseLinksLogCache | [optional] | |
RouteReservations | Pointer to Get200ResponseLinksLogCache | [optional] | |
Self | Pointer to Get200ResponseLinksLogCache | [optional] | |
SharedOrganizations | Pointer to Get200ResponseLinksLogCache | [optional] |
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
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
func (o *DomainLinks) GetOrganization() Get200ResponseLinksLogCache
GetOrganization returns the Organization field if non-nil, zero value otherwise.
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.
func (o *DomainLinks) SetOrganization(v Get200ResponseLinksLogCache)
SetOrganization sets Organization field to given value.
func (o *DomainLinks) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (o *DomainLinks) GetRouteReservations() Get200ResponseLinksLogCache
GetRouteReservations returns the RouteReservations field if non-nil, zero value otherwise.
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.
func (o *DomainLinks) SetRouteReservations(v Get200ResponseLinksLogCache)
SetRouteReservations sets RouteReservations field to given value.
func (o *DomainLinks) HasRouteReservations() bool
HasRouteReservations returns a boolean if a field has been set.
func (o *DomainLinks) GetSelf() Get200ResponseLinksLogCache
GetSelf returns the Self field if non-nil, zero value otherwise.
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.
func (o *DomainLinks) SetSelf(v Get200ResponseLinksLogCache)
SetSelf sets Self field to given value.
func (o *DomainLinks) HasSelf() bool
HasSelf returns a boolean if a field has been set.
func (o *DomainLinks) GetSharedOrganizations() Get200ResponseLinksLogCache
GetSharedOrganizations returns the SharedOrganizations field if non-nil, zero value otherwise.
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.
func (o *DomainLinks) SetSharedOrganizations(v Get200ResponseLinksLogCache)
SetSharedOrganizations sets SharedOrganizations field to given value.
func (o *DomainLinks) HasSharedOrganizations() bool
HasSharedOrganizations returns a boolean if a field has been set.