V2TimOfficialAccountInfo.fromJson constructor
V2TimOfficialAccountInfo.fromJson(
- Map json
Implementation
V2TimOfficialAccountInfo.fromJson(Map json) {
json = Utils.formatJson(json);
createTime = json['createTime'];
customData = json['customData'];
faceUrl = json['faceUrl'];
officialAccountID = json['officialAccountID'];
introduction = json['introduction'];
officialAccountName = json['officialAccountName'];
organization = json['organization'];
ownerUserID = json['ownerUserID'];
subscriberCount = json['subscriberCount'];
subscribeTime = json['subscribeTime'];
}