GoogleChromeManagementVersionsV1PubSubXdrConfig.fromJson constructor
GoogleChromeManagementVersionsV1PubSubXdrConfig.fromJson(
- Map json_
Implementation
GoogleChromeManagementVersionsV1PubSubXdrConfig.fromJson(core.Map json_)
: this(
topicFullPath: json_['topicFullPath'] as core.String?,
xdrSettings: json_.containsKey('xdrSettings')
? GoogleChromeManagementVersionsV1XdrSettings.fromJson(
json_['xdrSettings'] as core.Map<core.String, core.dynamic>,
)
: null,
);