REST Resource: enterprises.structures

  • 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.

Resource: Structure

Structure resource represents an instance of enterprise managed home or hotel room.

JSON representation
{
  "name": string,
  "traits": {
    object
  }
}
Fields
name

string

Output only. The resource name of the structure. For example: "enterprises/XYZ/structures/ABC".

traits

object (Struct format)

Structure traits.

Methods

get

Gets a structure managed by the enterprise.

list

Lists structures managed by the enterprise.