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