UpdateXMLClassifierRequest class
Specifies an XML classifier to be updated.
Constructors
- UpdateXMLClassifierRequest({required String name, String? classification, String? rowTag})
Properties
- classification → String?
-
An identifier of the data format that the classifier matches.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The name of the classifier.
final
- rowTag → String?
-
The XML tag designating the element that contains each record in an XML
document being parsed. This cannot identify a self-closing element (closed
by
/>
). An empty row element that contains only attributes can be parsed as long as it ends with a closing tag (for example,<row item_a="A" item_b="B"></row>
is okay, but<row item_a="A" item_b="B" />
is not).final - 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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited