class Google::Apis::AndroidpublisherV3::DeviceId

Identifier of a device.

def initialize(**args)

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

def update!(**args)

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