[[["이해하기 쉬움","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"]],["최종 업데이트: 2025-07-25(UTC)"],[[["Inserts an event ticket class with the given ID and properties using a POST request."],["The request body should contain an instance of `EventTicketClass` as defined in the provided reference."],["A successful response will return the newly created `EventTicketClass` object."],["Authorization requires the `https://www.googleapis.com/auth/wallet_object.issuer` OAuth scope."]]],["This outlines the process of inserting an event ticket class. A `POST` request is sent to `https://walletobjects.googleapis.com/walletobjects/v1/eventTicketClass`, including an `EventTicketClass` instance in the request body. A successful operation returns a newly created `EventTicketClass` instance in the response. This process requires the authorization scope `https://www.googleapis.com/auth/wallet_object.issuer`. The documentation follows gRPC Transcoding syntax.\n"]]