Show / Hide Table of Contents

Class DetectedItems

Rich Results items grouped by type.

Inheritance
object
DetectedItems
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX