SparkLoggingInfo.fromJson constructor
SparkLoggingInfo.fromJson(
- Map json_
Implementation
SparkLoggingInfo.fromJson(core.Map json_)
: this(
projectId: json_['projectId'] as core.String?,
resourceType: json_['resourceType'] as core.String?,
);