toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final compartmentId = this.compartmentId;
  final createTime = this.createTime;
  final message = this.message;
  final relatedResourceId = this.relatedResourceId;
  final type = this.type;
  return {
    'compartmentId': ?compartmentId,
    'createTime': ?createTime,
    'message': ?message,
    'relatedResourceId': ?relatedResourceId,
    'type': ?type,
  };
}