GoogleCloudOsconfigV2OrchestrationScopeResourceHierarchySelector constructor

GoogleCloudOsconfigV2OrchestrationScopeResourceHierarchySelector({
  1. List<String>? includedFolders,
  2. List<String>? includedProjects,
})

Implementation

GoogleCloudOsconfigV2OrchestrationScopeResourceHierarchySelector({
  this.includedFolders,
  this.includedProjects,
});