CheckResponse constructor

CheckResponse({
  1. List<CheckError>? checkErrors,
  2. CheckInfo? checkInfo,
  3. String? operationId,
  4. QuotaInfo? quotaInfo,
  5. String? serviceConfigId,
  6. String? serviceRolloutId,
})

Implementation

CheckResponse({
  this.checkErrors,
  this.checkInfo,
  this.operationId,
  this.quotaInfo,
  this.serviceConfigId,
  this.serviceRolloutId,
});