maxResults 쿼리 문자열은 대규모 응답의 각 페이지에 반환되는 항목 수를 결정합니다. 이는 선택적 매개변수입니다. 값은 정수여야 합니다.
pageToken
string
데이터의 다음 페이지를 가져오는 토큰입니다. maxResults 쿼리 문자열은 pageToken와 관련이 있습니다. maxResults가 각 페이지에서 반환되는 항목 수를 결정하기 때문입니다. 선택사항인 쿼리 문자열입니다. 지정하지 않으면 서버에서 첫 번째 페이지를 반환합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-08-29(UTC)"],[[["List all users with licenses assigned for a specific product's Stock Keeping Unit (SKU)."],["Uses an HTTP GET request to the licensing API, requiring product ID as a path parameter."],["Optionally filter the results by customer ID, and control pagination using query parameters."],["Requires authorization with the `https://www.googleapis.com/auth/apps.licensing` scope."]]],[]]