pub struct TrainDiscoveredUrlsDTO {
pub location_id: String,
pub url_ids: Vec<String>,
pub knowledge_base_id: String,
pub operation_id: String,
}Available on crate feature
knowledge-base only.Expand description
TrainDiscoveredUrlsDTO from the GoHighLevel OpenAPI spec.
Fields§
§location_id: StringLocation ID as string Required by the API.
url_ids: Vec<String>List of Object ids of the discovered urls Required by the API.
knowledge_base_id: Stringknowledge base id Required by the API.
operation_id: Stringoperation id as string Required by the API.
Trait Implementations§
Source§impl Clone for TrainDiscoveredUrlsDTO
impl Clone for TrainDiscoveredUrlsDTO
Source§fn clone(&self) -> TrainDiscoveredUrlsDTO
fn clone(&self) -> TrainDiscoveredUrlsDTO
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 TrainDiscoveredUrlsDTO
impl Debug for TrainDiscoveredUrlsDTO
Source§impl Default for TrainDiscoveredUrlsDTO
impl Default for TrainDiscoveredUrlsDTO
Source§fn default() -> TrainDiscoveredUrlsDTO
fn default() -> TrainDiscoveredUrlsDTO
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TrainDiscoveredUrlsDTO
impl<'de> Deserialize<'de> for TrainDiscoveredUrlsDTO
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 TrainDiscoveredUrlsDTO
impl RefUnwindSafe for TrainDiscoveredUrlsDTO
impl Send for TrainDiscoveredUrlsDTO
impl Sync for TrainDiscoveredUrlsDTO
impl Unpin for TrainDiscoveredUrlsDTO
impl UnsafeUnpin for TrainDiscoveredUrlsDTO
impl UnwindSafe for TrainDiscoveredUrlsDTO
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