GaDataProfileInfo.fromJson constructor
GaDataProfileInfo.fromJson(
- Map json_
Implementation
GaDataProfileInfo.fromJson(core.Map json_)
: this(
accountId: json_['accountId'] as core.String?,
internalWebPropertyId: json_['internalWebPropertyId'] as core.String?,
profileId: json_['profileId'] as core.String?,
profileName: json_['profileName'] as core.String?,
tableId: json_['tableId'] as core.String?,
webPropertyId: json_['webPropertyId'] as core.String?,
);