Name | Type | Description | Notes |
---|---|---|---|
Type | string | ||
Key | string | ||
Label | string | ||
Placeholder | Pointer to string | [optional] | |
Required | Pointer to bool | [optional] | |
DefaultValue | Pointer to interface{} | [optional] | |
ShowConditions | Pointer to []ListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner | [optional] | |
Description | Pointer to string | [optional] | |
Tooltip | Pointer to string | [optional] | |
IsConfidential | Pointer to bool | [optional] |
func NewListConnectors200ResponseInnerFormItemsInnerOneOf2(type_ string, key string, label string, ) *ListConnectors200ResponseInnerFormItemsInnerOneOf2
NewListConnectors200ResponseInnerFormItemsInnerOneOf2 instantiates a new ListConnectors200ResponseInnerFormItemsInnerOneOf2 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 NewListConnectors200ResponseInnerFormItemsInnerOneOf2WithDefaults() *ListConnectors200ResponseInnerFormItemsInnerOneOf2
NewListConnectors200ResponseInnerFormItemsInnerOneOf2WithDefaults instantiates a new ListConnectors200ResponseInnerFormItemsInnerOneOf2 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 *ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) SetType(v string)
SetType sets Type field to given value.
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetKey() string
GetKey returns the Key field if non-nil, zero value otherwise.
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) 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 *ListConnectors200ResponseInnerFormItemsInnerOneOf2) SetKey(v string)
SetKey sets Key field to given value.
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetLabel() string
GetLabel returns the Label field if non-nil, zero value otherwise.
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) SetLabel(v string)
SetLabel sets Label field to given value.
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetPlaceholder() string
GetPlaceholder returns the Placeholder field if non-nil, zero value otherwise.
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetPlaceholderOk() (*string, bool)
GetPlaceholderOk returns a tuple with the Placeholder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) SetPlaceholder(v string)
SetPlaceholder sets Placeholder field to given value.
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) HasPlaceholder() bool
HasPlaceholder returns a boolean if a field has been set.
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetRequired() bool
GetRequired returns the Required field if non-nil, zero value otherwise.
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetRequiredOk() (*bool, bool)
GetRequiredOk returns a tuple with the Required field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) SetRequired(v bool)
SetRequired sets Required field to given value.
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) HasRequired() bool
HasRequired returns a boolean if a field has been set.
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetDefaultValue() interface{}
GetDefaultValue returns the DefaultValue field if non-nil, zero value otherwise.
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetDefaultValueOk() (*interface{}, bool)
GetDefaultValueOk returns a tuple with the DefaultValue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) SetDefaultValue(v interface{})
SetDefaultValue sets DefaultValue field to given value.
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) HasDefaultValue() bool
HasDefaultValue returns a boolean if a field has been set.
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) SetDefaultValueNil(b bool)
SetDefaultValueNil sets the value for DefaultValue to be an explicit nil
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) UnsetDefaultValue()
UnsetDefaultValue ensures that no value is present for DefaultValue, not even an explicit nil
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetShowConditions() []ListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner
GetShowConditions returns the ShowConditions field if non-nil, zero value otherwise.
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetShowConditionsOk() (*[]ListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner, bool)
GetShowConditionsOk returns a tuple with the ShowConditions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) SetShowConditions(v []ListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner)
SetShowConditions sets ShowConditions field to given value.
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) HasShowConditions() bool
HasShowConditions returns a boolean if a field has been set.
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetTooltip() string
GetTooltip returns the Tooltip field if non-nil, zero value otherwise.
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetTooltipOk() (*string, bool)
GetTooltipOk returns a tuple with the Tooltip field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) SetTooltip(v string)
SetTooltip sets Tooltip field to given value.
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) HasTooltip() bool
HasTooltip returns a boolean if a field has been set.
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetIsConfidential() bool
GetIsConfidential returns the IsConfidential field if non-nil, zero value otherwise.
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetIsConfidentialOk() (*bool, bool)
GetIsConfidentialOk returns a tuple with the IsConfidential field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) SetIsConfidential(v bool)
SetIsConfidential sets IsConfidential field to given value.
func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) HasIsConfidential() bool
HasIsConfidential returns a boolean if a field has been set.