[[["易于理解","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"]],["最后更新时间 (UTC):2024-08-29。"],[[["The Company resource represents a reseller, vendor, or customer within the zero-touch reseller and customer APIs."],["The JSON representation for a Company includes details such as `name`, `companyId`, `companyName`, `ownerEmails`, `adminEmails`, `termsStatus`, `skipWelcomeEmail`, `languageCode`, and `googleWorkspaceAccount`."],["The `name`, `companyId`, and `termsStatus` fields are output-only, whereas the fields `ownerEmails`, `skipWelcomeEmail`, and `languageCode` are input-only fields."],["The `companyName` and `ownerEmails` are required fields to create a company, and each must be associated with a Google account, and must contain at least one email address."],["The method `list` allows partners to retrieve a list of their vendors."]]],["The document defines a \"Company\" resource in the zero-touch reseller and customer APIs, representing a reseller, vendor, or customer. Key information includes the company's `name`, `companyId`, `companyName`, and email addresses for `ownerEmails` and `adminEmails`. The `termsStatus` indicates if the terms of service have been accepted. Other data includes `skipWelcomeEmail`, and `languageCode`. One method allows listing vendors. This is done using `partners.vendors/list`.\n"]]