View Source GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickCommonDocumentJustification (google_api_cloud_search v0.23.1)

Justification of why we are reporting the document.

Attributes

  • justification (type: String.t, default: nil) - A locale aware message that explains why this document was selected.
  • reason (type: String.t, default: nil) - Reason on why the document is selected. Populate for trending documents.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickCommonDocumentJustification{
    justification: String.t() | nil,
    reason: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.