REST Resource: enterprises.structures
Risorsa: struttura
La risorsa struttura rappresenta un'istanza di una casa o di una camera d'albergo gestita dall'azienda.
Rappresentazione JSON |
{
"name": string,
"traits": {
object
}
} |
Campi |
name |
string
Solo output. Il nome della risorsa della struttura. Ad esempio: "imprese/XYZ/strutture/ABC".
|
traits |
object (Struct format)
Caratteristiche della struttura.
|
Metodi |
|
Ottieni una struttura gestita dall'azienda. |
|
Elenca le strutture gestite dall'azienda. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-08-20 UTC.
[null,null,["Ultimo aggiornamento 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"]]