Class EnterpriseTopazSidekickDocumentGroup
Represents a mapping between a document type and its corresponding documents. Use for Work in Progress card in v1 homepage.
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class EnterpriseTopazSidekickDocumentGroup : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GroupType
Document group type
Declaration
[JsonProperty("groupType")]
public virtual string GroupType { get; set; }
Property Value
Type | Description |
---|---|
string |
PersonalizedDocument
The list of corresponding documents.
Declaration
[JsonProperty("personalizedDocument")]
public virtual IList<EnterpriseTopazSidekickCommonDocument> PersonalizedDocument { get; set; }
Property Value
Type | Description |
---|---|
IList<EnterpriseTopazSidekickCommonDocument> |