struct

PlaceOS::Model::Survey::Page

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(title : String = "", description : Nil | String = nil, question_order : Array(Int64) = [] of Int64)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

description
Source
description=(description : String | Nil)
Source
question_order
Source
question_order=(question_order : Array(Int64))
Source
title
Source
title=(title : String)
Source