Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.51 KB

V3RoutesPostRequest.md

File metadata and controls

160 lines (87 loc) · 4.51 KB

V3RoutesPostRequest

Properties

Name Type Description Notes
Host Pointer to string [optional]
Metadata Pointer to V3AppsGuidDropletsCurrentGet200ResponseMetadata [optional]
Path Pointer to string [optional]
Port Pointer to int32 [optional]
Relationships Pointer to V3RoutesPostRequestRelationships [optional]

Methods

NewV3RoutesPostRequest

func NewV3RoutesPostRequest() *V3RoutesPostRequest

NewV3RoutesPostRequest instantiates a new V3RoutesPostRequest 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

NewV3RoutesPostRequestWithDefaults

func NewV3RoutesPostRequestWithDefaults() *V3RoutesPostRequest

NewV3RoutesPostRequestWithDefaults instantiates a new V3RoutesPostRequest 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

GetHost

func (o *V3RoutesPostRequest) GetHost() string

GetHost returns the Host field if non-nil, zero value otherwise.

GetHostOk

func (o *V3RoutesPostRequest) GetHostOk() (*string, bool)

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

SetHost

func (o *V3RoutesPostRequest) SetHost(v string)

SetHost sets Host field to given value.

HasHost

func (o *V3RoutesPostRequest) HasHost() bool

HasHost returns a boolean if a field has been set.

GetMetadata

func (o *V3RoutesPostRequest) GetMetadata() V3AppsGuidDropletsCurrentGet200ResponseMetadata

GetMetadata returns the Metadata field if non-nil, zero value otherwise.

GetMetadataOk

func (o *V3RoutesPostRequest) GetMetadataOk() (*V3AppsGuidDropletsCurrentGet200ResponseMetadata, bool)

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

SetMetadata

func (o *V3RoutesPostRequest) SetMetadata(v V3AppsGuidDropletsCurrentGet200ResponseMetadata)

SetMetadata sets Metadata field to given value.

HasMetadata

func (o *V3RoutesPostRequest) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

GetPath

func (o *V3RoutesPostRequest) GetPath() string

GetPath returns the Path field if non-nil, zero value otherwise.

GetPathOk

func (o *V3RoutesPostRequest) GetPathOk() (*string, bool)

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

SetPath

func (o *V3RoutesPostRequest) SetPath(v string)

SetPath sets Path field to given value.

HasPath

func (o *V3RoutesPostRequest) HasPath() bool

HasPath returns a boolean if a field has been set.

GetPort

func (o *V3RoutesPostRequest) GetPort() int32

GetPort returns the Port field if non-nil, zero value otherwise.

GetPortOk

func (o *V3RoutesPostRequest) GetPortOk() (*int32, bool)

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

SetPort

func (o *V3RoutesPostRequest) SetPort(v int32)

SetPort sets Port field to given value.

HasPort

func (o *V3RoutesPostRequest) HasPort() bool

HasPort returns a boolean if a field has been set.

GetRelationships

func (o *V3RoutesPostRequest) GetRelationships() V3RoutesPostRequestRelationships

GetRelationships returns the Relationships field if non-nil, zero value otherwise.

GetRelationshipsOk

func (o *V3RoutesPostRequest) GetRelationshipsOk() (*V3RoutesPostRequestRelationships, bool)

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

SetRelationships

func (o *V3RoutesPostRequest) SetRelationships(v V3RoutesPostRequestRelationships)

SetRelationships sets Relationships field to given value.

HasRelationships

func (o *V3RoutesPostRequest) HasRelationships() bool

HasRelationships returns a boolean if a field has been set.

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