View Source GoogleApi.Connectors.V1.Model.EndPoint (google_api_connectors v0.15.0)

Endpoint message includes details of the Destination endpoint.

Attributes

  • endpointUri (type: String.t, default: nil) - The URI of the Endpoint.
  • headers (type: list(GoogleApi.Connectors.V1.Model.Header.t), default: nil) - List of Header to be added to the Endpoint.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Connectors.V1.Model.EndPoint{
  endpointUri: String.t() | nil,
  headers: [GoogleApi.Connectors.V1.Model.Header.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.