Struct google_displayvideo1::api::TargetingOption [−][src]
Represents a single targeting option, which is a targetable concept in DV360.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- targeting options get targeting types (response)
Fields
age_range_details: Option<AgeRangeTargetingOptionDetails>Age range details.
app_category_details: Option<AppCategoryTargetingOptionDetails>App category details.
Authorized seller status resource details.
browser_details: Option<BrowserTargetingOptionDetails>Browser details.
carrier_and_isp_details: Option<CarrierAndIspTargetingOptionDetails>Carrier and ISP details.
category_details: Option<CategoryTargetingOptionDetails>Category resource details.
content_instream_position_details: Option<ContentInstreamPositionTargetingOptionDetails>Content instream position details.
content_outstream_position_details: Option<ContentOutstreamPositionTargetingOptionDetails>Content outstream position details.
device_make_model_details: Option<DeviceMakeModelTargetingOptionDetails>Device make and model resource details.
device_type_details: Option<DeviceTypeTargetingOptionDetails>Device type details.
digital_content_label_details: Option<DigitalContentLabelTargetingOptionDetails>Digital content label details.
environment_details: Option<EnvironmentTargetingOptionDetails>Environment details.
exchange_details: Option<ExchangeTargetingOptionDetails>Exchange details.
gender_details: Option<GenderTargetingOptionDetails>Gender details.
geo_region_details: Option<GeoRegionTargetingOptionDetails>Geographic region resource details.
household_income_details: Option<HouseholdIncomeTargetingOptionDetails>Household income details.
language_details: Option<LanguageTargetingOptionDetails>Language resource details.
name: Option<String>Output only. The resource name for this targeting option.
on_screen_position_details: Option<OnScreenPositionTargetingOptionDetails>On screen position details.
operating_system_details: Option<OperatingSystemTargetingOptionDetails>Operating system resources details.
parental_status_details: Option<ParentalStatusTargetingOptionDetails>Parental status details.
sensitive_category_details: Option<SensitiveCategoryTargetingOptionDetails>Sensitive Category details.
sub_exchange_details: Option<SubExchangeTargetingOptionDetails>Sub-exchange details.
targeting_option_id: Option<String>Output only. A unique identifier for this targeting option. The tuple {targeting_type, targeting_option_id} will be unique.
targeting_type: Option<String>Output only. The type of this targeting option.
user_rewarded_content_details: Option<UserRewardedContentTargetingOptionDetails>User rewarded content details.
video_player_size_details: Option<VideoPlayerSizeTargetingOptionDetails>Video player size details.
viewability_details: Option<ViewabilityTargetingOptionDetails>Viewability resource details.
Trait Implementations
impl Clone for TargetingOption[src]
fn clone(&self) -> TargetingOption[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for TargetingOption[src]
impl Default for TargetingOption[src]
fn default() -> TargetingOption[src]
impl<'de> Deserialize<'de> for TargetingOption[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl ResponseResult for TargetingOption[src]
impl Serialize for TargetingOption[src]
Auto Trait Implementations
impl RefUnwindSafe for TargetingOption
impl Send for TargetingOption
impl Sync for TargetingOption
impl Unpin for TargetingOption
impl UnwindSafe for TargetingOption
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,