GoogleAdsSearchads360V23ServicesIdentityVerificationProgress class
Information regarding the verification progress for a verification program type.
Constructors
- GoogleAdsSearchads360V23ServicesIdentityVerificationProgress({String? actionUrl, String? invitationLinkExpirationTime, String? programStatus})
- GoogleAdsSearchads360V23ServicesIdentityVerificationProgress.fromJson(Map json_)
Properties
- actionUrl ↔ String?
-
Action URL for user to complete verification for the given verification
program type.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- invitationLinkExpirationTime ↔ String?
-
The timestamp when the action url will expire in "yyyy-MM-dd HH:mm:ss"
format.
getter/setter pair
- programStatus ↔ String?
-
Current Status (PENDING_USER_ACTION, SUCCESS, FAILURE etc)
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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