GoogleCloudApigeeV1GetAsyncQueryResultUrlResponseURLInfo.fromJson constructor

GoogleCloudApigeeV1GetAsyncQueryResultUrlResponseURLInfo.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1GetAsyncQueryResultUrlResponseURLInfo.fromJson(
    core.Map json_)
    : this(
        md5: json_['md5'] as core.String?,
        sizeBytes: json_['sizeBytes'] as core.String?,
        uri: json_['uri'] as core.String?,
      );