Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.1 KB

DeploymentRoute.md

File metadata and controls

82 lines (45 loc) · 2.1 KB

DeploymentRoute

Properties

Name Type Description Notes
Port Pointer to int64 [optional]
Path Pointer to string [optional]

Methods

NewDeploymentRoute

func NewDeploymentRoute() *DeploymentRoute

NewDeploymentRoute instantiates a new DeploymentRoute 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

NewDeploymentRouteWithDefaults

func NewDeploymentRouteWithDefaults() *DeploymentRoute

NewDeploymentRouteWithDefaults instantiates a new DeploymentRoute 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

GetPort

func (o *DeploymentRoute) GetPort() int64

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

GetPortOk

func (o *DeploymentRoute) GetPortOk() (*int64, 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 *DeploymentRoute) SetPort(v int64)

SetPort sets Port field to given value.

HasPort

func (o *DeploymentRoute) HasPort() bool

HasPort returns a boolean if a field has been set.

GetPath

func (o *DeploymentRoute) GetPath() string

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

GetPathOk

func (o *DeploymentRoute) 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 *DeploymentRoute) SetPath(v string)

SetPath sets Path field to given value.

HasPath

func (o *DeploymentRoute) HasPath() bool

HasPath returns a boolean if a field has been set.

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