GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserRequest.fromJson constructor

GoogleChromeManagementVersionsV1MoveThirdPartyProfileUserRequest.fromJson(
  1. Map json_
)

Implementation

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