View Source GoogleApi.AlertCenter.V1beta1.Model.AlertFeedback (google_api_alert_center v0.24.0)

A customer feedback about an alert.

Attributes

  • alertId (type: String.t, default: nil) - Output only. The alert identifier.
  • createTime (type: DateTime.t, default: nil) - Output only. The time this feedback was created.
  • customerId (type: String.t, default: nil) - Output only. The unique identifier of the Google Workspace account of the customer.
  • email (type: String.t, default: nil) - Output only. The email of the user that provided the feedback.
  • feedbackId (type: String.t, default: nil) - Output only. The unique identifier for the feedback.
  • type (type: String.t, default: nil) - Required. The type of the feedback.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlertCenter.V1beta1.Model.AlertFeedback{
  alertId: String.t() | nil,
  createTime: DateTime.t() | nil,
  customerId: String.t() | nil,
  email: String.t() | nil,
  feedbackId: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.