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