Skip to content

Latest commit

 

History

History
156 lines (83 loc) · 3.9 KB

ConfKeyInfo.md

File metadata and controls

156 lines (83 loc) · 3.9 KB

ConfKeyInfo

Properties

Name Type Description Notes
DataType ConfDataTypeObject
DisplayName string
HelpTxt string
Key string
Scope string
Tags []string

Methods

NewConfKeyInfo

func NewConfKeyInfo(dataType ConfDataTypeObject, displayName string, helpTxt string, key string, scope string, tags []string, ) *ConfKeyInfo

NewConfKeyInfo instantiates a new ConfKeyInfo 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

NewConfKeyInfoWithDefaults

func NewConfKeyInfoWithDefaults() *ConfKeyInfo

NewConfKeyInfoWithDefaults instantiates a new ConfKeyInfo 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

GetDataType

func (o *ConfKeyInfo) GetDataType() ConfDataTypeObject

GetDataType returns the DataType field if non-nil, zero value otherwise.

GetDataTypeOk

func (o *ConfKeyInfo) GetDataTypeOk() (*ConfDataTypeObject, bool)

GetDataTypeOk returns a tuple with the DataType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDataType

func (o *ConfKeyInfo) SetDataType(v ConfDataTypeObject)

SetDataType sets DataType field to given value.

GetDisplayName

func (o *ConfKeyInfo) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

func (o *ConfKeyInfo) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDisplayName

func (o *ConfKeyInfo) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

GetHelpTxt

func (o *ConfKeyInfo) GetHelpTxt() string

GetHelpTxt returns the HelpTxt field if non-nil, zero value otherwise.

GetHelpTxtOk

func (o *ConfKeyInfo) GetHelpTxtOk() (*string, bool)

GetHelpTxtOk returns a tuple with the HelpTxt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetHelpTxt

func (o *ConfKeyInfo) SetHelpTxt(v string)

SetHelpTxt sets HelpTxt field to given value.

GetKey

func (o *ConfKeyInfo) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

func (o *ConfKeyInfo) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetKey

func (o *ConfKeyInfo) SetKey(v string)

SetKey sets Key field to given value.

GetScope

func (o *ConfKeyInfo) GetScope() string

GetScope returns the Scope field if non-nil, zero value otherwise.

GetScopeOk

func (o *ConfKeyInfo) GetScopeOk() (*string, bool)

GetScopeOk returns a tuple with the Scope field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetScope

func (o *ConfKeyInfo) SetScope(v string)

SetScope sets Scope field to given value.

GetTags

func (o *ConfKeyInfo) GetTags() []string

GetTags returns the Tags field if non-nil, zero value otherwise.

GetTagsOk

func (o *ConfKeyInfo) GetTagsOk() (*[]string, bool)

GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTags

func (o *ConfKeyInfo) SetTags(v []string)

SetTags sets Tags field to given value.

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