GoogleAdsSearchads360V23ResourcesInsuranceVerificationArtifact class
specific to a local services insurance.
Constructors
- GoogleAdsSearchads360V23ResourcesInsuranceVerificationArtifact({String? amountMicros, String? expirationDateTime, GoogleAdsSearchads360V23CommonLocalServicesDocumentReadOnly? insuranceDocumentReadonly, String? rejectionReason})
- GoogleAdsSearchads360V23ResourcesInsuranceVerificationArtifact.fromJson(Map json_)
Properties
- amountMicros ↔ String?
-
Insurance amount.
getter/setter pair
- expirationDateTime ↔ String?
-
The timestamp when this insurance expires.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- insuranceDocumentReadonly ↔ GoogleAdsSearchads360V23CommonLocalServicesDocumentReadOnly?
-
The readonly field containing the information for an uploaded insurance
document.
getter/setter pair
- rejectionReason ↔ String?
-
Insurance document's rejection reason.
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