class Google::Apis::AndroidpublisherV3::DeviceGroup
belongs to the group if it matches any selector (logical OR).
A group of devices. A group is defined by a set of device selectors. A device
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @device_selectors = args[:device_selectors] if args.key?(:device_selectors) @name = args[:name] if args.key?(:name) end