View Source GoogleApi.AssuredWorkloads.V1beta1.Model.GoogleCloudAssuredworkloadsV1WorkloadResourceInfo (google_api_assured_workloads v0.14.0)

Represent the resources that are children of this Workload.

Attributes

  • resourceId (type: String.t, default: nil) - Resource identifier. For a project this represents project_number.
  • resourceType (type: String.t, default: nil) - Indicates the type of resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AssuredWorkloads.V1beta1.Model.GoogleCloudAssuredworkloadsV1WorkloadResourceInfo{
    resourceId: String.t() | nil,
    resourceType: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.