pub struct BatchResponse {Show 20 fields
pub cancelled_at: Option<u64>,
pub cancelling_at: Option<u64>,
pub completed_at: Option<u64>,
pub completion_window: String,
pub created_at: u64,
pub endpoint: String,
pub error_file_id: Option<String>,
pub errors: Option<BatchErrors>,
pub expired_at: Option<u64>,
pub expires_at: Option<u64>,
pub failed_at: Option<u64>,
pub finalizing_at: Option<u64>,
pub id: String,
pub in_progress_at: Option<u64>,
pub input_file_id: String,
pub metadata: Option<Metadata>,
pub object: String,
pub output_file_id: Option<String>,
pub request_counts: RequestCounts,
pub status: String,
}
Fields§
§cancelled_at: Option<u64>
§cancelling_at: Option<u64>
§completed_at: Option<u64>
§completion_window: String
§created_at: u64
§endpoint: String
§error_file_id: Option<String>
§errors: Option<BatchErrors>
§expired_at: Option<u64>
§expires_at: Option<u64>
§failed_at: Option<u64>
§finalizing_at: Option<u64>
§id: String
§in_progress_at: Option<u64>
§input_file_id: String
§metadata: Option<Metadata>
§object: String
§output_file_id: Option<String>
§request_counts: RequestCounts
§status: String
Trait Implementations§
Source§impl Debug for BatchResponse
impl Debug for BatchResponse
Source§impl<'de> Deserialize<'de> for BatchResponse
impl<'de> Deserialize<'de> for BatchResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for BatchResponse
impl RefUnwindSafe for BatchResponse
impl Send for BatchResponse
impl Sync for BatchResponse
impl Unpin for BatchResponse
impl UnwindSafe for BatchResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more