RunTransferJobRequest.fromJson constructor
RunTransferJobRequest.fromJson(
- Map json_
Implementation
RunTransferJobRequest.fromJson(core.Map json_)
: this(projectId: json_['projectId'] as core.String?);