Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.51 KB

DeploymentHistoryEnvironmentV2Identifier.md

File metadata and controls

72 lines (39 loc) · 2.51 KB

DeploymentHistoryEnvironmentV2Identifier

Properties

Name Type Description Notes
ExecutionId string
EnvironmentId string

Methods

NewDeploymentHistoryEnvironmentV2Identifier

func NewDeploymentHistoryEnvironmentV2Identifier(executionId string, environmentId string, ) *DeploymentHistoryEnvironmentV2Identifier

NewDeploymentHistoryEnvironmentV2Identifier instantiates a new DeploymentHistoryEnvironmentV2Identifier 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

NewDeploymentHistoryEnvironmentV2IdentifierWithDefaults

func NewDeploymentHistoryEnvironmentV2IdentifierWithDefaults() *DeploymentHistoryEnvironmentV2Identifier

NewDeploymentHistoryEnvironmentV2IdentifierWithDefaults instantiates a new DeploymentHistoryEnvironmentV2Identifier 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

GetExecutionId

func (o *DeploymentHistoryEnvironmentV2Identifier) GetExecutionId() string

GetExecutionId returns the ExecutionId field if non-nil, zero value otherwise.

GetExecutionIdOk

func (o *DeploymentHistoryEnvironmentV2Identifier) GetExecutionIdOk() (*string, bool)

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

SetExecutionId

func (o *DeploymentHistoryEnvironmentV2Identifier) SetExecutionId(v string)

SetExecutionId sets ExecutionId field to given value.

GetEnvironmentId

func (o *DeploymentHistoryEnvironmentV2Identifier) GetEnvironmentId() string

GetEnvironmentId returns the EnvironmentId field if non-nil, zero value otherwise.

GetEnvironmentIdOk

func (o *DeploymentHistoryEnvironmentV2Identifier) GetEnvironmentIdOk() (*string, bool)

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

SetEnvironmentId

func (o *DeploymentHistoryEnvironmentV2Identifier) SetEnvironmentId(v string)

SetEnvironmentId sets EnvironmentId field to given value.

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