Show / Hide Table of Contents

Class EnterpriseTopazSidekickDocumentPerCategoryList

Inheritance
object
EnterpriseTopazSidekickDocumentPerCategoryList
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.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class EnterpriseTopazSidekickDocumentPerCategoryList : IDirectResponseSchema

Properties

Documents

Declaration
[JsonProperty("documents")]
public virtual IList<EnterpriseTopazSidekickDocumentPerCategoryListDocumentPerCategoryListEntry> Documents { get; set; }
Property Value
Type Description
IList<EnterpriseTopazSidekickDocumentPerCategoryListDocumentPerCategoryListEntry>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HelpMessage

Localized message explaining how the documents were derived (e.g. from the last 30 days activity). This field is optional.

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

ListType

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

ListTypeDescription

Description of the types of documents present in the list.

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

ResponseMessage

Response message in case no documents are present in the card.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX