pub struct UpdateMediaObject {
pub id: String,
pub name: Option<String>,
}Available on crate feature
medias only.Expand description
UpdateMediaObject from the GoHighLevel OpenAPI spec.
Fields§
§id: StringUnique identifier of the file or folder to be updated Required by the API.
name: Option<String>New name for the file or folder
Trait Implementations§
Source§impl Clone for UpdateMediaObject
impl Clone for UpdateMediaObject
Source§fn clone(&self) -> UpdateMediaObject
fn clone(&self) -> UpdateMediaObject
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 UpdateMediaObject
impl Debug for UpdateMediaObject
Source§impl Default for UpdateMediaObject
impl Default for UpdateMediaObject
Source§fn default() -> UpdateMediaObject
fn default() -> UpdateMediaObject
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateMediaObject
impl<'de> Deserialize<'de> for UpdateMediaObject
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 UpdateMediaObject
impl RefUnwindSafe for UpdateMediaObject
impl Send for UpdateMediaObject
impl Sync for UpdateMediaObject
impl Unpin for UpdateMediaObject
impl UnsafeUnpin for UpdateMediaObject
impl UnwindSafe for UpdateMediaObject
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