Show / Hide Table of Contents

Class EnterpriseTopazSidekickDocumentGroup

Represents a mapping between a document type and its corresponding documents. Use for Work in Progress card in v1 homepage.

Inheritance
object
EnterpriseTopazSidekickDocumentGroup
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX