toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final createTime = this.createTime;
  final ekmSolutions = this.ekmSolutions;
  final name = this.name;
  final operatedCloudRegions = this.operatedCloudRegions;
  final partnerProjectId = this.partnerProjectId;
  final skus = this.skus;
  final updateTime = this.updateTime;
  return {
    'createTime': ?createTime,
    'ekmSolutions': ?ekmSolutions,
    'name': ?name,
    'operatedCloudRegions': ?operatedCloudRegions,
    'partnerProjectId': ?partnerProjectId,
    'skus': ?skus,
    'updateTime': ?updateTime,
  };
}