GoogleApi.Connectors.V1.Model.Destination (google_api_connectors v0.18.0)

View Source

Attributes

  • host (type: String.t, default: nil) - For publicly routable host.
  • port (type: integer(), default: nil) - The port is the target port number that is accepted by the destination.
  • serviceAttachment (type: String.t, default: nil) - PSC service attachments. Format: projects//regions//serviceAttachments/*

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Connectors.V1.Model.Destination{
  host: String.t() | nil,
  port: integer() | nil,
  serviceAttachment: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.