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

Errors in the creation of meeting notes.

Attributes

  • description (type: String.t, default: nil) - The description of the reason why create-meeting-notes failed.
  • event (type: GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickAgendaEntry.t, default: nil) - The event to request meeting notes creation
  • reason (type: String.t, default: nil) - The reason why create-meeting-notes failed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickMeetingNotesCardError{
    description: String.t() | nil,
    event:
      GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickAgendaEntry.t()
      | nil,
    reason: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.