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

View Source

Metadata associated with App Hub.

Attributes

  • application (type: GoogleApi.Logging.V2.Model.AppHubApplication.t, default: nil) - Metadata associated with the application.
  • service (type: GoogleApi.Logging.V2.Model.AppHubService.t, default: nil) - Metadata associated with the service.
  • workload (type: GoogleApi.Logging.V2.Model.AppHubWorkload.t, default: nil) - Metadata associated with the workload.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Logging.V2.Model.AppHub{
  application: GoogleApi.Logging.V2.Model.AppHubApplication.t() | nil,
  service: GoogleApi.Logging.V2.Model.AppHubService.t() | nil,
  workload: GoogleApi.Logging.V2.Model.AppHubWorkload.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.