class TencentCloud::As::V20180419::DataDisk

def deserialize(params)

def deserialize(params)
  @DiskType = params['DiskType']
  @DiskSize = params['DiskSize']
  @SnapshotId = params['SnapshotId']
  @DeleteWithInstance = params['DeleteWithInstance']
  @Encrypt = params['Encrypt']
  @ThroughputPerformance = params['ThroughputPerformance']
  @BurstPerformance = params['BurstPerformance']
end