Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.74 KB

V1UpdateWorkloadRequest.md

File metadata and controls

56 lines (31 loc) · 1.74 KB

V1UpdateWorkloadRequest

Properties

Name Type Description Notes
Workload Pointer to V1Workload [optional]

Methods

NewV1UpdateWorkloadRequest

func NewV1UpdateWorkloadRequest() *V1UpdateWorkloadRequest

NewV1UpdateWorkloadRequest instantiates a new V1UpdateWorkloadRequest 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

NewV1UpdateWorkloadRequestWithDefaults

func NewV1UpdateWorkloadRequestWithDefaults() *V1UpdateWorkloadRequest

NewV1UpdateWorkloadRequestWithDefaults instantiates a new V1UpdateWorkloadRequest 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

GetWorkload

func (o *V1UpdateWorkloadRequest) GetWorkload() V1Workload

GetWorkload returns the Workload field if non-nil, zero value otherwise.

GetWorkloadOk

func (o *V1UpdateWorkloadRequest) GetWorkloadOk() (*V1Workload, 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.

SetWorkload

func (o *V1UpdateWorkloadRequest) SetWorkload(v V1Workload)

SetWorkload sets Workload field to given value.

HasWorkload

func (o *V1UpdateWorkloadRequest) HasWorkload() bool

HasWorkload returns a boolean if a field has been set.

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