Name | Type | Description | Notes |
---|---|---|---|
DataType | ConfDataTypeObject | ||
DisplayName | string | ||
HelpTxt | string | ||
Key | string | ||
Scope | string | ||
Tags | []string |
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
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
func (o *ConfKeyInfo) GetDataType() ConfDataTypeObject
GetDataType returns the DataType field if non-nil, zero value otherwise.
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.
func (o *ConfKeyInfo) SetDataType(v ConfDataTypeObject)
SetDataType sets DataType field to given value.
func (o *ConfKeyInfo) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
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.
func (o *ConfKeyInfo) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *ConfKeyInfo) GetHelpTxt() string
GetHelpTxt returns the HelpTxt field if non-nil, zero value otherwise.
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.
func (o *ConfKeyInfo) SetHelpTxt(v string)
SetHelpTxt sets HelpTxt field to given value.
func (o *ConfKeyInfo) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
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.
func (o *ConfKeyInfo) SetKey(v string)
SetKey sets Key field to given value.
func (o *ConfKeyInfo) GetScope() string
GetScope returns the Scope field if non-nil, zero value otherwise.
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.
func (o *ConfKeyInfo) SetScope(v string)
SetScope sets Scope field to given value.
func (o *ConfKeyInfo) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
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.
func (o *ConfKeyInfo) SetTags(v []string)
SetTags sets Tags field to given value.