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

View Source

Metadata associated with an App Hub service.

Attributes

  • criticalityType (type: String.t, default: nil) - Service criticality type Example: "CRITICAL"
  • environmentType (type: String.t, default: nil) - Service environment type Example: "DEV"
  • id (type: String.t, default: nil) - Service Id. Example: "my-service"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Logging.V2.Model.AppHubService{
  criticalityType: String.t() | nil,
  environmentType: String.t() | nil,
  id: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.