class Google::Apis::AndroidpublisherV3::DeviceTier

device_group_names are considered to match the tier.
A single device tier. Devices matching any of the device groups in

def initialize(**args)

def initialize(**args)
   update!(**args)
end

def update!(**args)

Update properties of this object
def update!(**args)
  @device_group_names = args[:device_group_names] if args.key?(:device_group_names)
  @level = args[:level] if args.key?(:level)
end