SMHAccessTokenEntity class Null safety

Annotations
  • @JsonSerializable()

Constructors

SMHAccessTokenEntity()
SMHAccessTokenEntity.fromJson(Map<String, dynamic> json)
factory

Properties

accessToken String?
accessToken: 字符串,SMH 访问令牌,用于访问 https://api.tencentsmh.cn/api/v1 下的各个接口
read / write
expiresIn int?
expiresIn: 整数,SMH 访问令牌过期时间(秒)
read / write
hashCode int
The hash code for this object.
read-only, inherited
libraryId String?
libraryId: 字符串,SMH 媒体库 ID
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
spaceId String?
spaceId: 字符串,SMH 租户空间 ID
read / write

Methods

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

Operators

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