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

Meeting notes card request.

Attributes

  • canCreateFor (type: list(String.t), default: nil) - Who are the meeting notes created for.
  • error (type: GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickMeetingNotesCardError.t, default: nil) - The error and reason if known error occured.
  • event (type: GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickAgendaEntry.t, default: nil) - The event to request meeting notes creation

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickMeetingNotesCardRequest{
    canCreateFor: [String.t()] | nil,
    error:
      GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickMeetingNotesCardError.t()
      | nil,
    event:
      GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickAgendaEntry.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.