pub struct KnowledgeBaseMetadataDTO {
pub faqs: f64,
pub urls: f64,
pub rich_text: f64,
pub files: f64,
pub web_searches: f64,
pub tables: f64,
}Available on crate feature
knowledge-base only.Expand description
KnowledgeBaseMetadataDTO from the GoHighLevel OpenAPI spec.
Fields§
§faqs: f64Number of FAQs in the knowledge base Required by the API.
urls: f64Number of URLs in the knowledge base Required by the API.
rich_text: f64Number of rich text documents in the knowledge base Required by the API.
files: f64Number of files in the knowledge base Required by the API.
web_searches: f64Number of web searche configs in the knowledge base Required by the API.
tables: f64Number of tables in the knowledge base Required by the API.
Trait Implementations§
Source§impl Clone for KnowledgeBaseMetadataDTO
impl Clone for KnowledgeBaseMetadataDTO
Source§fn clone(&self) -> KnowledgeBaseMetadataDTO
fn clone(&self) -> KnowledgeBaseMetadataDTO
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 KnowledgeBaseMetadataDTO
impl Debug for KnowledgeBaseMetadataDTO
Source§impl Default for KnowledgeBaseMetadataDTO
impl Default for KnowledgeBaseMetadataDTO
Source§fn default() -> KnowledgeBaseMetadataDTO
fn default() -> KnowledgeBaseMetadataDTO
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for KnowledgeBaseMetadataDTO
impl<'de> Deserialize<'de> for KnowledgeBaseMetadataDTO
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 KnowledgeBaseMetadataDTO
impl RefUnwindSafe for KnowledgeBaseMetadataDTO
impl Send for KnowledgeBaseMetadataDTO
impl Sync for KnowledgeBaseMetadataDTO
impl Unpin for KnowledgeBaseMetadataDTO
impl UnsafeUnpin for KnowledgeBaseMetadataDTO
impl UnwindSafe for KnowledgeBaseMetadataDTO
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