REST Resource: enterprises.structures.rooms
리소스: Room
Room 리소스는 호텔 스위트룸이나 임대 아파트의 객실과 같은 구조 내의 하위 공간 인스턴스를 나타냅니다.
JSON 표현 |
{
"name": string,
"traits": {
object
}
} |
필드 |
name |
string
출력 전용입니다. 회의실의 리소스 이름입니다. 예: 'enterprises/XYZ/structures/ABC/rooms/123'
|
traits |
object (Struct format)
Room 특성.
|
메서드 |
|
기업에서 관리하는 회의실을 가져옵니다. |
|
기업에서 관리하는 채팅방을 나열합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-08-20(UTC)
[null,null,["최종 업데이트: 2024-08-20(UTC)"],[[["The Room resource represents sub-spaces within a structure, like rooms in a hotel or apartment."],["Rooms have traits and are identified by a unique resource name."],["You can get information about individual rooms or list all rooms managed by an enterprise using the provided methods."]]],["The `Room` resource represents a sub-space within a structure. It has a `name` (resource identifier) and `traits` (room-specific attributes) represented as a JSON object. Key actions include retrieving a single room's details (`get`) and listing all rooms associated with an enterprise (`list`). The resource is identified with the format: \"enterprises/XYZ/structures/ABC/rooms/123\". The format of the data of a room is: `{\"name\": string, \"traits\": {object}}`.\n"]]