pub struct CustomFieldsInputArraySchemaV3 {
pub id: String,
pub key: Option<String>,
pub field_value: Vec<String>,
}Available on crate feature
opportunities only.Expand description
customFieldsInputArraySchemaV3 from the GoHighLevel OpenAPI spec.
Fields§
§id: StringPass either id or key of custom field
Required by the API.
key: Option<String>Pass either id or key of custom field
field_value: Vec<String>Value of the custom field
Trait Implementations§
Source§impl Clone for CustomFieldsInputArraySchemaV3
impl Clone for CustomFieldsInputArraySchemaV3
Source§fn clone(&self) -> CustomFieldsInputArraySchemaV3
fn clone(&self) -> CustomFieldsInputArraySchemaV3
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 CustomFieldsInputArraySchemaV3
impl Default for CustomFieldsInputArraySchemaV3
Source§fn default() -> CustomFieldsInputArraySchemaV3
fn default() -> CustomFieldsInputArraySchemaV3
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CustomFieldsInputArraySchemaV3
impl<'de> Deserialize<'de> for CustomFieldsInputArraySchemaV3
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 CustomFieldsInputArraySchemaV3
impl RefUnwindSafe for CustomFieldsInputArraySchemaV3
impl Send for CustomFieldsInputArraySchemaV3
impl Sync for CustomFieldsInputArraySchemaV3
impl Unpin for CustomFieldsInputArraySchemaV3
impl UnsafeUnpin for CustomFieldsInputArraySchemaV3
impl UnwindSafe for CustomFieldsInputArraySchemaV3
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