Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.71 KB

V1GetWorkloadResponse.md

File metadata and controls

56 lines (31 loc) · 1.71 KB

V1GetWorkloadResponse

Properties

Name Type Description Notes
Workload Pointer to V1Workload [optional]

Methods

NewV1GetWorkloadResponse

func NewV1GetWorkloadResponse() *V1GetWorkloadResponse

NewV1GetWorkloadResponse instantiates a new V1GetWorkloadResponse 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

NewV1GetWorkloadResponseWithDefaults

func NewV1GetWorkloadResponseWithDefaults() *V1GetWorkloadResponse

NewV1GetWorkloadResponseWithDefaults instantiates a new V1GetWorkloadResponse 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 *V1GetWorkloadResponse) GetWorkload() V1Workload

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

GetWorkloadOk

func (o *V1GetWorkloadResponse) 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 *V1GetWorkloadResponse) SetWorkload(v V1Workload)

SetWorkload sets Workload field to given value.

HasWorkload

func (o *V1GetWorkloadResponse) HasWorkload() bool

HasWorkload returns a boolean if a field has been set.

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