Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesLocalServicesVerificationArtifact

A local services verification resource.

Inheritance
object
GoogleAdsSearchads360V23ResourcesLocalServicesVerificationArtifact
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesLocalServicesVerificationArtifact : IDirectResponseSchema

Properties

ArtifactType

Output only. The type of the verification artifact.

Declaration
[JsonProperty("artifactType")]
public virtual string ArtifactType { get; set; }
Property Value
Type Description
string

BackgroundCheckVerificationArtifact

Output only. A background check verification artifact.

Declaration
[JsonProperty("backgroundCheckVerificationArtifact")]
public virtual GoogleAdsSearchads360V23ResourcesBackgroundCheckVerificationArtifact BackgroundCheckVerificationArtifact { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ResourcesBackgroundCheckVerificationArtifact

BusinessRegistrationCheckVerificationArtifact

Output only. A business registration check verification artifact.

Declaration
[JsonProperty("businessRegistrationCheckVerificationArtifact")]
public virtual GoogleAdsSearchads360V23ResourcesBusinessRegistrationCheckVerificationArtifact BusinessRegistrationCheckVerificationArtifact { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ResourcesBusinessRegistrationCheckVerificationArtifact

CreationDateTime

Output only. The timestamp when this verification artifact was created. The format is "YYYY-MM-DD HH:MM:SS" in the Google Ads account's timezone. Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"

Declaration
[JsonProperty("creationDateTime")]
public virtual string CreationDateTime { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Id

Output only. The ID of the verification artifact.

Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type Description
long?

InsuranceVerificationArtifact

Output only. An insurance verification artifact.

Declaration
[JsonProperty("insuranceVerificationArtifact")]
public virtual GoogleAdsSearchads360V23ResourcesInsuranceVerificationArtifact InsuranceVerificationArtifact { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ResourcesInsuranceVerificationArtifact

LicenseVerificationArtifact

Output only. A license verification artifact.

Declaration
[JsonProperty("licenseVerificationArtifact")]
public virtual GoogleAdsSearchads360V23ResourcesLicenseVerificationArtifact LicenseVerificationArtifact { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ResourcesLicenseVerificationArtifact

ResourceName

Immutable. The resource name of the Local Services Verification. Local Services Verification resource names have the form: customers/{customer_id}/localServicesVerificationArtifacts/{verification_artifact_id}

Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type Description
string

Status

Output only. The status of the verification artifact.

Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX