GoogleApi.SmartDeviceManagement.V1.Model.GoogleHomeEnterpriseSdmV1Structure (google_api_smart_device_management v0.3.0) View Source
Structure resource represents an instance of enterprise managed home or hotel room.
Attributes
-
name(type:String.t, default:nil) - Output only. The resource name of the structure. For example: "enterprises/XYZ/structures/ABC". -
parentRelations(type:list(GoogleApi.SmartDeviceManagement.V1.Model.GoogleHomeEnterpriseSdmV1StructureParentRelation.t), default:nil) - Assignee details of the structure. -
traits(type:map(), default:nil) - Structure traits.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() ::
%GoogleApi.SmartDeviceManagement.V1.Model.GoogleHomeEnterpriseSdmV1Structure{
name: String.t(),
parentRelations: [
GoogleApi.SmartDeviceManagement.V1.Model.GoogleHomeEnterpriseSdmV1StructureParentRelation.t()
],
traits: map()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.