View Source GoogleApi.AlertCenter.V1beta1.Model.ResourceInfo (google_api_alert_center v0.22.0)

Proto that contains resource information.

Attributes

  • 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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.