GoogleApi.AndroidPublisher.V3.Model.DeviceGroup (google_api_android_publisher v0.43.0)
View SourceA group of devices. A group is defined by a set of device selectors. A device belongs to the group if it matches any selector (logical OR).
Attributes
-
deviceSelectors(type:list(GoogleApi.AndroidPublisher.V3.Model.DeviceSelector.t), default:nil) - Device selectors for this group. A device matching any of the selectors is included in this group. -
name(type:String.t, default:nil) - The name of the group.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AndroidPublisher.V3.Model.DeviceGroup{ deviceSelectors: [GoogleApi.AndroidPublisher.V3.Model.DeviceSelector.t()] | nil, name: String.t() | nil }