Name | Type | Description | Notes |
---|---|---|---|
Organization | Pointer to V3DropletsPostRequestRelationshipsApp | [optional] | |
SharedOrganizations | Pointer to DomainRelationshipsSharedOrganizations | [optional] |
func NewDomainRelationships() *DomainRelationships
NewDomainRelationships instantiates a new DomainRelationships 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 NewDomainRelationshipsWithDefaults() *DomainRelationships
NewDomainRelationshipsWithDefaults instantiates a new DomainRelationships 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 *DomainRelationships) GetOrganization() V3DropletsPostRequestRelationshipsApp
GetOrganization returns the Organization field if non-nil, zero value otherwise.
func (o *DomainRelationships) GetOrganizationOk() (*V3DropletsPostRequestRelationshipsApp, 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 *DomainRelationships) SetOrganization(v V3DropletsPostRequestRelationshipsApp)
SetOrganization sets Organization field to given value.
func (o *DomainRelationships) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (o *DomainRelationships) GetSharedOrganizations() DomainRelationshipsSharedOrganizations
GetSharedOrganizations returns the SharedOrganizations field if non-nil, zero value otherwise.
func (o *DomainRelationships) GetSharedOrganizationsOk() (*DomainRelationshipsSharedOrganizations, 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 *DomainRelationships) SetSharedOrganizations(v DomainRelationshipsSharedOrganizations)
SetSharedOrganizations sets SharedOrganizations field to given value.
func (o *DomainRelationships) HasSharedOrganizations() bool
HasSharedOrganizations returns a boolean if a field has been set.