View Source GoogleApi.BackupDR.V1.Model.GcpResource (google_api_backup_dr v0.12.1)

Minimum details to identify a Google Cloud resource

Attributes

  • gcpResourcename (type: String.t, default: nil) - Name of the Google Cloud resource.
  • location (type: String.t, default: nil) - Location of the resource: //"global"/"unspecified".
  • type (type: String.t, default: nil) - Type of the resource. Use the Unified Resource Type, eg. compute.googleapis.com/Instance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BackupDR.V1.Model.GcpResource{
  gcpResourcename: String.t() | nil,
  location: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.