| Name | Type | Description | Notes |
|---|---|---|---|
| ConversionTypes | Pointer to []map[string]interface{} | [optional] | |
| Addomain | Pointer to string | [optional] | |
| TrackingVarName | Pointer to string | [optional] |
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
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
func (o *ApiV1TrackingConversionTypesGet200Response) GetConversionTypes() []map[string]interface{}
GetConversionTypes returns the ConversionTypes field if non-nil, zero value otherwise.
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.
func (o *ApiV1TrackingConversionTypesGet200Response) SetConversionTypes(v []map[string]interface{})
SetConversionTypes sets ConversionTypes field to given value.
func (o *ApiV1TrackingConversionTypesGet200Response) HasConversionTypes() bool
HasConversionTypes returns a boolean if a field has been set.
func (o *ApiV1TrackingConversionTypesGet200Response) GetAddomain() string
GetAddomain returns the Addomain field if non-nil, zero value otherwise.
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.
func (o *ApiV1TrackingConversionTypesGet200Response) SetAddomain(v string)
SetAddomain sets Addomain field to given value.
func (o *ApiV1TrackingConversionTypesGet200Response) HasAddomain() bool
HasAddomain returns a boolean if a field has been set.
func (o *ApiV1TrackingConversionTypesGet200Response) GetTrackingVarName() string
GetTrackingVarName returns the TrackingVarName field if non-nil, zero value otherwise.
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.
func (o *ApiV1TrackingConversionTypesGet200Response) SetTrackingVarName(v string)
SetTrackingVarName sets TrackingVarName field to given value.
func (o *ApiV1TrackingConversionTypesGet200Response) HasTrackingVarName() bool
HasTrackingVarName returns a boolean if a field has been set.