View Source GoogleApi.AssuredWorkloads.V1.Model.GoogleCloudAssuredworkloadsV1ViolationExceptionContext (google_api_assured_workloads v0.18.0)

Violation exception detail.

Attributes

  • acknowledgementTime (type: DateTime.t, default: nil) - Timestamp when the violation was acknowledged.
  • comment (type: String.t, default: nil) - Business justification provided towards the acknowledgement of the violation.
  • userName (type: String.t, default: nil) - Name of the user (or service account) who acknowledged the violation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AssuredWorkloads.V1.Model.GoogleCloudAssuredworkloadsV1ViolationExceptionContext{
    acknowledgementTime: DateTime.t() | nil,
    comment: String.t() | nil,
    userName: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.