View Source GoogleApi.BlockchainNodeEngine.V1.Model.ConnectionInfo (google_api_blockchain_node_engine v0.3.0)

The connection information through which to interact with a blockchain node.

Attributes

  • endpointInfo (type: GoogleApi.BlockchainNodeEngine.V1.Model.EndpointInfo.t, default: nil) - Output only. The endpoint information through which to interact with a blockchain node.
  • serviceAttachment (type: String.t, default: nil) - Output only. A service attachment that exposes a node, and has the following format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment_name}

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BlockchainNodeEngine.V1.Model.ConnectionInfo{
  endpointInfo: GoogleApi.BlockchainNodeEngine.V1.Model.EndpointInfo.t() | nil,
  serviceAttachment: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.