Struct gapi_grpc::google::ads::googleads::v4::common::DateSpecificRuleUserListInfo[][src]

pub struct DateSpecificRuleUserListInfo {
    pub rule: Option<UserListRuleInfo>,
    pub start_date: Option<String>,
    pub end_date: Option<String>,
}

Visitors of a page during specific dates.

Fields

rule: Option<UserListRuleInfo>

Boolean rule that defines visitor of a page.

Required for creating a date specific rule user list.

start_date: Option<String>

Start date of users visit. If set to 2000-01-01, then the list includes all users before end_date. The date’s format should be YYYY-MM-DD.

Required for creating a data specific rule user list.

end_date: Option<String>

End date of users visit. If set to 2037-12-30, then the list includes all users after start_date. The date’s format should be YYYY-MM-DD.

Required for creating a data specific rule user list.

Trait Implementations

impl Clone for DateSpecificRuleUserListInfo[src]

impl Debug for DateSpecificRuleUserListInfo[src]

impl Default for DateSpecificRuleUserListInfo[src]

impl Message for DateSpecificRuleUserListInfo[src]

impl PartialEq<DateSpecificRuleUserListInfo> for DateSpecificRuleUserListInfo[src]

impl StructuralPartialEq for DateSpecificRuleUserListInfo[src]

Auto Trait Implementations

impl RefUnwindSafe for DateSpecificRuleUserListInfo

impl Send for DateSpecificRuleUserListInfo

impl Sync for DateSpecificRuleUserListInfo

impl Unpin for DateSpecificRuleUserListInfo

impl UnwindSafe for DateSpecificRuleUserListInfo

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]