GoogleCloudIntegrationsV1alphaSfdcChannel.fromJson constructor
GoogleCloudIntegrationsV1alphaSfdcChannel.fromJson(
- Map json_
Implementation
GoogleCloudIntegrationsV1alphaSfdcChannel.fromJson(core.Map json_)
: this(
channelTopic: json_['channelTopic'] as core.String?,
createTime: json_['createTime'] as core.String?,
deleteTime: json_['deleteTime'] as core.String?,
description: json_['description'] as core.String?,
displayName: json_['displayName'] as core.String?,
isActive: json_['isActive'] as core.bool?,
lastReplayId: json_['lastReplayId'] as core.String?,
name: json_['name'] as core.String?,
updateTime: json_['updateTime'] as core.String?,
);