$ApiColumnsCreateNumberColumnRequestApplicationJsonInterface class sealed

Implementers
Annotations
  • @BuiltValue(instantiable: false)

Properties

baseNodeId int
Context of the column creation.
no setter
baseNodeType ApiColumnsCreateNumberColumnRequestApplicationJson_BaseNodeType
Context type of the column creation.
no setter
description String?
Description.
no setter
hashCode int
The hash code for this object.
no setterinherited
mandatory bool
Is mandatory.
no setter
numberDecimals int?
Decimals.
no setter
numberDefault double?
Default value for new rows.
no setter
numberMax double?
Max.
no setter
numberMin double?
Min.
no setter
numberPrefix String?
Prefix.
no setter
numberSuffix String?
Suffix.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedViewIds → BuiltList<int>?
View IDs where this columns should be added.
no setter
subtype ApiColumnsCreateNumberColumnRequestApplicationJson_Subtype?
Subtype for the new column.
no setter
title String
Title.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(void updates($ApiColumnsCreateNumberColumnRequestApplicationJsonInterfaceBuilder)) $ApiColumnsCreateNumberColumnRequestApplicationJsonInterface
Rebuilds the instance.
toBuilder() $ApiColumnsCreateNumberColumnRequestApplicationJsonInterfaceBuilder
Converts the instance to a builder $ApiColumnsCreateNumberColumnRequestApplicationJsonInterfaceBuilder.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited