Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesInsuranceVerificationArtifact

specific to a local services insurance.

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

Properties

AmountMicros

Output only. Insurance amount. This is measured in "micros" of the currency mentioned in the insurance document.

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

ETag

The ETag of the item.

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

ExpirationDateTime

Output only. The timestamp when this insurance expires. 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("expirationDateTime")]
public virtual string ExpirationDateTime { get; set; }
Property Value
Type Description
string

InsuranceDocumentReadonly

Output only. The readonly field containing the information for an uploaded insurance document.

Declaration
[JsonProperty("insuranceDocumentReadonly")]
public virtual GoogleAdsSearchads360V23CommonLocalServicesDocumentReadOnly InsuranceDocumentReadonly { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonLocalServicesDocumentReadOnly

RejectionReason

Output only. Insurance document's rejection reason.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX