GoogleApi.Logging.V2.Model.AppHub (google_api_logging v0.52.0)
View SourceMetadata 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
@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 }