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