Api1UpdateColumnRequestApplicationJson class abstract

Implemented types

Constructors

Api1UpdateColumnRequestApplicationJson([void b(Api1UpdateColumnRequestApplicationJsonBuilder)?])
Creates a new Api1UpdateColumnRequestApplicationJson object using the builder pattern.
factory
Api1UpdateColumnRequestApplicationJson.fromJson(Map<String, dynamic> json)
Creates a new object from the given json data.
factory

Properties

datetimeDefault String?
Default value, if column is datetime.
no setterinherited
description String?
Description.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
mandatory bool
Is the column mandatory.
no setterinherited
numberDecimals int?
Number of decimals, if column is a number.
no setterinherited
numberDefault double?
Default number, if column is a number.
no setterinherited
numberMax double?
Max number, if column is a number.
no setterinherited
numberMin double?
Min value, if column is a number.
no setterinherited
numberPrefix String?
Prefix if the column is a number field.
no setterinherited
numberSuffix String?
Suffix if the column is a number field.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectionDefault String?
Default option IDs for a selection (json int[]).
no setterinherited
selectionOptions String?
Options for a selection (json array{id: int, label: string}).
no setterinherited
subtype String?
Column sub type.
no setterinherited
textAllowedPattern String?
Allowed pattern (regex) for text columns (not yet implemented).
no setterinherited
textDefault String?
Default text, if column is a text.
no setterinherited
textMaxLength int?
Max length, if column is a text.
no setterinherited
title String?
Title.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(Api1UpdateColumnRequestApplicationJsonBuilder)) Api1UpdateColumnRequestApplicationJson
Rebuilds the instance.
inherited
toBuilder() Api1UpdateColumnRequestApplicationJsonBuilder
Converts the instance to a builder B.
inherited
toJson() Map<String, dynamic>
Parses this object into a json like map.
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<Api1UpdateColumnRequestApplicationJson>
Serializer for Api1UpdateColumnRequestApplicationJson.
no setter