GoogleCloudApigeeV1ListKeyValueEntriesResponse constructor
GoogleCloudApigeeV1ListKeyValueEntriesResponse({
- List<
GoogleCloudApigeeV1KeyValueEntry> ? keyValueEntries, - String? nextPageToken,
Implementation
GoogleCloudApigeeV1ListKeyValueEntriesResponse({
this.keyValueEntries,
this.nextPageToken,
});