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] |
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
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
func (o *V3RoutesPostRequest) GetHost() string
GetHost returns the Host field if non-nil, zero value otherwise.
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.
func (o *V3RoutesPostRequest) SetHost(v string)
SetHost sets Host field to given value.
func (o *V3RoutesPostRequest) HasHost() bool
HasHost returns a boolean if a field has been set.
func (o *V3RoutesPostRequest) GetMetadata() V3AppsGuidDropletsCurrentGet200ResponseMetadata
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
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.
func (o *V3RoutesPostRequest) SetMetadata(v V3AppsGuidDropletsCurrentGet200ResponseMetadata)
SetMetadata sets Metadata field to given value.
func (o *V3RoutesPostRequest) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *V3RoutesPostRequest) GetPath() string
GetPath returns the Path field if non-nil, zero value otherwise.
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.
func (o *V3RoutesPostRequest) SetPath(v string)
SetPath sets Path field to given value.
func (o *V3RoutesPostRequest) HasPath() bool
HasPath returns a boolean if a field has been set.
func (o *V3RoutesPostRequest) GetPort() int32
GetPort returns the Port field if non-nil, zero value otherwise.
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.
func (o *V3RoutesPostRequest) SetPort(v int32)
SetPort sets Port field to given value.
func (o *V3RoutesPostRequest) HasPort() bool
HasPort returns a boolean if a field has been set.
func (o *V3RoutesPostRequest) GetRelationships() V3RoutesPostRequestRelationships
GetRelationships returns the Relationships field if non-nil, zero value otherwise.
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.
func (o *V3RoutesPostRequest) SetRelationships(v V3RoutesPostRequestRelationships)
SetRelationships sets Relationships field to given value.
func (o *V3RoutesPostRequest) HasRelationships() bool
HasRelationships returns a boolean if a field has been set.