GoogleCloudOsconfigV2OrchestrationScopeResourceHierarchySelector.fromJson constructor

GoogleCloudOsconfigV2OrchestrationScopeResourceHierarchySelector.fromJson(
  1. Map json_
)

Implementation

GoogleCloudOsconfigV2OrchestrationScopeResourceHierarchySelector.fromJson(
  core.Map json_,
) : this(
      includedFolders:
          (json_['includedFolders'] as core.List?)
              ?.map((value) => value as core.String)
              .toList(),
      includedProjects:
          (json_['includedProjects'] as core.List?)
              ?.map((value) => value as core.String)
              .toList(),
    );