Class GoogleAdsSearchads360V23ResourcesGranularInsuranceStatus
Insurance status at geo + vertical level.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesGranularInsuranceStatus : IDirectResponseSchema
Properties
CategoryId
Output only. Service category associated with the status. For example, xcat:service_area_business_plumber. For more details see: https://developers.google.com/google-ads/api/data/codes-formats#local_services_ids
Declaration
[JsonProperty("categoryId")]
public virtual string CategoryId { 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 |
GeoCriterionId
Output only. Geotarget criterion ID associated with the status. Can be on country or state/province geo level, depending on requirements and location. See https://developers.google.com/google-ads/api/data/geotargets for more information.
Declaration
[JsonProperty("geoCriterionId")]
public virtual long? GeoCriterionId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
VerificationStatus
Output only. Granular insurance status, per geo + vertical.
Declaration
[JsonProperty("verificationStatus")]
public virtual string VerificationStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| string |