Name | Type | Description | Notes |
---|---|---|---|
ExecutionId | string | ||
EnvironmentId | string |
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
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
func (o *DeploymentHistoryEnvironmentV2Identifier) GetExecutionId() string
GetExecutionId returns the ExecutionId field if non-nil, zero value otherwise.
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.
func (o *DeploymentHistoryEnvironmentV2Identifier) SetExecutionId(v string)
SetExecutionId sets ExecutionId field to given value.
func (o *DeploymentHistoryEnvironmentV2Identifier) GetEnvironmentId() string
GetEnvironmentId returns the EnvironmentId field if non-nil, zero value otherwise.
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.
func (o *DeploymentHistoryEnvironmentV2Identifier) SetEnvironmentId(v string)
SetEnvironmentId sets EnvironmentId field to given value.