COSConfig class

COS配置

Constructors

COSConfig({required String appId, required String secretId, required String secretKey})

Properties

appId String
开发者访问 COS 服务时拥有的用户维度唯一资源标识
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretId String
开发者拥有的项目身份识别 ID
getter/setter pair
secretKey String
开发者拥有的项目身份密钥
getter/setter pair

Methods

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

Operators

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