Name | Type | Description | Notes |
---|---|---|---|
Accounting | Pointer to []V0039Accounting | [optional] | |
Cluster | string | ||
Id | Pointer to int32 | [optional] | |
Name | string | ||
User | string | ||
Flags | Pointer to []string | [optional] |
func NewV0039Wckey(cluster string, name string, user string, ) *V0039Wckey
NewV0039Wckey instantiates a new V0039Wckey 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 NewV0039WckeyWithDefaults() *V0039Wckey
NewV0039WckeyWithDefaults instantiates a new V0039Wckey 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 *V0039Wckey) GetAccounting() []V0039Accounting
GetAccounting returns the Accounting field if non-nil, zero value otherwise.
func (o *V0039Wckey) GetAccountingOk() (*[]V0039Accounting, bool)
GetAccountingOk returns a tuple with the Accounting field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039Wckey) SetAccounting(v []V0039Accounting)
SetAccounting sets Accounting field to given value.
func (o *V0039Wckey) HasAccounting() bool
HasAccounting returns a boolean if a field has been set.
func (o *V0039Wckey) GetCluster() string
GetCluster returns the Cluster field if non-nil, zero value otherwise.
func (o *V0039Wckey) GetClusterOk() (*string, bool)
GetClusterOk returns a tuple with the Cluster field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039Wckey) SetCluster(v string)
SetCluster sets Cluster field to given value.
func (o *V0039Wckey) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *V0039Wckey) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039Wckey) SetId(v int32)
SetId sets Id field to given value.
func (o *V0039Wckey) HasId() bool
HasId returns a boolean if a field has been set.
func (o *V0039Wckey) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *V0039Wckey) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039Wckey) SetName(v string)
SetName sets Name field to given value.
func (o *V0039Wckey) GetUser() string
GetUser returns the User field if non-nil, zero value otherwise.
func (o *V0039Wckey) GetUserOk() (*string, bool)
GetUserOk returns a tuple with the User field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0039Wckey) SetUser(v string)
SetUser sets User field to given value.
func (o *V0039Wckey) GetFlags() []string
GetFlags returns the Flags field if non-nil, zero value otherwise.
func (o *V0039Wckey) 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 *V0039Wckey) SetFlags(v []string)
SetFlags sets Flags field to given value.
func (o *V0039Wckey) HasFlags() bool
HasFlags returns a boolean if a field has been set.