Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesBackgroundCheckVerificationArtifact

specific to local services background check.

Inheritance
object
GoogleAdsSearchads360V23ResourcesBackgroundCheckVerificationArtifact
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 GoogleAdsSearchads360V23ResourcesBackgroundCheckVerificationArtifact : IDirectResponseSchema

Properties

CaseUrl

Output only. URL to access background case.

Declaration
[JsonProperty("caseUrl")]
public virtual string CaseUrl { 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

FinalAdjudicationDateTime

Output only. The timestamp when this background check case result was adjudicated. 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("finalAdjudicationDateTime")]
public virtual string FinalAdjudicationDateTime { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX