View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaSuspensionAudit (google_api_integrations v0.10.0)
Contains when and by whom the suspension was resolved.
Attributes
-
resolveTime
(type:DateTime.t
, default:nil
) - Time at which this suspension was resolved. -
resolver
(type:String.t
, default:nil
) - Email address of the person who resolved this suspension.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaSuspensionAudit{ resolveTime: DateTime.t() | nil, resolver: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.