GoogleApi.AppHub.V1.Model.LookupDiscoveredServiceResponse (google_api_app_hub v0.4.0)

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.