Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesGranularLicenseStatus

License status at geo + vertical level.

Inheritance
object
GoogleAdsSearchads360V23ResourcesGranularLicenseStatus
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 GoogleAdsSearchads360V23ResourcesGranularLicenseStatus : 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 license status, per geo + vertical.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX