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

The outcome of a transformation.

Attributes

  • details (type: GoogleApi.DLP.V2.Model.GoogleRpcStatus.t, default: nil) - Detailed error codes and messages
  • resultStatusType (type: String.t, default: nil) - Transformation result status type, this will be either SUCCESS, or it will be the reason for why the transformation was not completely successful.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TransformationResultStatus{
  details: GoogleApi.DLP.V2.Model.GoogleRpcStatus.t() | nil,
  resultStatusType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.