Name | Type | Description | Notes |
---|---|---|---|
Plugin | Pointer to Dbv0039MetaPlugin | [optional] | |
Slurm | Pointer to Dbv0039MetaSlurm | [optional] |
func NewV0039Meta() *V0039Meta
NewV0039Meta instantiates a new V0039Meta 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 NewV0039MetaWithDefaults() *V0039Meta
NewV0039MetaWithDefaults instantiates a new V0039Meta 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 *V0039Meta) GetPlugin() Dbv0039MetaPlugin
GetPlugin returns the Plugin field if non-nil, zero value otherwise.
func (o *V0039Meta) GetPluginOk() (*Dbv0039MetaPlugin, 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 *V0039Meta) SetPlugin(v Dbv0039MetaPlugin)
SetPlugin sets Plugin field to given value.
func (o *V0039Meta) HasPlugin() bool
HasPlugin returns a boolean if a field has been set.
func (o *V0039Meta) GetSlurm() Dbv0039MetaSlurm
GetSlurm returns the Slurm field if non-nil, zero value otherwise.
func (o *V0039Meta) GetSlurmOk() (*Dbv0039MetaSlurm, 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 *V0039Meta) SetSlurm(v Dbv0039MetaSlurm)
SetSlurm sets Slurm field to given value.
func (o *V0039Meta) HasSlurm() bool
HasSlurm returns a boolean if a field has been set.