Name | Type | Description | Notes |
---|---|---|---|
Wckey | string | WCKey name | |
Flags | []string | Active flags |
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
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
func (o *V0041OpenapiSlurmdbdJobsRespJobsInnerWckey) GetWckey() string
GetWckey returns the Wckey field if non-nil, zero value otherwise.
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.
func (o *V0041OpenapiSlurmdbdJobsRespJobsInnerWckey) SetWckey(v string)
SetWckey sets Wckey field to given value.
func (o *V0041OpenapiSlurmdbdJobsRespJobsInnerWckey) GetFlags() []string
GetFlags returns the Flags field if non-nil, zero value otherwise.
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.
func (o *V0041OpenapiSlurmdbdJobsRespJobsInnerWckey) SetFlags(v []string)
SetFlags sets Flags field to given value.