FieldsUpsertRequest class

Annotations
  • @JsonSerializable(includeIfNull: false)

Constructors

FieldsUpsertRequest({FieldsProperties? properties, List<FieldsPermissions>? permissions, String? label, bool? addToForms, bool? appearsByDefault, bool? audited, bool? bold, String? fieldHelp, String? fieldType, bool? findEnabled, bool? noWrap})
FieldsUpsertRequest.fromJson(Map<String, dynamic> json)
factory

Properties

addToForms bool?
getter/setter pair
appearsByDefault bool?
getter/setter pair
audited bool?
getter/setter pair
bold bool?
getter/setter pair
fieldHelp String?
getter/setter pair
fieldType String?
getter/setter pair
findEnabled bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
label String?
getter/setter pair
noWrap bool?
getter/setter pair
permissions List<FieldsPermissions>?
getter/setter pair
properties FieldsProperties?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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