GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserRequest.fromJson constructor
GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserRequest.fromJson(
- Map json_
Implementation
GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserRequest.fromJson(
core.Map json_,
) : this(destinationOrgUnit: json_['destinationOrgUnit'] as core.String?);