GoogleCloudOsconfigV2OrchestrationScopeLocationSelector.fromJson constructor

GoogleCloudOsconfigV2OrchestrationScopeLocationSelector.fromJson(
  1. Map json_
)

Implementation

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