Class EnterpriseTopazSidekickDocumentPerCategoryList
Inheritance
EnterpriseTopazSidekickDocumentPerCategoryList
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
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
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
ListType
Declaration
[JsonProperty("listType")]
public virtual string ListType { get; set; }
Property Value
ListTypeDescription
Description of the types of documents present in the list.
Declaration
[JsonProperty("listTypeDescription")]
public virtual string ListTypeDescription { get; set; }
Property Value
ResponseMessage
Response message in case no documents are present in the card.
Declaration
[JsonProperty("responseMessage")]
public virtual string ResponseMessage { get; set; }
Property Value
Implements