GoogleCloudApigeeV1TestDatastoreResponse.fromJson constructor

GoogleCloudApigeeV1TestDatastoreResponse.fromJson(
  1. Map json_
)

Implementation

GoogleCloudApigeeV1TestDatastoreResponse.fromJson(core.Map json_)
    : this(
        error:
            json_.containsKey('error') ? json_['error'] as core.String : null,
        state:
            json_.containsKey('state') ? json_['state'] as core.String : null,
      );