| Name | Type | Description | Notes |
|---|---|---|---|
| Name | Pointer to string | [optional] | |
| Type | Pointer to string | [optional] | |
| Required | Pointer to bool | [optional] | |
| Default | Pointer to interface{} | [optional] | |
| Example | Pointer to interface{} | [optional] | |
| Enum | Pointer to []interface{} | [optional] | |
| Description | Pointer to string | [optional] |
func NewApiV1CampaignsTypeSchemaGet200ResponseFieldsInner() *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner
NewApiV1CampaignsTypeSchemaGet200ResponseFieldsInner instantiates a new ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner 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 NewApiV1CampaignsTypeSchemaGet200ResponseFieldsInnerWithDefaults() *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner
NewApiV1CampaignsTypeSchemaGet200ResponseFieldsInnerWithDefaults instantiates a new ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner 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 *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) 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 *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) SetName(v string)
SetName sets Name field to given value.
func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) 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 *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) SetType(v string)
SetType sets Type field to given value.
func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) HasType() bool
HasType returns a boolean if a field has been set.
func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) GetRequired() bool
GetRequired returns the Required field if non-nil, zero value otherwise.
func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) 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 *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) SetRequired(v bool)
SetRequired sets Required field to given value.
func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) HasRequired() bool
HasRequired returns a boolean if a field has been set.
func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) GetDefault() interface{}
GetDefault returns the Default field if non-nil, zero value otherwise.
func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) GetDefaultOk() (*interface{}, 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 *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) SetDefault(v interface{})
SetDefault sets Default field to given value.
func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) HasDefault() bool
HasDefault returns a boolean if a field has been set.
func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) SetDefaultNil(b bool)
SetDefaultNil sets the value for Default to be an explicit nil
func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) UnsetDefault()
UnsetDefault ensures that no value is present for Default, not even an explicit nil
func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) GetExample() interface{}
GetExample returns the Example field if non-nil, zero value otherwise.
func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) GetExampleOk() (*interface{}, bool)
GetExampleOk returns a tuple with the Example field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) SetExample(v interface{})
SetExample sets Example field to given value.
func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) HasExample() bool
HasExample returns a boolean if a field has been set.
func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) SetExampleNil(b bool)
SetExampleNil sets the value for Example to be an explicit nil
func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) UnsetExample()
UnsetExample ensures that no value is present for Example, not even an explicit nil
func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) GetEnum() []interface{}
GetEnum returns the Enum field if non-nil, zero value otherwise.
func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) GetEnumOk() (*[]interface{}, bool)
GetEnumOk returns a tuple with the Enum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) SetEnum(v []interface{})
SetEnum sets Enum field to given value.
func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) HasEnum() bool
HasEnum returns a boolean if a field has been set.
func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) 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 *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) HasDescription() bool
HasDescription returns a boolean if a field has been set.