DescribeVTLDevicesOutput constructor

DescribeVTLDevicesOutput({
  1. String? gatewayARN,
  2. String? marker,
  3. List<VTLDevice>? vTLDevices,
})

Implementation

DescribeVTLDevicesOutput({
  this.gatewayARN,
  this.marker,
  this.vTLDevices,
});