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

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.