Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2 KB

V0040WckeyTagStruct.md

File metadata and controls

72 lines (39 loc) · 2 KB

V0040WckeyTagStruct

Properties

Name Type Description Notes
Wckey string WCKey name
Flags []string Active flags

Methods

NewV0040WckeyTagStruct

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

NewV0040WckeyTagStructWithDefaults

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

GetWckey

func (o *V0040WckeyTagStruct) GetWckey() string

GetWckey returns the Wckey field if non-nil, zero value otherwise.

GetWckeyOk

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.

SetWckey

func (o *V0040WckeyTagStruct) SetWckey(v string)

SetWckey sets Wckey field to given value.

GetFlags

func (o *V0040WckeyTagStruct) GetFlags() []string

GetFlags returns the Flags field if non-nil, zero value otherwise.

GetFlagsOk

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.

SetFlags

func (o *V0040WckeyTagStruct) SetFlags(v []string)

SetFlags sets Flags field to given value.

[Back to Model list] [Back to API list] [Back to README]