toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final clientCertificate = this.clientCertificate;
final createTime = this.createTime;
final description = this.description;
final etag = this.etag;
final labels = this.labels;
final name = this.name;
final trustConfig = this.trustConfig;
final updateTime = this.updateTime;
final wellKnownRoots = this.wellKnownRoots;
return {
'clientCertificate': ?clientCertificate,
'createTime': ?createTime,
'description': ?description,
'etag': ?etag,
'labels': ?labels,
'name': ?name,
'trustConfig': ?trustConfig,
'updateTime': ?updateTime,
'wellKnownRoots': ?wellKnownRoots,
};
}