GoogleCloudOsconfigV2OrchestrationScope.fromJson constructor
GoogleCloudOsconfigV2OrchestrationScope.fromJson(
- Map json_
Implementation
GoogleCloudOsconfigV2OrchestrationScope.fromJson(core.Map json_)
: this(
selectors: (json_['selectors'] as core.List?)
?.map(
(value) =>
GoogleCloudOsconfigV2OrchestrationScopeSelector.fromJson(
value as core.Map<core.String, core.dynamic>,
),
)
.toList(),
);