View Source GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickDocumentGroup (google_api_cloud_search v0.24.0)

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

Attributes

  • groupType (type: String.t, default: nil) - Document group type
  • personalizedDocument (type: list(GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickCommonDocument.t), default: nil) - The list of corresponding documents.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickDocumentGroup{
  groupType: String.t() | nil,
  personalizedDocument:
    [GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickCommonDocument.t()]
    | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.