ListDeviceTierConfigsResponse constructor
ListDeviceTierConfigsResponse({
- List<
DeviceTierConfig> ? deviceTierConfigs, - String? nextPageToken,
Implementation
ListDeviceTierConfigsResponse({
this.deviceTierConfigs,
this.nextPageToken,
});