Name | Type | Description | Notes |
---|---|---|---|
AppsflyerId | Pointer to string | [optional] | |
Gaid | Pointer to string | [optional] | |
Idfa | Pointer to string | [optional] | |
Idfv | Pointer to string | [optional] | |
Oaid | Pointer to string | [optional] | |
AmazonAid | Pointer to string | [optional] | |
Imei | Pointer to string | [optional] | |
Ref | Pointer to string | [optional] |
func NewUserDevice() *UserDevice
NewUserDevice instantiates a new UserDevice 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 NewUserDeviceWithDefaults() *UserDevice
NewUserDeviceWithDefaults instantiates a new UserDevice 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 *UserDevice) GetAppsflyerId() string
GetAppsflyerId returns the AppsflyerId field if non-nil, zero value otherwise.
func (o *UserDevice) GetAppsflyerIdOk() (*string, bool)
GetAppsflyerIdOk returns a tuple with the AppsflyerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserDevice) SetAppsflyerId(v string)
SetAppsflyerId sets AppsflyerId field to given value.
func (o *UserDevice) HasAppsflyerId() bool
HasAppsflyerId returns a boolean if a field has been set.
func (o *UserDevice) GetGaid() string
GetGaid returns the Gaid field if non-nil, zero value otherwise.
func (o *UserDevice) GetGaidOk() (*string, bool)
GetGaidOk returns a tuple with the Gaid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserDevice) SetGaid(v string)
SetGaid sets Gaid field to given value.
func (o *UserDevice) HasGaid() bool
HasGaid returns a boolean if a field has been set.
func (o *UserDevice) GetIdfa() string
GetIdfa returns the Idfa field if non-nil, zero value otherwise.
func (o *UserDevice) GetIdfaOk() (*string, bool)
GetIdfaOk returns a tuple with the Idfa field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserDevice) SetIdfa(v string)
SetIdfa sets Idfa field to given value.
func (o *UserDevice) HasIdfa() bool
HasIdfa returns a boolean if a field has been set.
func (o *UserDevice) GetIdfv() string
GetIdfv returns the Idfv field if non-nil, zero value otherwise.
func (o *UserDevice) GetIdfvOk() (*string, bool)
GetIdfvOk returns a tuple with the Idfv field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserDevice) SetIdfv(v string)
SetIdfv sets Idfv field to given value.
func (o *UserDevice) HasIdfv() bool
HasIdfv returns a boolean if a field has been set.
func (o *UserDevice) GetOaid() string
GetOaid returns the Oaid field if non-nil, zero value otherwise.
func (o *UserDevice) GetOaidOk() (*string, bool)
GetOaidOk returns a tuple with the Oaid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserDevice) SetOaid(v string)
SetOaid sets Oaid field to given value.
func (o *UserDevice) HasOaid() bool
HasOaid returns a boolean if a field has been set.
func (o *UserDevice) GetAmazonAid() string
GetAmazonAid returns the AmazonAid field if non-nil, zero value otherwise.
func (o *UserDevice) GetAmazonAidOk() (*string, bool)
GetAmazonAidOk returns a tuple with the AmazonAid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserDevice) SetAmazonAid(v string)
SetAmazonAid sets AmazonAid field to given value.
func (o *UserDevice) HasAmazonAid() bool
HasAmazonAid returns a boolean if a field has been set.
func (o *UserDevice) GetImei() string
GetImei returns the Imei field if non-nil, zero value otherwise.
func (o *UserDevice) GetImeiOk() (*string, bool)
GetImeiOk returns a tuple with the Imei field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserDevice) SetImei(v string)
SetImei sets Imei field to given value.
func (o *UserDevice) HasImei() bool
HasImei returns a boolean if a field has been set.
func (o *UserDevice) GetRef() string
GetRef returns the Ref field if non-nil, zero value otherwise.
func (o *UserDevice) GetRefOk() (*string, bool)
GetRefOk returns a tuple with the Ref field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserDevice) SetRef(v string)
SetRef sets Ref field to given value.
func (o *UserDevice) HasRef() bool
HasRef returns a boolean if a field has been set.