GoogleChromeManagementV1ProfileAppInstallInstance.fromJson constructor

GoogleChromeManagementV1ProfileAppInstallInstance.fromJson(
  1. Map json_
)

Implementation

GoogleChromeManagementV1ProfileAppInstallInstance.fromJson(core.Map json_)
  : this(
      email: json_['email'] as core.String?,
      profileId: json_['profileId'] as core.String?,
      profileOrgUnitId: json_['profileOrgUnitId'] as core.String?,
      profilePermanentId: json_['profilePermanentId'] as core.String?,
    );