pub struct ObjectRecordDeleteResponseDTO {
pub id: Option<String>,
pub success: Option<bool>,
}Available on crate feature
objects only.Expand description
ObjectRecordDeleteResponseDTO from the GoHighLevel OpenAPI spec.
Fields§
§id: Option<String>id of the deleted object
success: Option<bool>boolean that defines if the operation was a success or not
Trait Implementations§
Source§impl Clone for ObjectRecordDeleteResponseDTO
impl Clone for ObjectRecordDeleteResponseDTO
Source§fn clone(&self) -> ObjectRecordDeleteResponseDTO
fn clone(&self) -> ObjectRecordDeleteResponseDTO
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 Default for ObjectRecordDeleteResponseDTO
impl Default for ObjectRecordDeleteResponseDTO
Source§fn default() -> ObjectRecordDeleteResponseDTO
fn default() -> ObjectRecordDeleteResponseDTO
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ObjectRecordDeleteResponseDTO
impl<'de> Deserialize<'de> for ObjectRecordDeleteResponseDTO
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 ObjectRecordDeleteResponseDTO
impl RefUnwindSafe for ObjectRecordDeleteResponseDTO
impl Send for ObjectRecordDeleteResponseDTO
impl Sync for ObjectRecordDeleteResponseDTO
impl Unpin for ObjectRecordDeleteResponseDTO
impl UnsafeUnpin for ObjectRecordDeleteResponseDTO
impl UnwindSafe for ObjectRecordDeleteResponseDTO
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