GoogleApi.AlertCenter.V1beta1.Model.AccountSuspensionWarning (google_api_alert_center v0.27.0)
View SourceA warning that the customer's account is about to be suspended.
Attributes
-
appealWindow(type:String.t, default:nil) - The amount of time remaining to appeal an imminent suspension. After this window has elapsed, the account will be suspended. Only populated if the account suspension is in WARNING state. -
state(type:String.t, default:nil) - Account suspension warning state. -
suspensionDetails(type:list(GoogleApi.AlertCenter.V1beta1.Model.AccountSuspensionDetails.t), default:nil) - Details about why an account is being suspended.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AlertCenter.V1beta1.Model.AccountSuspensionWarning{ appealWindow: String.t() | nil, state: String.t() | nil, suspensionDetails: [GoogleApi.AlertCenter.V1beta1.Model.AccountSuspensionDetails.t()] | nil }