pub struct CSVFileRequiredBadRequestDTO {
pub status: Option<f64>,
pub options: Option<Value>,
pub message: Option<String>,
pub name: Option<String>,
pub error: Option<String>,
pub status_code: Option<f64>,
pub trace_id: Option<String>,
}Available on crate feature
social-planner only.Expand description
CSVFileRequiredBadRequestDTO from the GoHighLevel OpenAPI spec.
Fields§
§status: Option<f64>HTTP Status Required by the API. (Optional here so responses that omit it still parse.)
options: Option<Value>Options
message: Option<String>Error message Required by the API. (Optional here so responses that omit it still parse.)
name: Option<String>Exception name Required by the API. (Optional here so responses that omit it still parse.)
error: Option<String>Error type Required by the API. (Optional here so responses that omit it still parse.)
status_code: Option<f64>HTTP Status Code Required by the API. (Optional here so responses that omit it still parse.)
trace_id: Option<String>Trace ID for debugging
Trait Implementations§
Source§impl Clone for CSVFileRequiredBadRequestDTO
impl Clone for CSVFileRequiredBadRequestDTO
Source§fn clone(&self) -> CSVFileRequiredBadRequestDTO
fn clone(&self) -> CSVFileRequiredBadRequestDTO
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CSVFileRequiredBadRequestDTO
impl Debug for CSVFileRequiredBadRequestDTO
Source§impl Default for CSVFileRequiredBadRequestDTO
impl Default for CSVFileRequiredBadRequestDTO
Source§fn default() -> CSVFileRequiredBadRequestDTO
fn default() -> CSVFileRequiredBadRequestDTO
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CSVFileRequiredBadRequestDTO
impl<'de> Deserialize<'de> for CSVFileRequiredBadRequestDTO
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 CSVFileRequiredBadRequestDTO
impl RefUnwindSafe for CSVFileRequiredBadRequestDTO
impl Send for CSVFileRequiredBadRequestDTO
impl Sync for CSVFileRequiredBadRequestDTO
impl Unpin for CSVFileRequiredBadRequestDTO
impl UnsafeUnpin for CSVFileRequiredBadRequestDTO
impl UnwindSafe for CSVFileRequiredBadRequestDTO
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