View Source GoogleApi.WorkloadManager.V1.Model.ScannedResource (google_api_workload_manager v0.10.0)

Message of scanned resource

Attributes

  • resource (type: String.t, default: nil) - resource name
  • type (type: String.t, default: nil) - resource type

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.WorkloadManager.V1.Model.ScannedResource{
  resource: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.