pub struct RuleBasedUserListDTO {
pub prepopulation_status: Option<String>,
pub flexible_rule_user_list: FlexibleRuleUserListDTO,
}Available on crate feature
ad-publishing only.Expand description
RuleBasedUserListDTO from the GoHighLevel OpenAPI spec.
Fields§
§prepopulation_status: Option<String>Prepopulation status
Allowed values: REQUESTED.
flexible_rule_user_list: FlexibleRuleUserListDTOFlexible rule user list configuration Required by the API.
Trait Implementations§
Source§impl Clone for RuleBasedUserListDTO
impl Clone for RuleBasedUserListDTO
Source§fn clone(&self) -> RuleBasedUserListDTO
fn clone(&self) -> RuleBasedUserListDTO
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 RuleBasedUserListDTO
impl Debug for RuleBasedUserListDTO
Source§impl Default for RuleBasedUserListDTO
impl Default for RuleBasedUserListDTO
Source§fn default() -> RuleBasedUserListDTO
fn default() -> RuleBasedUserListDTO
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RuleBasedUserListDTO
impl<'de> Deserialize<'de> for RuleBasedUserListDTO
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 RuleBasedUserListDTO
impl RefUnwindSafe for RuleBasedUserListDTO
impl Send for RuleBasedUserListDTO
impl Sync for RuleBasedUserListDTO
impl Unpin for RuleBasedUserListDTO
impl UnsafeUnpin for RuleBasedUserListDTO
impl UnwindSafe for RuleBasedUserListDTO
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