GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaDestinationConfigDestination (google_api_discovery_engine v0.28.0)

View Source

Defines a target endpoint

Attributes

  • host (type: String.t, default: nil) - Publicly routable host.
  • port (type: integer(), default: nil) - Optional. Target port number accepted by the destination.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1alphaDestinationConfigDestination{
    host: String.t() | nil,
    port: integer() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.