GoogleCloudRecommenderV1Operation constructor

GoogleCloudRecommenderV1Operation({
  1. String? action,
  2. String? path,
  3. Map<String, Object?>? pathFilters,
  4. Map<String, GoogleCloudRecommenderV1ValueMatcher>? pathValueMatchers,
  5. String? resource,
  6. String? resourceType,
  7. String? sourcePath,
  8. String? sourceResource,
  9. Object? value,
  10. GoogleCloudRecommenderV1ValueMatcher? valueMatcher,
})

Implementation

GoogleCloudRecommenderV1Operation({
  this.action,
  this.path,
  this.pathFilters,
  this.pathValueMatchers,
  this.resource,
  this.resourceType,
  this.sourcePath,
  this.sourceResource,
  this.value,
  this.valueMatcher,
});