Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.98 KB

GetRegionalDeploymentReply.md

File metadata and controls

56 lines (31 loc) · 1.98 KB

GetRegionalDeploymentReply

Properties

Name Type Description Notes
RegionalDeployment Pointer to RegionalDeployment [optional]

Methods

NewGetRegionalDeploymentReply

func NewGetRegionalDeploymentReply() *GetRegionalDeploymentReply

NewGetRegionalDeploymentReply instantiates a new GetRegionalDeploymentReply 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

NewGetRegionalDeploymentReplyWithDefaults

func NewGetRegionalDeploymentReplyWithDefaults() *GetRegionalDeploymentReply

NewGetRegionalDeploymentReplyWithDefaults instantiates a new GetRegionalDeploymentReply 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

GetRegionalDeployment

func (o *GetRegionalDeploymentReply) GetRegionalDeployment() RegionalDeployment

GetRegionalDeployment returns the RegionalDeployment field if non-nil, zero value otherwise.

GetRegionalDeploymentOk

func (o *GetRegionalDeploymentReply) GetRegionalDeploymentOk() (*RegionalDeployment, bool)

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

SetRegionalDeployment

func (o *GetRegionalDeploymentReply) SetRegionalDeployment(v RegionalDeployment)

SetRegionalDeployment sets RegionalDeployment field to given value.

HasRegionalDeployment

func (o *GetRegionalDeploymentReply) HasRegionalDeployment() bool

HasRegionalDeployment returns a boolean if a field has been set.

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