Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.38 KB

V0041OpenapiSlurmdbdJobsRespJobsInnerWckey.md

File metadata and controls

72 lines (39 loc) · 2.38 KB

V0041OpenapiSlurmdbdJobsRespJobsInnerWckey

Properties

Name Type Description Notes
Wckey string WCKey name
Flags []string Active flags

Methods

NewV0041OpenapiSlurmdbdJobsRespJobsInnerWckey

func NewV0041OpenapiSlurmdbdJobsRespJobsInnerWckey(wckey string, flags []string, ) *V0041OpenapiSlurmdbdJobsRespJobsInnerWckey

NewV0041OpenapiSlurmdbdJobsRespJobsInnerWckey instantiates a new V0041OpenapiSlurmdbdJobsRespJobsInnerWckey 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

NewV0041OpenapiSlurmdbdJobsRespJobsInnerWckeyWithDefaults

func NewV0041OpenapiSlurmdbdJobsRespJobsInnerWckeyWithDefaults() *V0041OpenapiSlurmdbdJobsRespJobsInnerWckey

NewV0041OpenapiSlurmdbdJobsRespJobsInnerWckeyWithDefaults instantiates a new V0041OpenapiSlurmdbdJobsRespJobsInnerWckey 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

GetWckey

func (o *V0041OpenapiSlurmdbdJobsRespJobsInnerWckey) GetWckey() string

GetWckey returns the Wckey field if non-nil, zero value otherwise.

GetWckeyOk

func (o *V0041OpenapiSlurmdbdJobsRespJobsInnerWckey) GetWckeyOk() (*string, bool)

GetWckeyOk returns a tuple with the Wckey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetWckey

func (o *V0041OpenapiSlurmdbdJobsRespJobsInnerWckey) SetWckey(v string)

SetWckey sets Wckey field to given value.

GetFlags

func (o *V0041OpenapiSlurmdbdJobsRespJobsInnerWckey) GetFlags() []string

GetFlags returns the Flags field if non-nil, zero value otherwise.

GetFlagsOk

func (o *V0041OpenapiSlurmdbdJobsRespJobsInnerWckey) GetFlagsOk() (*[]string, bool)

GetFlagsOk returns a tuple with the Flags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetFlags

func (o *V0041OpenapiSlurmdbdJobsRespJobsInnerWckey) SetFlags(v []string)

SetFlags sets Flags field to given value.

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