Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.77 KB

File metadata and controls

108 lines (59 loc) · 3.77 KB

ApiV1TrackingConversionTypesGet200Response

Properties

Name Type Description Notes
ConversionTypes Pointer to []map[string]interface{} [optional]
Addomain Pointer to string [optional]
TrackingVarName Pointer to string [optional]

Methods

NewApiV1TrackingConversionTypesGet200Response

func NewApiV1TrackingConversionTypesGet200Response() *ApiV1TrackingConversionTypesGet200Response

NewApiV1TrackingConversionTypesGet200Response instantiates a new ApiV1TrackingConversionTypesGet200Response 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

NewApiV1TrackingConversionTypesGet200ResponseWithDefaults

func NewApiV1TrackingConversionTypesGet200ResponseWithDefaults() *ApiV1TrackingConversionTypesGet200Response

NewApiV1TrackingConversionTypesGet200ResponseWithDefaults instantiates a new ApiV1TrackingConversionTypesGet200Response 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

GetConversionTypes

func (o *ApiV1TrackingConversionTypesGet200Response) GetConversionTypes() []map[string]interface{}

GetConversionTypes returns the ConversionTypes field if non-nil, zero value otherwise.

GetConversionTypesOk

func (o *ApiV1TrackingConversionTypesGet200Response) GetConversionTypesOk() (*[]map[string]interface{}, bool)

GetConversionTypesOk returns a tuple with the ConversionTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetConversionTypes

func (o *ApiV1TrackingConversionTypesGet200Response) SetConversionTypes(v []map[string]interface{})

SetConversionTypes sets ConversionTypes field to given value.

HasConversionTypes

func (o *ApiV1TrackingConversionTypesGet200Response) HasConversionTypes() bool

HasConversionTypes returns a boolean if a field has been set.

GetAddomain

func (o *ApiV1TrackingConversionTypesGet200Response) GetAddomain() string

GetAddomain returns the Addomain field if non-nil, zero value otherwise.

GetAddomainOk

func (o *ApiV1TrackingConversionTypesGet200Response) GetAddomainOk() (*string, bool)

GetAddomainOk returns a tuple with the Addomain field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAddomain

func (o *ApiV1TrackingConversionTypesGet200Response) SetAddomain(v string)

SetAddomain sets Addomain field to given value.

HasAddomain

func (o *ApiV1TrackingConversionTypesGet200Response) HasAddomain() bool

HasAddomain returns a boolean if a field has been set.

GetTrackingVarName

func (o *ApiV1TrackingConversionTypesGet200Response) GetTrackingVarName() string

GetTrackingVarName returns the TrackingVarName field if non-nil, zero value otherwise.

GetTrackingVarNameOk

func (o *ApiV1TrackingConversionTypesGet200Response) GetTrackingVarNameOk() (*string, bool)

GetTrackingVarNameOk returns a tuple with the TrackingVarName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTrackingVarName

func (o *ApiV1TrackingConversionTypesGet200Response) SetTrackingVarName(v string)

SetTrackingVarName sets TrackingVarName field to given value.

HasTrackingVarName

func (o *ApiV1TrackingConversionTypesGet200Response) HasTrackingVarName() bool

HasTrackingVarName returns a boolean if a field has been set.

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