/**
 * Pagination
 * @targetNSAlias `q3`
 * @targetNamespace `http://schemas.datacontract.org/2004/07/Aruba.Cloud.Common`
 */
export interface Pagination {
    /** xs:int */
    Skip?: number;
    /** xs:int */
    Take?: number;
}
