View Source GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickMeetingNotesCardProto (google_api_cloud_search v0.21.0)

Information about the meeting notes created.

Attributes

  • event (type: GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickAgendaEntry.t, default: nil) - The event to request meeting notes creation.
  • fileId (type: String.t, default: nil) - Google Drive ID (a.k.a. resource ID) of the file.
  • title (type: String.t, default: nil) - Title we want to show for meeting notes in the answer card
  • url (type: String.t, default: nil) - New URL.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickMeetingNotesCardProto{
    event:
      GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickAgendaEntry.t()
      | nil,
    fileId: String.t() | nil,
    title: String.t() | nil,
    url: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.