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

Conflicting meetings card proto.

Attributes

  • conflictingEvent (type: list(GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickAgendaEntry.t), default: nil) - All the events that conflict with main_event.
  • mainEvent (type: GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickAgendaEntry.t, default: nil) - The event identified as being the most important.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickConflictingEventsCardProto{
    conflictingEvent:
      [GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickAgendaEntry.t()]
      | nil,
    mainEvent:
      GoogleApi.CloudSearch.V1.Model.EnterpriseTopazSidekickAgendaEntry.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.