Partner constructor

Partner({
  1. String? createTime,
  2. List<EkmMetadata>? ekmSolutions,
  3. String? name,
  4. List<String>? operatedCloudRegions,
  5. String? partnerProjectId,
  6. List<Sku>? skus,
  7. String? updateTime,
})

Implementation

Partner({
  this.createTime,
  this.ekmSolutions,
  this.name,
  this.operatedCloudRegions,
  this.partnerProjectId,
  this.skus,
  this.updateTime,
});