Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.78 KB

V3RoutesPostRequestRelationships.md

File metadata and controls

82 lines (45 loc) · 2.78 KB

V3RoutesPostRequestRelationships

Properties

Name Type Description Notes
Domain Pointer to V3AppsPostRequestRelationshipsSpace [optional]
Space Pointer to V3AppsPostRequestRelationshipsSpace [optional]

Methods

NewV3RoutesPostRequestRelationships

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

NewV3RoutesPostRequestRelationshipsWithDefaults

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

GetDomain

func (o *V3RoutesPostRequestRelationships) GetDomain() V3AppsPostRequestRelationshipsSpace

GetDomain returns the Domain field if non-nil, zero value otherwise.

GetDomainOk

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.

SetDomain

func (o *V3RoutesPostRequestRelationships) SetDomain(v V3AppsPostRequestRelationshipsSpace)

SetDomain sets Domain field to given value.

HasDomain

func (o *V3RoutesPostRequestRelationships) HasDomain() bool

HasDomain returns a boolean if a field has been set.

GetSpace

func (o *V3RoutesPostRequestRelationships) GetSpace() V3AppsPostRequestRelationshipsSpace

GetSpace returns the Space field if non-nil, zero value otherwise.

GetSpaceOk

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.

SetSpace

func (o *V3RoutesPostRequestRelationships) SetSpace(v V3AppsPostRequestRelationshipsSpace)

SetSpace sets Space field to given value.

HasSpace

func (o *V3RoutesPostRequestRelationships) HasSpace() bool

HasSpace returns a boolean if a field has been set.

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