Class GoogleAdsSearchads360V23ResourcesInsuranceVerificationArtifact
specific to a local services insurance.
Implements
Inherited Members
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 |