Skip to content

Latest commit

 

History

History
232 lines (127 loc) · 7.29 KB

File metadata and controls

232 lines (127 loc) · 7.29 KB

ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner

Properties

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]

Methods

NewApiV1CampaignsTypeSchemaGet200ResponseFieldsInner

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

NewApiV1CampaignsTypeSchemaGet200ResponseFieldsInnerWithDefaults

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

GetName

func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) HasName() bool

HasName returns a boolean if a field has been set.

GetType

func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) HasType() bool

HasType returns a boolean if a field has been set.

GetRequired

func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) GetRequired() bool

GetRequired returns the Required field if non-nil, zero value otherwise.

GetRequiredOk

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.

SetRequired

func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) SetRequired(v bool)

SetRequired sets Required field to given value.

HasRequired

func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) HasRequired() bool

HasRequired returns a boolean if a field has been set.

GetDefault

func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) GetDefault() interface{}

GetDefault returns the Default field if non-nil, zero value otherwise.

GetDefaultOk

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.

SetDefault

func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) SetDefault(v interface{})

SetDefault sets Default field to given value.

HasDefault

func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) HasDefault() bool

HasDefault returns a boolean if a field has been set.

SetDefaultNil

func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) SetDefaultNil(b bool)

SetDefaultNil sets the value for Default to be an explicit nil

UnsetDefault

func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) UnsetDefault()

UnsetDefault ensures that no value is present for Default, not even an explicit nil

GetExample

func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) GetExample() interface{}

GetExample returns the Example field if non-nil, zero value otherwise.

GetExampleOk

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.

SetExample

func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) SetExample(v interface{})

SetExample sets Example field to given value.

HasExample

func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) HasExample() bool

HasExample returns a boolean if a field has been set.

SetExampleNil

func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) SetExampleNil(b bool)

SetExampleNil sets the value for Example to be an explicit nil

UnsetExample

func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) UnsetExample()

UnsetExample ensures that no value is present for Example, not even an explicit nil

GetEnum

func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) GetEnum() []interface{}

GetEnum returns the Enum field if non-nil, zero value otherwise.

GetEnumOk

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.

SetEnum

func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) SetEnum(v []interface{})

SetEnum sets Enum field to given value.

HasEnum

func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) HasEnum() bool

HasEnum returns a boolean if a field has been set.

GetDescription

func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *ApiV1CampaignsTypeSchemaGet200ResponseFieldsInner) HasDescription() bool

HasDescription returns a boolean if a field has been set.

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