SparkLoggingInfo.fromJson constructor

SparkLoggingInfo.fromJson(
  1. Map json_
)

Implementation

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