Name | Type | Description | Notes |
---|---|---|---|
Plugin | Pointer to V0041OpenapiSlurmdbdJobsRespMetaPlugin | [optional] | |
Client | Pointer to V0041OpenapiSlurmdbdJobsRespMetaClient | [optional] | |
Command | Pointer to []string | [optional] | |
Slurm | Pointer to V0041OpenapiSlurmdbdJobsRespMetaSlurm | [optional] |
func NewV0040OpenapiMeta() *V0040OpenapiMeta
NewV0040OpenapiMeta instantiates a new V0040OpenapiMeta 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 NewV0040OpenapiMetaWithDefaults() *V0040OpenapiMeta
NewV0040OpenapiMetaWithDefaults instantiates a new V0040OpenapiMeta 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 *V0040OpenapiMeta) GetPlugin() V0041OpenapiSlurmdbdJobsRespMetaPlugin
GetPlugin returns the Plugin field if non-nil, zero value otherwise.
func (o *V0040OpenapiMeta) GetPluginOk() (*V0041OpenapiSlurmdbdJobsRespMetaPlugin, bool)
GetPluginOk returns a tuple with the Plugin field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040OpenapiMeta) SetPlugin(v V0041OpenapiSlurmdbdJobsRespMetaPlugin)
SetPlugin sets Plugin field to given value.
func (o *V0040OpenapiMeta) HasPlugin() bool
HasPlugin returns a boolean if a field has been set.
func (o *V0040OpenapiMeta) GetClient() V0041OpenapiSlurmdbdJobsRespMetaClient
GetClient returns the Client field if non-nil, zero value otherwise.
func (o *V0040OpenapiMeta) GetClientOk() (*V0041OpenapiSlurmdbdJobsRespMetaClient, bool)
GetClientOk returns a tuple with the Client field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040OpenapiMeta) SetClient(v V0041OpenapiSlurmdbdJobsRespMetaClient)
SetClient sets Client field to given value.
func (o *V0040OpenapiMeta) HasClient() bool
HasClient returns a boolean if a field has been set.
func (o *V0040OpenapiMeta) GetCommand() []string
GetCommand returns the Command field if non-nil, zero value otherwise.
func (o *V0040OpenapiMeta) GetCommandOk() (*[]string, bool)
GetCommandOk returns a tuple with the Command field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040OpenapiMeta) SetCommand(v []string)
SetCommand sets Command field to given value.
func (o *V0040OpenapiMeta) HasCommand() bool
HasCommand returns a boolean if a field has been set.
func (o *V0040OpenapiMeta) GetSlurm() V0041OpenapiSlurmdbdJobsRespMetaSlurm
GetSlurm returns the Slurm field if non-nil, zero value otherwise.
func (o *V0040OpenapiMeta) GetSlurmOk() (*V0041OpenapiSlurmdbdJobsRespMetaSlurm, bool)
GetSlurmOk returns a tuple with the Slurm field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040OpenapiMeta) SetSlurm(v V0041OpenapiSlurmdbdJobsRespMetaSlurm)
SetSlurm sets Slurm field to given value.
func (o *V0040OpenapiMeta) HasSlurm() bool
HasSlurm returns a boolean if a field has been set.