pub struct UpdateObject {
pub name: String,
pub alt_type: String,
pub alt_id: String,
}Available on crate feature
medias only.Expand description
UpdateObject from the GoHighLevel OpenAPI spec.
Fields§
§name: StringNew name for the file or folder Required by the API.
alt_type: StringType of entity that owns the file or folder
Allowed values: location.
Required by the API.
alt_id: StringLocation identifier that owns the file or folder Required by the API.
Trait Implementations§
Source§impl Clone for UpdateObject
impl Clone for UpdateObject
Source§fn clone(&self) -> UpdateObject
fn clone(&self) -> UpdateObject
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 UpdateObject
impl Debug for UpdateObject
Source§impl Default for UpdateObject
impl Default for UpdateObject
Source§fn default() -> UpdateObject
fn default() -> UpdateObject
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateObject
impl<'de> Deserialize<'de> for UpdateObject
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 UpdateObject
impl RefUnwindSafe for UpdateObject
impl Send for UpdateObject
impl Sync for UpdateObject
impl Unpin for UpdateObject
impl UnsafeUnpin for UpdateObject
impl UnwindSafe for UpdateObject
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