AI-generated Key Takeaways
-
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 thelist
method. -
The resource is represented in JSON format with
name
andtraits
fields containing structure details.
Resource: Structure
Structure resource represents an instance of enterprise managed home or hotel room.
JSON representation |
---|
{ "name": string, "traits": { object } } |
Fields | |
---|---|
name |
Output only. The resource name of the structure. For example: "enterprises/XYZ/structures/ABC". |
traits |
Structure traits. |
Methods |
|
---|---|
|
Gets a structure managed by the enterprise. |
|
Lists structures managed by the enterprise. |