View Source GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickDocumentPerCategoryList (google_api_cloud_search v0.23.0)

Attributes

  • documents (type: list(GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickDocumentPerCategoryListDocumentPerCategoryListEntry.t), default: nil) -
  • helpMessage (type: String.t, default: nil) - Localized message explaining how the documents were derived (e.g. from the last 30 days activity). This field is optional.
  • listType (type: String.t, default: nil) -
  • listTypeDescription (type: String.t, default: nil) - Description of the types of documents present in the list.
  • responseMessage (type: String.t, default: nil) - Response message in case no documents are present in the card.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickDocumentPerCategoryList{
    documents:
      [
        GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickDocumentPerCategoryListDocumentPerCategoryListEntry.t()
      ]
      | nil,
    helpMessage: String.t() | nil,
    listType: String.t() | nil,
    listTypeDescription: String.t() | nil,
    responseMessage: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.