GoogleChromeManagementVersionsV1ConnectorConfigStatus.fromJson constructor
GoogleChromeManagementVersionsV1ConnectorConfigStatus.fromJson(
- Map json_
Implementation
GoogleChromeManagementVersionsV1ConnectorConfigStatus.fromJson(core.Map json_)
: this(
failureStartTime: json_['failureStartTime'] as core.String?,
state: json_['state'] as core.String?,
updateTime: json_['updateTime'] as core.String?,
);