GoogleApi.Logging.V2.Model.AppHubApplication (google_api_logging v0.52.0)

View Source

Resource identifiers associated with an AppHub application AppHub resources are of the form projects//locations//applications/ projects//locations//applications//services/ projects//locations//applications//workloads/ These resources can be reconstructed from the components below.

Attributes

  • container (type: String.t, default: nil) - Resource container that owns the application. Example: "projects/management_project"
  • id (type: String.t, default: nil) - Application Id. Example: "my-app"
  • location (type: String.t, default: nil) - Location associated with the Application. Example: "us-east1"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Logging.V2.Model.AppHubApplication{
  container: String.t() | nil,
  id: String.t() | nil,
  location: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.