GoogleCloudApigeeV1MoveApiProductRequest.fromJson constructor

GoogleCloudApigeeV1MoveApiProductRequest.fromJson(
  1. Map json_
)

Implementation

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