Map<String, dynamic> toJson() { final endpointInput = this.endpointInput; return { 'EndpointInput': endpointInput, }; }