View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaSuspensionAudit (google_api_integrations v0.5.1)

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.V1alpha.Model.GoogleCloudIntegrationsV1alphaSuspensionAudit{
    resolveTime: DateTime.t() | nil,
    resolver: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.