toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final createTime = this.createTime;
final deleteTime = this.deleteTime;
final directoryCustomerId = this.directoryCustomerId;
final displayName = this.displayName;
final etag = this.etag;
final name = this.name;
final state = this.state;
final updateTime = this.updateTime;
return {
'createTime': ?createTime,
'deleteTime': ?deleteTime,
'directoryCustomerId': ?directoryCustomerId,
'displayName': ?displayName,
'etag': ?etag,
'name': ?name,
'state': ?state,
'updateTime': ?updateTime,
};
}