GoogleCloudOsconfigV2OrchestratedResource constructor

GoogleCloudOsconfigV2OrchestratedResource({
  1. String? id,
  2. OSPolicyAssignment? osPolicyAssignmentV1Payload,
})

Implementation

GoogleCloudOsconfigV2OrchestratedResource({
  this.id,
  this.osPolicyAssignmentV1Payload,
});