toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final policySet = this.policySet;
  final posture = this.posture;
  final postureDeployment = this.postureDeployment;
  final postureDeploymentTargetResource =
      this.postureDeploymentTargetResource;
  final postureRevisionId = this.postureRevisionId;
  return {
    'policySet': ?policySet,
    'posture': ?posture,
    'postureDeployment': ?postureDeployment,
    'postureDeploymentTargetResource': ?postureDeploymentTargetResource,
    'postureRevisionId': ?postureRevisionId,
  };
}