Class GoogleAdsSearchads360V23ServicesIndustryVerticalInfo
The information associated with an Industry Vertical.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesIndustryVerticalInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IndustryVerticalId
The unique identifier of the Industry Vertical.
Declaration
[JsonProperty("industryVerticalId")]
public virtual long? IndustryVerticalId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
IndustryVerticalName
The name of the Industry Vertical.
Declaration
[JsonProperty("industryVerticalName")]
public virtual string IndustryVerticalName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ParentIndustryVerticalId
The unique identifier of the parent Industry Vertical, if exists.
Declaration
[JsonProperty("parentIndustryVerticalId")]
public virtual long? ParentIndustryVerticalId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |