GoogleApi.RealTimeBidding.V1.Model.RemoveTargetedAppsRequest (google_api_real_time_bidding v0.13.2)
View SourceA request to stop targeting the provided apps in a specific pretargeting configuration. The pretargeting configuration itself specifies how these apps are targeted. in PretargetingConfig.appTargeting.mobileAppTargeting.
Attributes
-
appIds
(type:list(String.t)
, default:nil
) - A list of app IDs to stop targeting in the pretargeting configuration. These values will be removed from the list of targeted app IDs in PretargetingConfig.appTargeting.mobileAppTargeting.values.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.RealTimeBidding.V1.Model.RemoveTargetedAppsRequest{ appIds: [String.t()] | nil }