1package Paws::DeviceFarm::Resolution { 2 use Moose; 3 has height => (is => 'ro', isa => 'Int'); 4 has width => (is => 'ro', isa => 'Int'); 5} 61; 7