class Google::Apis::AndroidpublisherV3::DeviceId

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