class Google::Apis::AndroidpublisherV3::DeviceSelector
models AND device doesn’t match excluded device models
device matches RAM conditions AND device matches one of the included device
model inclusion and device model exclusion, a device is considered to match if:
eligibility. For instance, if a selector specifies RAM conditions, device
device that should all match (logical AND) to determine a device group
Selector for a device group. A selector consists of a set of conditions on the
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @device_ram = args[:device_ram] if args.key?(:device_ram) @excluded_device_ids = args[:excluded_device_ids] if args.key?(:excluded_device_ids) @forbidden_system_features = args[:forbidden_system_features] if args.key?(:forbidden_system_features) @included_device_ids = args[:included_device_ids] if args.key?(:included_device_ids) @required_system_features = args[:required_system_features] if args.key?(:required_system_features) @system_on_chips = args[:system_on_chips] if args.key?(:system_on_chips) end