Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to string | [optional] | |
Value | Pointer to string | [optional] | |
IsDefault | Pointer to bool | [optional] | |
IsReadOnly | Pointer to bool | [optional] | |
IsSensitive | Pointer to bool | [optional] | |
Source | Pointer to string | [optional] | |
Default | Pointer to bool | [optional] | |
ReadOnly | Pointer to bool | [optional] | |
Sensitive | Pointer to bool | [optional] |
func NewTopicConfigData() *TopicConfigData
NewTopicConfigData instantiates a new TopicConfigData 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 NewTopicConfigDataWithDefaults() *TopicConfigData
NewTopicConfigDataWithDefaults instantiates a new TopicConfigData 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 *TopicConfigData) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *TopicConfigData) 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 *TopicConfigData) SetName(v string)
SetName sets Name field to given value.
func (o *TopicConfigData) HasName() bool
HasName returns a boolean if a field has been set.
func (o *TopicConfigData) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *TopicConfigData) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TopicConfigData) SetValue(v string)
SetValue sets Value field to given value.
func (o *TopicConfigData) HasValue() bool
HasValue returns a boolean if a field has been set.
func (o *TopicConfigData) GetIsDefault() bool
GetIsDefault returns the IsDefault field if non-nil, zero value otherwise.
func (o *TopicConfigData) GetIsDefaultOk() (*bool, bool)
GetIsDefaultOk returns a tuple with the IsDefault field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TopicConfigData) SetIsDefault(v bool)
SetIsDefault sets IsDefault field to given value.
func (o *TopicConfigData) HasIsDefault() bool
HasIsDefault returns a boolean if a field has been set.
func (o *TopicConfigData) GetIsReadOnly() bool
GetIsReadOnly returns the IsReadOnly field if non-nil, zero value otherwise.
func (o *TopicConfigData) GetIsReadOnlyOk() (*bool, bool)
GetIsReadOnlyOk returns a tuple with the IsReadOnly field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TopicConfigData) SetIsReadOnly(v bool)
SetIsReadOnly sets IsReadOnly field to given value.
func (o *TopicConfigData) HasIsReadOnly() bool
HasIsReadOnly returns a boolean if a field has been set.
func (o *TopicConfigData) GetIsSensitive() bool
GetIsSensitive returns the IsSensitive field if non-nil, zero value otherwise.
func (o *TopicConfigData) GetIsSensitiveOk() (*bool, bool)
GetIsSensitiveOk returns a tuple with the IsSensitive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TopicConfigData) SetIsSensitive(v bool)
SetIsSensitive sets IsSensitive field to given value.
func (o *TopicConfigData) HasIsSensitive() bool
HasIsSensitive returns a boolean if a field has been set.
func (o *TopicConfigData) GetSource() string
GetSource returns the Source field if non-nil, zero value otherwise.
func (o *TopicConfigData) GetSourceOk() (*string, bool)
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TopicConfigData) SetSource(v string)
SetSource sets Source field to given value.
func (o *TopicConfigData) HasSource() bool
HasSource returns a boolean if a field has been set.
func (o *TopicConfigData) GetDefault() bool
GetDefault returns the Default field if non-nil, zero value otherwise.
func (o *TopicConfigData) GetDefaultOk() (*bool, bool)
GetDefaultOk returns a tuple with the Default field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TopicConfigData) SetDefault(v bool)
SetDefault sets Default field to given value.
func (o *TopicConfigData) HasDefault() bool
HasDefault returns a boolean if a field has been set.
func (o *TopicConfigData) GetReadOnly() bool
GetReadOnly returns the ReadOnly field if non-nil, zero value otherwise.
func (o *TopicConfigData) GetReadOnlyOk() (*bool, bool)
GetReadOnlyOk returns a tuple with the ReadOnly field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TopicConfigData) SetReadOnly(v bool)
SetReadOnly sets ReadOnly field to given value.
func (o *TopicConfigData) HasReadOnly() bool
HasReadOnly returns a boolean if a field has been set.
func (o *TopicConfigData) GetSensitive() bool
GetSensitive returns the Sensitive field if non-nil, zero value otherwise.
func (o *TopicConfigData) GetSensitiveOk() (*bool, bool)
GetSensitiveOk returns a tuple with the Sensitive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *TopicConfigData) SetSensitive(v bool)
SetSensitive sets Sensitive field to given value.
func (o *TopicConfigData) HasSensitive() bool
HasSensitive returns a boolean if a field has been set.