GoogleCloudApigeeV1KeyAliasReference.fromJson constructor
GoogleCloudApigeeV1KeyAliasReference.fromJson(
- Map json_
Implementation
GoogleCloudApigeeV1KeyAliasReference.fromJson(core.Map json_)
: this(
aliasId: json_.containsKey('aliasId')
? json_['aliasId'] as core.String
: null,
reference: json_.containsKey('reference')
? json_['reference'] as core.String
: null,
);