GoogleAnalyticsAdminV1betaDataStreamWebStreamData.fromJson constructor

GoogleAnalyticsAdminV1betaDataStreamWebStreamData.fromJson(
  1. Map json_
)

Implementation

GoogleAnalyticsAdminV1betaDataStreamWebStreamData.fromJson(core.Map json_)
    : this(
        defaultUri: json_.containsKey('defaultUri')
            ? json_['defaultUri'] as core.String
            : null,
        firebaseAppId: json_.containsKey('firebaseAppId')
            ? json_['firebaseAppId'] as core.String
            : null,
        measurementId: json_.containsKey('measurementId')
            ? json_['measurementId'] as core.String
            : null,
      );