InstancesSetMinCpuPlatformRequest constructor

InstancesSetMinCpuPlatformRequest({
  1. String? minCpuPlatform,
})

Implementation

InstancesSetMinCpuPlatformRequest({
  this.minCpuPlatform,
});