GoogleApi.AlertCenter.V1beta1.Model.ResourceInfo (google_api_alert_center v0.27.0)

View Source

Proto that contains resource information.

Attributes

  • chatAttachmentId (type: String.t, default: nil) - Chat attachment ID.
  • chatMessageId (type: String.t, default: nil) - Chat message ID.
  • deviceId (type: String.t, default: nil) - Id to identify a device. For example, for Android devices, this is the "Android Device Id" and for Chrome OS devices, it's the "Device Virtual Id".
  • documentId (type: String.t, default: nil) - Drive file ID.
  • resourceTitle (type: String.t, default: nil) - Title of the resource, for example email subject, or document title.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AlertCenter.V1beta1.Model.ResourceInfo{
  chatAttachmentId: String.t() | nil,
  chatMessageId: String.t() | nil,
  deviceId: String.t() | nil,
  documentId: String.t() | nil,
  resourceTitle: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.