GoogleApi.AlertCenter.V1beta1.Model.AccountSuspensionWarning (google_api_alert_center v0.18.1) View Source
A 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.
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.AccountSuspensionWarning{ appealWindow: String.t() | nil, state: String.t() | nil, suspensionDetails: [GoogleApi.AlertCenter.V1beta1.Model.AccountSuspensionDetails.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.