factory Probe_GrpcAction.fromJson(Map<String, dynamic> json) { return Probe_GrpcAction( port: json['port'] ?? 0, service: json['service'] ?? '', ); }