View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ProfileStatus (google_api_dlp v0.46.0)

Success or errors for the profile generation.

Attributes

  • status (type: GoogleApi.DLP.V2.Model.GoogleRpcStatus.t, default: nil) - Profiling status code and optional message. The status.code value is 0 (default value) for OK.
  • timestamp (type: DateTime.t, default: nil) - Time when the profile generation status was updated

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ProfileStatus{
  status: GoogleApi.DLP.V2.Model.GoogleRpcStatus.t() | nil,
  timestamp: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.