NIMPassThroughProxyData class Null safety

Annotations

Constructors

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

Properties

body String
格式自定,透传, post时,body不能为空
final
hashCode int
The hash code for this object. [...]
read-only, inherited
json格式
final
method int
选填,数字常量(1-get, 2-post, 3-put, 4-delete),默认post, PassThroughMethod
final
path String
url中除了host的path
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
zone String
映射一个视频云upstream host,不传用默认配置
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