GoogleCloudApigeeV1GetAsyncQueryResultUrlResponseURLInfo.fromJson constructor

GoogleCloudApigeeV1GetAsyncQueryResultUrlResponseURLInfo.fromJson(
  1. Map json_
)

Implementation

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