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