CryptoApis::CreateAutomaticTokensForwardingRB

Properties

Name Type Description Notes
context String In batch situations the user can use the context to correlate responses with requests. This property is present regardless of whether the response was successful or returned as an error. `context` is specified by the user. [optional]
data CreateAutomaticTokensForwardingRBData

Example

require 'crypto_apis'

instance = CryptoApis::CreateAutomaticTokensForwardingRB.new(
  context: yourExampleString,
  data: null
)