REST Resource: enterprises.structures
Resource: Struktur
Resource struktur mewakili instance rumah atau kamar hotel yang dikelola perusahaan.
Representasi JSON |
{
"name": string,
"traits": {
object
}
} |
Kolom |
name |
string
Hanya output. Nama resource struktur. Misalnya: "perusahaan/XYZ/struktur/ABC".
|
traits |
object (Struct format)
Sifat struktur.
|
Metode |
|
Mendapatkan struktur yang dikelola oleh perusahaan. |
|
Mencantumkan struktur yang dikelola oleh perusahaan. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-08-20 UTC.
[null,null,["Terakhir diperbarui pada 2024-08-20 UTC."],[[["Structure resource represents an enterprise-managed home or hotel room with a name and traits."],["Structures can be retrieved individually using the `get` method or listed for an enterprise via the `list` method."],["The resource is represented in JSON format with `name` and `traits` fields containing structure details."]]],["The document defines a \"Structure\" resource, representing a managed home or hotel room. Its JSON representation includes a `name` (a unique identifier) and `traits` (structure-specific features). The resource provides two methods: `get`, to retrieve a specific structure by its identifier, and `list`, to retrieve a collection of all the structures managed by the enterprise. The traits of a structure is represented by a google.protobuf.Struct.\n"]]