REST Resource: enterprises.structures
Kaynak: Yapı
Yapı kaynağı, kurumsal olarak yönetilen ev veya otel odası örneğini temsil eder.
JSON gösterimi |
{
"name": string,
"traits": {
object
}
} |
Alanlar |
name |
string
Yalnızca çıkış. Yapının kaynak adı. Örneğin: "enterprises/XYZ/structures/ABC".
|
traits |
object (Struct format)
Yapı özellikleri.
|
Yöntemler |
|
Kuruluş tarafından yönetilen bir yapı alır. |
|
Kuruluş tarafından yönetilen yapıları listeler. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-08-20 UTC.
[null,null,["Son güncelleme tarihi: 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"]]