// Ticket item indicating which page orientation option to use.

import 'page_orientation.proto';

message PageOrientationTicketItem {

// Page orientation type (required).
optional PageOrientation.Type type = 1;

}