| Name | Type | Description | Notes |
|---|---|---|---|
| SdkVersion | Pointer to string | The SDK version that was used. | [optional] |
| SdkSource | Pointer to string | The SDK used to upload the media. | [optional] |
| AuthenticationType | Pointer to string | The token used to authenticate the request. | [optional] |
| RawModel | Pointer to string | The model as set by the phone manufacturer (for Android and iOS) or the browser manufacturer (for Web). | [optional] |
| Os | Pointer to string | The operating system of the device. | [optional] |
| Browser | Pointer to string | The browser name reported by the browser's user agent. | [optional] |
| Emulator | Pointer to bool | Whether the device is an emulator. | [optional] |
| RandomizedDevice | Pointer to bool | Whether the device is providing false randomized device and network information. | [optional] |
| FakeNetworkRequest | Pointer to bool | Whether device is using stolen security tokens to send the network information. | [optional] |
| IpReputation | Pointer to string | Whether there is highly suspicious traffic related to the IP address. | [optional] |
| DeviceFingerprintReuse | Pointer to float32 | The number of times the device was used to create a report for a new applicant. | [optional] |
| SingleDeviceUsed | Pointer to NullableBool | Whether the document or biometric media were uploaded from a single device. | [optional] |
| DocumentCapture | Pointer to string | Whether the document media were live captured from the device camera. | [optional] |
| BiometricCapture | Pointer to string | Whether the biometric media were live captured from the device camera. | [optional] |
func NewDeviceIntelligencePropertiesDevice() *DeviceIntelligencePropertiesDevice
NewDeviceIntelligencePropertiesDevice instantiates a new DeviceIntelligencePropertiesDevice 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 NewDeviceIntelligencePropertiesDeviceWithDefaults() *DeviceIntelligencePropertiesDevice
NewDeviceIntelligencePropertiesDeviceWithDefaults instantiates a new DeviceIntelligencePropertiesDevice 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 *DeviceIntelligencePropertiesDevice) GetSdkVersion() string
GetSdkVersion returns the SdkVersion field if non-nil, zero value otherwise.
func (o *DeviceIntelligencePropertiesDevice) GetSdkVersionOk() (*string, bool)
GetSdkVersionOk returns a tuple with the SdkVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeviceIntelligencePropertiesDevice) SetSdkVersion(v string)
SetSdkVersion sets SdkVersion field to given value.
func (o *DeviceIntelligencePropertiesDevice) HasSdkVersion() bool
HasSdkVersion returns a boolean if a field has been set.
func (o *DeviceIntelligencePropertiesDevice) GetSdkSource() string
GetSdkSource returns the SdkSource field if non-nil, zero value otherwise.
func (o *DeviceIntelligencePropertiesDevice) GetSdkSourceOk() (*string, bool)
GetSdkSourceOk returns a tuple with the SdkSource field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeviceIntelligencePropertiesDevice) SetSdkSource(v string)
SetSdkSource sets SdkSource field to given value.
func (o *DeviceIntelligencePropertiesDevice) HasSdkSource() bool
HasSdkSource returns a boolean if a field has been set.
func (o *DeviceIntelligencePropertiesDevice) GetAuthenticationType() string
GetAuthenticationType returns the AuthenticationType field if non-nil, zero value otherwise.
func (o *DeviceIntelligencePropertiesDevice) GetAuthenticationTypeOk() (*string, bool)
GetAuthenticationTypeOk returns a tuple with the AuthenticationType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeviceIntelligencePropertiesDevice) SetAuthenticationType(v string)
SetAuthenticationType sets AuthenticationType field to given value.
func (o *DeviceIntelligencePropertiesDevice) HasAuthenticationType() bool
HasAuthenticationType returns a boolean if a field has been set.
func (o *DeviceIntelligencePropertiesDevice) GetRawModel() string
GetRawModel returns the RawModel field if non-nil, zero value otherwise.
func (o *DeviceIntelligencePropertiesDevice) GetRawModelOk() (*string, bool)
GetRawModelOk returns a tuple with the RawModel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeviceIntelligencePropertiesDevice) SetRawModel(v string)
SetRawModel sets RawModel field to given value.
func (o *DeviceIntelligencePropertiesDevice) HasRawModel() bool
HasRawModel returns a boolean if a field has been set.
func (o *DeviceIntelligencePropertiesDevice) GetOs() string
GetOs returns the Os field if non-nil, zero value otherwise.
func (o *DeviceIntelligencePropertiesDevice) GetOsOk() (*string, bool)
GetOsOk returns a tuple with the Os field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeviceIntelligencePropertiesDevice) SetOs(v string)
SetOs sets Os field to given value.
func (o *DeviceIntelligencePropertiesDevice) HasOs() bool
HasOs returns a boolean if a field has been set.
func (o *DeviceIntelligencePropertiesDevice) GetBrowser() string
GetBrowser returns the Browser field if non-nil, zero value otherwise.
func (o *DeviceIntelligencePropertiesDevice) GetBrowserOk() (*string, bool)
GetBrowserOk returns a tuple with the Browser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeviceIntelligencePropertiesDevice) SetBrowser(v string)
SetBrowser sets Browser field to given value.
func (o *DeviceIntelligencePropertiesDevice) HasBrowser() bool
HasBrowser returns a boolean if a field has been set.
func (o *DeviceIntelligencePropertiesDevice) GetEmulator() bool
GetEmulator returns the Emulator field if non-nil, zero value otherwise.
func (o *DeviceIntelligencePropertiesDevice) GetEmulatorOk() (*bool, bool)
GetEmulatorOk returns a tuple with the Emulator field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeviceIntelligencePropertiesDevice) SetEmulator(v bool)
SetEmulator sets Emulator field to given value.
func (o *DeviceIntelligencePropertiesDevice) HasEmulator() bool
HasEmulator returns a boolean if a field has been set.
func (o *DeviceIntelligencePropertiesDevice) GetRandomizedDevice() bool
GetRandomizedDevice returns the RandomizedDevice field if non-nil, zero value otherwise.
func (o *DeviceIntelligencePropertiesDevice) GetRandomizedDeviceOk() (*bool, bool)
GetRandomizedDeviceOk returns a tuple with the RandomizedDevice field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeviceIntelligencePropertiesDevice) SetRandomizedDevice(v bool)
SetRandomizedDevice sets RandomizedDevice field to given value.
func (o *DeviceIntelligencePropertiesDevice) HasRandomizedDevice() bool
HasRandomizedDevice returns a boolean if a field has been set.
func (o *DeviceIntelligencePropertiesDevice) GetFakeNetworkRequest() bool
GetFakeNetworkRequest returns the FakeNetworkRequest field if non-nil, zero value otherwise.
func (o *DeviceIntelligencePropertiesDevice) GetFakeNetworkRequestOk() (*bool, bool)
GetFakeNetworkRequestOk returns a tuple with the FakeNetworkRequest field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeviceIntelligencePropertiesDevice) SetFakeNetworkRequest(v bool)
SetFakeNetworkRequest sets FakeNetworkRequest field to given value.
func (o *DeviceIntelligencePropertiesDevice) HasFakeNetworkRequest() bool
HasFakeNetworkRequest returns a boolean if a field has been set.
func (o *DeviceIntelligencePropertiesDevice) GetIpReputation() string
GetIpReputation returns the IpReputation field if non-nil, zero value otherwise.
func (o *DeviceIntelligencePropertiesDevice) GetIpReputationOk() (*string, bool)
GetIpReputationOk returns a tuple with the IpReputation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeviceIntelligencePropertiesDevice) SetIpReputation(v string)
SetIpReputation sets IpReputation field to given value.
func (o *DeviceIntelligencePropertiesDevice) HasIpReputation() bool
HasIpReputation returns a boolean if a field has been set.
func (o *DeviceIntelligencePropertiesDevice) GetDeviceFingerprintReuse() float32
GetDeviceFingerprintReuse returns the DeviceFingerprintReuse field if non-nil, zero value otherwise.
func (o *DeviceIntelligencePropertiesDevice) GetDeviceFingerprintReuseOk() (*float32, bool)
GetDeviceFingerprintReuseOk returns a tuple with the DeviceFingerprintReuse field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeviceIntelligencePropertiesDevice) SetDeviceFingerprintReuse(v float32)
SetDeviceFingerprintReuse sets DeviceFingerprintReuse field to given value.
func (o *DeviceIntelligencePropertiesDevice) HasDeviceFingerprintReuse() bool
HasDeviceFingerprintReuse returns a boolean if a field has been set.
func (o *DeviceIntelligencePropertiesDevice) GetSingleDeviceUsed() bool
GetSingleDeviceUsed returns the SingleDeviceUsed field if non-nil, zero value otherwise.
func (o *DeviceIntelligencePropertiesDevice) GetSingleDeviceUsedOk() (*bool, bool)
GetSingleDeviceUsedOk returns a tuple with the SingleDeviceUsed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeviceIntelligencePropertiesDevice) SetSingleDeviceUsed(v bool)
SetSingleDeviceUsed sets SingleDeviceUsed field to given value.
func (o *DeviceIntelligencePropertiesDevice) HasSingleDeviceUsed() bool
HasSingleDeviceUsed returns a boolean if a field has been set.
func (o *DeviceIntelligencePropertiesDevice) SetSingleDeviceUsedNil(b bool)
SetSingleDeviceUsedNil sets the value for SingleDeviceUsed to be an explicit nil
func (o *DeviceIntelligencePropertiesDevice) UnsetSingleDeviceUsed()
UnsetSingleDeviceUsed ensures that no value is present for SingleDeviceUsed, not even an explicit nil
func (o *DeviceIntelligencePropertiesDevice) GetDocumentCapture() string
GetDocumentCapture returns the DocumentCapture field if non-nil, zero value otherwise.
func (o *DeviceIntelligencePropertiesDevice) GetDocumentCaptureOk() (*string, bool)
GetDocumentCaptureOk returns a tuple with the DocumentCapture field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeviceIntelligencePropertiesDevice) SetDocumentCapture(v string)
SetDocumentCapture sets DocumentCapture field to given value.
func (o *DeviceIntelligencePropertiesDevice) HasDocumentCapture() bool
HasDocumentCapture returns a boolean if a field has been set.
func (o *DeviceIntelligencePropertiesDevice) GetBiometricCapture() string
GetBiometricCapture returns the BiometricCapture field if non-nil, zero value otherwise.
func (o *DeviceIntelligencePropertiesDevice) GetBiometricCaptureOk() (*string, bool)
GetBiometricCaptureOk returns a tuple with the BiometricCapture field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeviceIntelligencePropertiesDevice) SetBiometricCapture(v string)
SetBiometricCapture sets BiometricCapture field to given value.
func (o *DeviceIntelligencePropertiesDevice) HasBiometricCapture() bool
HasBiometricCapture returns a boolean if a field has been set.