GoogleCloudAssuredworkloadsV1WorkloadResourceSettings constructor

GoogleCloudAssuredworkloadsV1WorkloadResourceSettings({
  1. String? displayName,
  2. String? resourceId,
  3. String? resourceType,
})

Implementation

GoogleCloudAssuredworkloadsV1WorkloadResourceSettings({
  this.displayName,
  this.resourceId,
  this.resourceType,
});