GoogleCloudApigeeV1DebugSession.fromJson constructor

GoogleCloudApigeeV1DebugSession.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1DebugSession.fromJson(core.Map json_)
    : this(
        count: json_['count'] as core.int?,
        createTime: json_['createTime'] as core.String?,
        filter: json_['filter'] as core.String?,
        name: json_['name'] as core.String?,
        timeout: json_['timeout'] as core.String?,
        tracesize: json_['tracesize'] as core.int?,
        validity: json_['validity'] as core.int?,
      );