EnterpriseCrmLoggingGwsFieldLimits class

Describes string and array limits when writing to logs.

When a limit is exceeded the shortener_type describes how to shorten the field. next_id: 6

Constructors

EnterpriseCrmLoggingGwsFieldLimits({String? logAction, List<String>? logType, int? maxArraySize, int? maxStringLength, String? shortenerType})
EnterpriseCrmLoggingGwsFieldLimits.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
logAction String?
Possible string values are:
getter/setter pair
logType List<String>?
To which type(s) of logs the limits apply.
getter/setter pair
maxArraySize int?
maximum array size.
getter/setter pair
maxStringLength int?
maximum string length.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortenerType String?
Possible string values are:
getter/setter pair

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.
inherited

Operators

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