DeleteUserByPrincipalIdResponse.fromJson constructor
Implementation
factory DeleteUserByPrincipalIdResponse.fromJson(Map<String, dynamic> json) {
return DeleteUserByPrincipalIdResponse(
requestId: json['RequestId'] as String?,
);
}
factory DeleteUserByPrincipalIdResponse.fromJson(Map<String, dynamic> json) {
return DeleteUserByPrincipalIdResponse(
requestId: json['RequestId'] as String?,
);
}