Class DetectedItems
Rich Results items grouped by type.
Implements
Inherited Members
Namespace: Google.Apis.SearchConsole.v1.Data
Assembly: Google.Apis.SearchConsole.v1.dll
Syntax
public class DetectedItems : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Items
List of Rich Results items.
Declaration
[JsonProperty("items")]
public virtual IList<Item> Items { get; set; }
Property Value
Type | Description |
---|---|
IList<Item> |
RichResultType
Rich Results type
Declaration
[JsonProperty("richResultType")]
public virtual string RichResultType { get; set; }
Property Value
Type | Description |
---|---|
string |