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

Details about why an account is receiving an account suspension warning.

Attributes

  • abuseReason (type: String.t, default: nil) - The reason why this account is receiving an account suspension warning.
  • productName (type: String.t, default: nil) - The name of the product being abused. This is restricted to only the following values: "Gmail" "Google Workspace" "Payments" "Voice" "YouTube" "Other"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlertCenter.V1beta1.Model.AccountSuspensionDetails{
  abuseReason: String.t() | nil,
  productName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.