GoogleApi.AndroidPublisher.V3.Model.TargetingUpdate (google_api_android_publisher v0.43.0)
View SourceUpdate type for targeting. Note it is always a subset Targeting.
Attributes
-
allUsers(type:GoogleApi.AndroidPublisher.V3.Model.AllUsers.t, default:nil) - All users are targeted. -
androidSdks(type:GoogleApi.AndroidPublisher.V3.Model.AndroidSdks.t, default:nil) - Additional android sdk levels are targeted by the recovery action. -
regions(type:GoogleApi.AndroidPublisher.V3.Model.Regions.t, default:nil) - Additional regions are targeted by the recovery action.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AndroidPublisher.V3.Model.TargetingUpdate{ allUsers: GoogleApi.AndroidPublisher.V3.Model.AllUsers.t() | nil, androidSdks: GoogleApi.AndroidPublisher.V3.Model.AndroidSdks.t() | nil, regions: GoogleApi.AndroidPublisher.V3.Model.Regions.t() | nil }