Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'endpoint_id'] = this.endpointId; return json; }