BackendServiceLogConfigLoggingHttpHeader.fromJson constructor

BackendServiceLogConfigLoggingHttpHeader.fromJson(
  1. Map json_
)

Implementation

BackendServiceLogConfigLoggingHttpHeader.fromJson(core.Map json_)
  : this(headerName: json_['headerName'] as core.String?);