GoogleChromeManagementVersionsV1MipLabelConfig.fromJson constructor

GoogleChromeManagementVersionsV1MipLabelConfig.fromJson(
  1. Map json_
)

Implementation

GoogleChromeManagementVersionsV1MipLabelConfig.fromJson(core.Map json_)
  : this(
      domains: (json_['domains'] as core.List?)
          ?.map((value) => value as core.String)
          .toList(),
      microsoftTenantId: json_['microsoftTenantId'] as core.String?,
    );