toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (access != null) 'access': access!,
      if (application != null) 'application': application!,
      if (attackExposure != null) 'attackExposure': attackExposure!,
      if (backupDisasterRecovery != null)
        'backupDisasterRecovery': backupDisasterRecovery!,
      if (canonicalName != null) 'canonicalName': canonicalName!,
      if (category != null) 'category': category!,
      if (cloudDlpDataProfile != null)
        'cloudDlpDataProfile': cloudDlpDataProfile!,
      if (cloudDlpInspection != null)
        'cloudDlpInspection': cloudDlpInspection!,
      if (compliances != null) 'compliances': compliances!,
      if (connections != null) 'connections': connections!,
      if (contacts != null) 'contacts': contacts!,
      if (containers != null) 'containers': containers!,
      if (createTime != null) 'createTime': createTime!,
      if (database != null) 'database': database!,
      if (description != null) 'description': description!,
      if (eventTime != null) 'eventTime': eventTime!,
      if (exfiltration != null) 'exfiltration': exfiltration!,
      if (externalSystems != null) 'externalSystems': externalSystems!,
      if (externalUri != null) 'externalUri': externalUri!,
      if (files != null) 'files': files!,
      if (findingClass != null) 'findingClass': findingClass!,
      if (iamBindings != null) 'iamBindings': iamBindings!,
      if (indicator != null) 'indicator': indicator!,
      if (kernelRootkit != null) 'kernelRootkit': kernelRootkit!,
      if (kubernetes != null) 'kubernetes': kubernetes!,
      if (loadBalancers != null) 'loadBalancers': loadBalancers!,
      if (logEntries != null) 'logEntries': logEntries!,
      if (mitreAttack != null) 'mitreAttack': mitreAttack!,
      if (moduleName != null) 'moduleName': moduleName!,
      if (mute != null) 'mute': mute!,
      if (muteInitiator != null) 'muteInitiator': muteInitiator!,
      if (muteUpdateTime != null) 'muteUpdateTime': muteUpdateTime!,
      if (name != null) 'name': name!,
      if (nextSteps != null) 'nextSteps': nextSteps!,
      if (orgPolicies != null) 'orgPolicies': orgPolicies!,
      if (parent != null) 'parent': parent!,
      if (parentDisplayName != null) 'parentDisplayName': parentDisplayName!,
      if (processes != null) 'processes': processes!,
      if (resourceName != null) 'resourceName': resourceName!,
      if (securityMarks != null) 'securityMarks': securityMarks!,
      if (securityPosture != null) 'securityPosture': securityPosture!,
      if (severity != null) 'severity': severity!,
      if (sourceProperties != null) 'sourceProperties': sourceProperties!,
      if (state != null) 'state': state!,
      if (vulnerability != null) 'vulnerability': vulnerability!,
    };