REST Resource: enterprises.structures
Ressource: Struktur
Gebäuderessource stellt eine Instanz eines vom Unternehmen verwalteten Zuhauses oder Hotelzimmers dar.
JSON-Darstellung |
{
"name": string,
"traits": {
object
}
} |
Felder |
name |
string
Nur Ausgabe. Der Ressourcenname der Struktur. Beispiel: „Unternehmen/XYZ/Strukturen/ABC“.
|
traits |
object (Struct format)
Strukturmerkmale
|
Methoden |
|
Ruft eine vom Unternehmen verwaltete Struktur ab. |
|
Listet vom Unternehmen verwaltete Strukturen auf. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-08-20 (UTC).
[null,null,["Zuletzt aktualisiert: 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"]]