GoogleCloudApigeeV1MoveApiProxyRequest.fromJson constructor

GoogleCloudApigeeV1MoveApiProxyRequest.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1MoveApiProxyRequest.fromJson(core.Map json_)
    : this(
        space: json_['space'] as core.String?,
      );