| Name | Type | Description | Notes |
|---|---|---|---|
| DeploymentRequestId | string | ||
| EnvironmentId | string |
func NewQueuedDeploymentRequestWithStagesIdentifier(deploymentRequestId string, environmentId string, ) *QueuedDeploymentRequestWithStagesIdentifier
NewQueuedDeploymentRequestWithStagesIdentifier instantiates a new QueuedDeploymentRequestWithStagesIdentifier 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 NewQueuedDeploymentRequestWithStagesIdentifierWithDefaults() *QueuedDeploymentRequestWithStagesIdentifier
NewQueuedDeploymentRequestWithStagesIdentifierWithDefaults instantiates a new QueuedDeploymentRequestWithStagesIdentifier 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 *QueuedDeploymentRequestWithStagesIdentifier) GetDeploymentRequestId() string
GetDeploymentRequestId returns the DeploymentRequestId field if non-nil, zero value otherwise.
func (o *QueuedDeploymentRequestWithStagesIdentifier) GetDeploymentRequestIdOk() (*string, bool)
GetDeploymentRequestIdOk returns a tuple with the DeploymentRequestId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *QueuedDeploymentRequestWithStagesIdentifier) SetDeploymentRequestId(v string)
SetDeploymentRequestId sets DeploymentRequestId field to given value.
func (o *QueuedDeploymentRequestWithStagesIdentifier) GetEnvironmentId() string
GetEnvironmentId returns the EnvironmentId field if non-nil, zero value otherwise.
func (o *QueuedDeploymentRequestWithStagesIdentifier) 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 *QueuedDeploymentRequestWithStagesIdentifier) SetEnvironmentId(v string)
SetEnvironmentId sets EnvironmentId field to given value.