| Name | Type | Description | Notes |
|---|---|---|---|
| UseRevisionFromWebhookTriggerEvent | Pointer to bool | flag to indicate weather to deploy workload using revision recieved from webhook trigger | [optional] |
| Workload | string | name of the workload |
func NewDeployWorkloadConfiguration(workload string, ) *DeployWorkloadConfiguration
NewDeployWorkloadConfiguration instantiates a new DeployWorkloadConfiguration 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 NewDeployWorkloadConfigurationWithDefaults() *DeployWorkloadConfiguration
NewDeployWorkloadConfigurationWithDefaults instantiates a new DeployWorkloadConfiguration 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 *DeployWorkloadConfiguration) GetUseRevisionFromWebhookTriggerEvent() bool
GetUseRevisionFromWebhookTriggerEvent returns the UseRevisionFromWebhookTriggerEvent field if non-nil, zero value otherwise.
func (o *DeployWorkloadConfiguration) GetUseRevisionFromWebhookTriggerEventOk() (*bool, bool)
GetUseRevisionFromWebhookTriggerEventOk returns a tuple with the UseRevisionFromWebhookTriggerEvent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeployWorkloadConfiguration) SetUseRevisionFromWebhookTriggerEvent(v bool)
SetUseRevisionFromWebhookTriggerEvent sets UseRevisionFromWebhookTriggerEvent field to given value.
func (o *DeployWorkloadConfiguration) HasUseRevisionFromWebhookTriggerEvent() bool
HasUseRevisionFromWebhookTriggerEvent returns a boolean if a field has been set.
func (o *DeployWorkloadConfiguration) GetWorkload() string
GetWorkload returns the Workload field if non-nil, zero value otherwise.
func (o *DeployWorkloadConfiguration) GetWorkloadOk() (*string, bool)
GetWorkloadOk returns a tuple with the Workload field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeployWorkloadConfiguration) SetWorkload(v string)
SetWorkload sets Workload field to given value.