View Source GoogleApi.AppHub.V1.Model.LookupDiscoveredServiceResponse (google_api_app_hub v0.3.0)

Response for LookupDiscoveredService.

Attributes

  • discoveredService (type: GoogleApi.AppHub.V1.Model.DiscoveredService.t, default: nil) - Discovered Service if exists, empty otherwise.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AppHub.V1.Model.LookupDiscoveredServiceResponse{
  discoveredService: GoogleApi.AppHub.V1.Model.DiscoveredService.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.