GoogleCloudApigeeV1ListKeyValueEntriesResponse constructor

GoogleCloudApigeeV1ListKeyValueEntriesResponse({
  1. List<GoogleCloudApigeeV1KeyValueEntry>? keyValueEntries,
  2. String? nextPageToken,
})

Implementation

GoogleCloudApigeeV1ListKeyValueEntriesResponse({
  this.keyValueEntries,
  this.nextPageToken,
});