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