View Source GoogleApi.Compute.V1.Model.DisksAddResourcePoliciesRequest (google_api_compute v0.56.2)

Attributes

  • resourcePolicies (type: list(String.t), default: nil) - Full or relative path to the resource policy to be added to this disk. You can only specify one resource policy.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.DisksAddResourcePoliciesRequest{
  resourcePolicies: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.