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