pub struct V1betaAudienceDimension {
pub dimension_name: Option<String>,
}Expand description
An audience dimension is a user attribute. Specific user attributed are requested and then later returned in the QueryAudienceExportResponse.
This type is not used in any activity, and only used as part of another schema.
Fields§
§dimension_name: Option<String>Optional. The API name of the dimension. See the API Dimensions for the list of dimension names.
Trait Implementations§
Source§impl Clone for V1betaAudienceDimension
impl Clone for V1betaAudienceDimension
Source§fn clone(&self) -> V1betaAudienceDimension
fn clone(&self) -> V1betaAudienceDimension
Returns a duplicate of the value. Read more
1.0.0 · 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 V1betaAudienceDimension
impl Debug for V1betaAudienceDimension
Source§impl Default for V1betaAudienceDimension
impl Default for V1betaAudienceDimension
Source§fn default() -> V1betaAudienceDimension
fn default() -> V1betaAudienceDimension
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for V1betaAudienceDimension
impl<'de> Deserialize<'de> for V1betaAudienceDimension
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
Source§impl Serialize for V1betaAudienceDimension
impl Serialize for V1betaAudienceDimension
impl Part for V1betaAudienceDimension
Auto Trait Implementations§
impl Freeze for V1betaAudienceDimension
impl RefUnwindSafe for V1betaAudienceDimension
impl Send for V1betaAudienceDimension
impl Sync for V1betaAudienceDimension
impl Unpin for V1betaAudienceDimension
impl UnwindSafe for V1betaAudienceDimension
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