Name | Type | Description | Notes |
---|---|---|---|
DigitalTampering | Pointer to string | Flags when evidence is found that the image was manipulated by Photoshop, or other software. | [optional] |
FakeWebcam | Pointer to string | Flags when evidence is found that a fake webcam was used. | [optional] |
TimeOfCapture | Pointer to string | Flags when evidence is found that the live photo was taken more than 24 hours before live photo upload. | [optional] |
Emulator | Pointer to string | Flags when evidence is found that an Android emulator was used. | [optional] |
Reasons | Pointer to string | Additional comma separated details such as the exact digital tampering software used, or the name of the fake webcam. | [optional] |
func NewPhotoAutoReasons() *PhotoAutoReasons
NewPhotoAutoReasons instantiates a new PhotoAutoReasons 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 NewPhotoAutoReasonsWithDefaults() *PhotoAutoReasons
NewPhotoAutoReasonsWithDefaults instantiates a new PhotoAutoReasons 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 *PhotoAutoReasons) GetDigitalTampering() string
GetDigitalTampering returns the DigitalTampering field if non-nil, zero value otherwise.
func (o *PhotoAutoReasons) GetDigitalTamperingOk() (*string, bool)
GetDigitalTamperingOk returns a tuple with the DigitalTampering field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PhotoAutoReasons) SetDigitalTampering(v string)
SetDigitalTampering sets DigitalTampering field to given value.
func (o *PhotoAutoReasons) HasDigitalTampering() bool
HasDigitalTampering returns a boolean if a field has been set.
func (o *PhotoAutoReasons) GetFakeWebcam() string
GetFakeWebcam returns the FakeWebcam field if non-nil, zero value otherwise.
func (o *PhotoAutoReasons) GetFakeWebcamOk() (*string, bool)
GetFakeWebcamOk returns a tuple with the FakeWebcam field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PhotoAutoReasons) SetFakeWebcam(v string)
SetFakeWebcam sets FakeWebcam field to given value.
func (o *PhotoAutoReasons) HasFakeWebcam() bool
HasFakeWebcam returns a boolean if a field has been set.
func (o *PhotoAutoReasons) GetTimeOfCapture() string
GetTimeOfCapture returns the TimeOfCapture field if non-nil, zero value otherwise.
func (o *PhotoAutoReasons) GetTimeOfCaptureOk() (*string, bool)
GetTimeOfCaptureOk returns a tuple with the TimeOfCapture field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PhotoAutoReasons) SetTimeOfCapture(v string)
SetTimeOfCapture sets TimeOfCapture field to given value.
func (o *PhotoAutoReasons) HasTimeOfCapture() bool
HasTimeOfCapture returns a boolean if a field has been set.
func (o *PhotoAutoReasons) GetEmulator() string
GetEmulator returns the Emulator field if non-nil, zero value otherwise.
func (o *PhotoAutoReasons) GetEmulatorOk() (*string, 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 *PhotoAutoReasons) SetEmulator(v string)
SetEmulator sets Emulator field to given value.
func (o *PhotoAutoReasons) HasEmulator() bool
HasEmulator returns a boolean if a field has been set.
func (o *PhotoAutoReasons) GetReasons() string
GetReasons returns the Reasons field if non-nil, zero value otherwise.
func (o *PhotoAutoReasons) GetReasonsOk() (*string, bool)
GetReasonsOk returns a tuple with the Reasons field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PhotoAutoReasons) SetReasons(v string)
SetReasons sets Reasons field to given value.
func (o *PhotoAutoReasons) HasReasons() bool
HasReasons returns a boolean if a field has been set.