View Source GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickAgendaGroupCardProtoContext (google_api_cloud_search v0.22.0)

The context that resulted in the generation of the card.

Attributes

  • context (type: String.t, default: nil) - User friendly free text that describes the context of the card (e.g. "Next meeting with Bob"). This is largely only applicable when the card is generated from a query.
  • date (type: String.t, default: nil) - Localized free text that describes the dates represented by the card. Currently, the card will only represent a single day.
  • eventsRestrict (type: String.t, default: nil) - Represents restrictions applied to the events requested in the user's query.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickAgendaGroupCardProtoContext{
    context: String.t() | nil,
    date: String.t() | nil,
    eventsRestrict: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.