View Source GoogleApi.Integrations.V1.Model.GoogleCloudConnectorsV1Destination (google_api_integrations v0.9.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.