Class GoogleAdsSearchads360V23CommonKnowledgeGraphAttributeMetadata
Metadata associated with a Knowledge Graph Entity attribute.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonKnowledgeGraphAttributeMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EntityCapabilities
The capabilities of the entity used in ContentCreatorInsightsService.
Declaration
[JsonProperty("entityCapabilities")]
public virtual IList<string> EntityCapabilities { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
RelatedCategories
A list of CATEGORY attributes related to this entity.
Declaration
[JsonProperty("relatedCategories")]
public virtual IList<GoogleAdsSearchads360V23CommonAudienceInsightsAttributeMetadata> RelatedCategories { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonAudienceInsightsAttributeMetadata> |