google_api_cloud_resource_manager v0.7.0 GoogleApi.CloudResourceManager.V1.Model.ResourceId View Source

A container to reference an id for any resource type. A resource in Google Cloud Platform is a generic term for something you (a developer) may want to interact with through one of our API's. Some examples are an App Engine app, a Compute Engine instance, a Cloud SQL database, and so on.

Attributes

  • id (String.t): Required field for the type-specific id. This should correspond to the id used in the type-specific API's. Defaults to nil.
  • type (String.t): Required field representing the resource type this id is for. At present, the valid types are: "organization" and "folder". Defaults to nil.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.CloudResourceManager.V1.Model.ResourceId{
  id: String.t(),
  type: String.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.