GoogleCloudApigeeV1AsyncQueryResult.fromJson constructor

GoogleCloudApigeeV1AsyncQueryResult.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1AsyncQueryResult.fromJson(core.Map json_)
  : this(
      expires: json_['expires'] as core.String?,
      self: json_['self'] as core.String?,
    );