toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final asset = this.asset;
  final observed = this.observed;
  final ruleOutput = this.ruleOutput;
  final serviceAccount = this.serviceAccount;
  return {
    'asset': ?asset,
    'observed': ?observed,
    'ruleOutput': ?ruleOutput,
    'serviceAccount': ?serviceAccount,
  };
}