Voting helps other researchers find interesting modules.
Proto descrbing an attachment to an Assistant Reminder. If the attachment has different behavior on different surfaces (e.g., deeplinks), there will be multiple attachments attach to the Reminder. Each of them will specify the surface type and the corresponding deeplink.
id
String.t
nil
link
GoogleApi.ContentWarehouse.V1.Model.AssistantRemindersAttachmentLink.t
surfaceType
list(String.t)
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantRemindersAttachment{ id: String.t() | nil, link: GoogleApi.ContentWarehouse.V1.Model.AssistantRemindersAttachmentLink.t() | nil, surfaceType: [String.t()] | nil }
@spec decode(struct(), keyword()) :: struct()