NIMPassThroughProxyData class Null safety

Annotations
  • @JsonSerializable()

Constructors

NIMPassThroughProxyData({String? zone, String? path, int method = PassThroughMethod.POST, String? header, String? body})
NIMPassThroughProxyData.fromMap(Map<String, dynamic> map)
factory

Properties

body String?
You can use a body in custom format for pass-through delivery. If a POST request is sent, the body is required.
read / write
hashCode int
The hash code for this object.
read-only, inherited
Header in JSON
final
method int
Optional. Number constant (1: GET, 2: POST, 3: PUT, 4: DELETE). The default value is POST PassThroughMethod
@JsonKey(defaultValue: PassThroughMethod.POST), final
path String?
Relative path in the URL except host
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
zone String?
Map an upstream host. The default configuration is used if unspecified.
final

Methods

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

Operators

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