View Source GoogleApi.AssuredWorkloads.V1beta1.Model.GoogleCloudAssuredworkloadsVersioningV1mainCreateWorkloadOperationMetadata (google_api_assured_workloads v0.17.1)

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.
  • resourceSettings (type: list(GoogleApi.AssuredWorkloads.V1beta1.Model.GoogleCloudAssuredworkloadsVersioningV1mainWorkloadResourceSettings.t), default: nil) - Optional. Resource properties in the input that are used for creating/customizing workload resources.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AssuredWorkloads.V1beta1.Model.GoogleCloudAssuredworkloadsVersioningV1mainCreateWorkloadOperationMetadata{
    complianceRegime: String.t() | nil,
    createTime: DateTime.t() | nil,
    displayName: String.t() | nil,
    parent: String.t() | nil,
    resourceSettings:
      [
        GoogleApi.AssuredWorkloads.V1beta1.Model.GoogleCloudAssuredworkloadsVersioningV1mainWorkloadResourceSettings.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.