SetLoggingServiceRequest.fromJson constructor

SetLoggingServiceRequest.fromJson(
  1. Map json_
)

Implementation

SetLoggingServiceRequest.fromJson(core.Map json_)
    : this(
        clusterId: json_['clusterId'] as core.String?,
        loggingService: json_['loggingService'] as core.String?,
        name: json_['name'] as core.String?,
        projectId: json_['projectId'] as core.String?,
        zone: json_['zone'] as core.String?,
      );