Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 601 Bytes

TransferPeerPathResponse.md

File metadata and controls

28 lines (22 loc) · 601 Bytes

OpenapiClient::TransferPeerPathResponse

Properties

Name Type Description Notes
type String
id String [optional]
name String [optional]
sub_type String [optional]
virtual_type String [optional]
virtual_id String [optional]

Example

require 'openapi_client'

instance = OpenapiClient::TransferPeerPathResponse.new(
  type: null,
  id: null,
  name: null,
  sub_type: null,
  virtual_type: null,
  virtual_id: null
)