GoogleAdsSearchads360V23ServicesIdentityVerificationRequirement class
Information regarding the verification requirement for a verification program type.
Constructors
- GoogleAdsSearchads360V23ServicesIdentityVerificationRequirement({String? verificationCompletionDeadlineTime, String? verificationStartDeadlineTime})
- GoogleAdsSearchads360V23ServicesIdentityVerificationRequirement.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- verificationCompletionDeadlineTime ↔ String?
-
The deadline to submit verification.
getter/setter pair
- verificationStartDeadlineTime ↔ String?
-
The deadline to start verification in "yyyy-MM-dd HH:mm:ss" format.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited