View Source GoogleApi.AssuredWorkloads.V1beta1.Model.GoogleCloudAssuredworkloadsV1CreateWorkloadOperationMetadata (google_api_assured_workloads v0.15.0)

Operation metadata to give request details of CreateWorkload.

Attributes

  • complianceRegime (type: String.t, default: nil) - Optional. Compliance controls that should be applied to the resources managed by the workload.
  • createTime (type: DateTime.t, default: nil) - Optional. Time when the operation was created.
  • displayName (type: String.t, default: nil) - Optional. The display name of the workload.
  • parent (type: String.t, default: nil) - Optional. The parent of the workload.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AssuredWorkloads.V1beta1.Model.GoogleCloudAssuredworkloadsV1CreateWorkloadOperationMetadata{
    complianceRegime: String.t() | nil,
    createTime: DateTime.t() | nil,
    displayName: String.t() | nil,
    parent: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.