View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ResourceConfig (google_api_apigee v0.46.0)

Attributes

  • location (type: String.t, default: nil) - Location of the resource as a URI.
  • name (type: String.t, default: nil) - Resource name in the following format: organizations/{org}/environments/{env}/resourcefiles/{type}/{file}/revisions/{rev} Only environment-scoped resource files are supported.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ResourceConfig{
  location: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.