GoogleCloudApigeeV1KeyAliasReference.fromJson constructor

GoogleCloudApigeeV1KeyAliasReference.fromJson(
  1. Map json_
)

Implementation

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