GoogleChromeManagementVersionsV1CrowdStrikeXdrConfig.fromJson constructor

GoogleChromeManagementVersionsV1CrowdStrikeXdrConfig.fromJson(
  1. Map json_
)

Implementation

GoogleChromeManagementVersionsV1CrowdStrikeXdrConfig.fromJson(core.Map json_)
  : this(
      apiKey: json_['apiKey'] as core.String?,
      host: json_['host'] as core.String?,
      xdrSettings: json_.containsKey('xdrSettings')
          ? GoogleChromeManagementVersionsV1XdrSettings.fromJson(
              json_['xdrSettings'] as core.Map<core.String, core.dynamic>,
            )
          : null,
    );