struct

PlaceOS::API::Models::Zone

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

created_at

Zone creation time.

Source
description

Markdown formatted text that describes the zone.

Source
id

A universally unique identifier for the zone.

Source
name

A human readable identifier.

Source
settings

JSON object representing the zone configuration.

Source
tags

Space seperated list of tags for categorizing the zone.

Source
triggers

List of trigger ID's to be applied to all systems that associate with this zone.

Source