GoogleApi.AlertCenter.V1beta1.Model.GoogleAppsAlertcenterTypeRuleViolationInfoResourceInfo (google_api_alert_center v0.14.0) View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.