GoogleCloudAssuredworkloadsV1ViolationRemediationInstructions constructor

GoogleCloudAssuredworkloadsV1ViolationRemediationInstructions({
  1. GoogleCloudAssuredworkloadsV1ViolationRemediationInstructionsConsole? consoleInstructions,
  2. GoogleCloudAssuredworkloadsV1ViolationRemediationInstructionsGcloud? gcloudInstructions,
})

Implementation

GoogleCloudAssuredworkloadsV1ViolationRemediationInstructions({
  this.consoleInstructions,
  this.gcloudInstructions,
});