View Source GoogleApi.CloudAsset.V1.Model.RelatedResource (google_api_cloud_asset v0.35.0)

The detailed related resource.

Attributes

  • assetType (type: String.t, default: nil) - The type of the asset. Example: compute.googleapis.com/Instance
  • fullResourceName (type: String.t, default: nil) - The full resource name of the related resource. Example: //compute.googleapis.com/projects/my_proj_123/zones/instance/instance123

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudAsset.V1.Model.RelatedResource{
  assetType: String.t() | nil,
  fullResourceName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.