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