GoogleCloudAssuredworkloadsV1WorkloadResourceInfo constructor

GoogleCloudAssuredworkloadsV1WorkloadResourceInfo({
  1. String? resourceId,
  2. String? resourceType,
})

Implementation

GoogleCloudAssuredworkloadsV1WorkloadResourceInfo({
  this.resourceId,
  this.resourceType,
});