GoogleAdsSearchads360V23ResourcesLocalServicesVerificationArtifact class
A local services verification resource.
Constructors
- GoogleAdsSearchads360V23ResourcesLocalServicesVerificationArtifact({String? artifactType, GoogleAdsSearchads360V23ResourcesBackgroundCheckVerificationArtifact? backgroundCheckVerificationArtifact, GoogleAdsSearchads360V23ResourcesBusinessRegistrationCheckVerificationArtifact? businessRegistrationCheckVerificationArtifact, String? creationDateTime, String? id, GoogleAdsSearchads360V23ResourcesInsuranceVerificationArtifact? insuranceVerificationArtifact, GoogleAdsSearchads360V23ResourcesLicenseVerificationArtifact? licenseVerificationArtifact, String? resourceName, String? status})
- GoogleAdsSearchads360V23ResourcesLocalServicesVerificationArtifact.fromJson(Map json_)
Properties
- artifactType ↔ String?
-
The type of the verification artifact.
getter/setter pair
- backgroundCheckVerificationArtifact ↔ GoogleAdsSearchads360V23ResourcesBackgroundCheckVerificationArtifact?
-
A background check verification artifact.
getter/setter pair
- businessRegistrationCheckVerificationArtifact ↔ GoogleAdsSearchads360V23ResourcesBusinessRegistrationCheckVerificationArtifact?
-
A business registration check verification artifact.
getter/setter pair
- creationDateTime ↔ String?
-
The timestamp when this verification artifact was created.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The ID of the verification artifact.
getter/setter pair
- insuranceVerificationArtifact ↔ GoogleAdsSearchads360V23ResourcesInsuranceVerificationArtifact?
-
An insurance verification artifact.
getter/setter pair
- licenseVerificationArtifact ↔ GoogleAdsSearchads360V23ResourcesLicenseVerificationArtifact?
-
A license verification artifact.
getter/setter pair
- resourceName ↔ String?
-
The resource name of the Local Services Verification.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status ↔ String?
-
The status of the verification artifact.
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