ListDeviceTierConfigsResponse constructor

ListDeviceTierConfigsResponse({
  1. List<DeviceTierConfig>? deviceTierConfigs,
  2. String? nextPageToken,
})

Implementation

ListDeviceTierConfigsResponse({this.deviceTierConfigs, this.nextPageToken});