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