Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.67 KB

File metadata and controls

72 lines (39 loc) · 2.67 KB

QueuedDeploymentRequestWithStagesIdentifier

Properties

Name Type Description Notes
DeploymentRequestId string
EnvironmentId string

Methods

NewQueuedDeploymentRequestWithStagesIdentifier

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

NewQueuedDeploymentRequestWithStagesIdentifierWithDefaults

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

GetDeploymentRequestId

func (o *QueuedDeploymentRequestWithStagesIdentifier) GetDeploymentRequestId() string

GetDeploymentRequestId returns the DeploymentRequestId field if non-nil, zero value otherwise.

GetDeploymentRequestIdOk

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.

SetDeploymentRequestId

func (o *QueuedDeploymentRequestWithStagesIdentifier) SetDeploymentRequestId(v string)

SetDeploymentRequestId sets DeploymentRequestId field to given value.

GetEnvironmentId

func (o *QueuedDeploymentRequestWithStagesIdentifier) GetEnvironmentId() string

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

GetEnvironmentIdOk

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.

SetEnvironmentId

func (o *QueuedDeploymentRequestWithStagesIdentifier) SetEnvironmentId(v string)

SetEnvironmentId sets EnvironmentId field to given value.

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