toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final cloudProduct = this.cloudProduct;
final createTime = this.createTime;
final cryptoKeyVersion = this.cryptoKeyVersion;
final cryptoKeyVersions = this.cryptoKeyVersions;
final labels = this.labels;
final location = this.location;
final name = this.name;
final project = this.project;
final projectId = this.projectId;
final resourceType = this.resourceType;
return {
'cloudProduct': ?cloudProduct,
'createTime': ?createTime,
'cryptoKeyVersion': ?cryptoKeyVersion,
'cryptoKeyVersions': ?cryptoKeyVersions,
'labels': ?labels,
'location': ?location,
'name': ?name,
'project': ?project,
'projectId': ?projectId,
'resourceType': ?resourceType,
};
}