GoogleChromeManagementVersionsV1ChromeBrowserProfileCommandCommandResult.fromJson constructor

GoogleChromeManagementVersionsV1ChromeBrowserProfileCommandCommandResult.fromJson(
  1. Map json_
)

Implementation

GoogleChromeManagementVersionsV1ChromeBrowserProfileCommandCommandResult.fromJson(
  core.Map json_,
) : this(
      clientExecutionTime: json_['clientExecutionTime'] as core.String?,
      resultCode: json_['resultCode'] as core.String?,
      resultType: json_['resultType'] as core.String?,
    );