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

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" "Payments" "Voice" "Workspace" "Other"

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.AccountSuspensionDetails{
  abuseReason: String.t() | nil,
  productName: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.