GoogleChromeManagementVersionsV1ThirdPartyProfileUser.fromJson constructor

GoogleChromeManagementVersionsV1ThirdPartyProfileUser.fromJson(
  1. Map json_
)

Implementation

GoogleChromeManagementVersionsV1ThirdPartyProfileUser.fromJson(core.Map json_)
  : this(
      name: json_['name'] as core.String?,
      orgUnitId: json_['orgUnitId'] as core.String?,
    );