v1GetTvcAppsRequest.fromJson constructor
Implementation
factory v1GetTvcAppsRequest.fromJson(Map<String, dynamic> json) {
final _organizationId = json['organizationId'] as String;
return v1GetTvcAppsRequest(
organizationId: _organizationId,
);
}