Name | Type | Description | Notes |
---|---|---|---|
Domain | Pointer to V3AppsPostRequestRelationshipsSpace | [optional] | |
Space | Pointer to V3AppsPostRequestRelationshipsSpace | [optional] |
func NewV3RoutesPostRequestRelationships() *V3RoutesPostRequestRelationships
NewV3RoutesPostRequestRelationships instantiates a new V3RoutesPostRequestRelationships 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 NewV3RoutesPostRequestRelationshipsWithDefaults() *V3RoutesPostRequestRelationships
NewV3RoutesPostRequestRelationshipsWithDefaults instantiates a new V3RoutesPostRequestRelationships 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 *V3RoutesPostRequestRelationships) GetDomain() V3AppsPostRequestRelationshipsSpace
GetDomain returns the Domain field if non-nil, zero value otherwise.
func (o *V3RoutesPostRequestRelationships) GetDomainOk() (*V3AppsPostRequestRelationshipsSpace, bool)
GetDomainOk returns a tuple with the Domain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3RoutesPostRequestRelationships) SetDomain(v V3AppsPostRequestRelationshipsSpace)
SetDomain sets Domain field to given value.
func (o *V3RoutesPostRequestRelationships) HasDomain() bool
HasDomain returns a boolean if a field has been set.
func (o *V3RoutesPostRequestRelationships) GetSpace() V3AppsPostRequestRelationshipsSpace
GetSpace returns the Space field if non-nil, zero value otherwise.
func (o *V3RoutesPostRequestRelationships) GetSpaceOk() (*V3AppsPostRequestRelationshipsSpace, bool)
GetSpaceOk returns a tuple with the Space field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V3RoutesPostRequestRelationships) SetSpace(v V3AppsPostRequestRelationshipsSpace)
SetSpace sets Space field to given value.
func (o *V3RoutesPostRequestRelationships) HasSpace() bool
HasSpace returns a boolean if a field has been set.