[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page provides reference documentation for the \u003ccode\u003eListApiSpecRevisionsResponse\u003c/code\u003e class in the Apigee Registry v1 API, specifically within the .NET context.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eListApiSpecRevisionsResponse\u003c/code\u003e class is a response message used for retrieving a list of API specification revisions and it implements several interfaces including \u003ccode\u003eIPageResponse\u003c/code\u003e, \u003ccode\u003eIEnumerable\u003c/code\u003e, \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and includes properties like \u003ccode\u003eApiSpecs\u003c/code\u003e, which contains the spec revisions, and \u003ccode\u003eNextPageToken\u003c/code\u003e, which allows for pagination of the results, as well as methods like \u003ccode\u003eGetEnumerator()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are two available constructors: one for creating a new instance and another for creating a copy from another \u003ccode\u003eListApiSpecRevisionsResponse\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the API covered in this documentation is 1.0.0-beta07, with a link to a previous version at 1.0.0-beta06.\u003c/p\u003e\n"]]],[],null,["# Apigee Registry v1 API - Class ListApiSpecRevisionsResponse (1.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ListApiSpecRevisionsResponse)\n- [1.0.0-beta06](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/1.0.0-beta06/Google.Cloud.ApigeeRegistry.V1.ListApiSpecRevisionsResponse) \n\n public sealed class ListApiSpecRevisionsResponse : IPageResponse\u003cApiSpec\u003e, IEnumerable\u003cApiSpec\u003e, IEnumerable, IMessage\u003cListApiSpecRevisionsResponse\u003e, IEquatable\u003cListApiSpecRevisionsResponse\u003e, IDeepCloneable\u003cListApiSpecRevisionsResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Apigee Registry v1 API class ListApiSpecRevisionsResponse.\n\nResponse message for ListApiSpecRevisionsResponse. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListApiSpecRevisionsResponse \n\nImplements\n----------\n\n[IPageResponse](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/PagedEnumerableCommon.cs)[ApiSpec](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ApiSpec), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1)[ApiSpec](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ApiSpec), [IEnumerable](https://learn.microsoft.com/dotnet/api/system.collections.ienumerable), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListApiSpecRevisionsResponse](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ListApiSpecRevisionsResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListApiSpecRevisionsResponse](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ListApiSpecRevisionsResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListApiSpecRevisionsResponse](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1.ListApiSpecRevisionsResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.ApigeeRegistry.V1](/dotnet/docs/reference/Google.Cloud.ApigeeRegistry.V1/latest/Google.Cloud.ApigeeRegistry.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.ApigeeRegistry.V1.dll\n\nConstructors\n------------\n\n### ListApiSpecRevisionsResponse()\n\n public ListApiSpecRevisionsResponse()\n\n### ListApiSpecRevisionsResponse(ListApiSpecRevisionsResponse)\n\n public ListApiSpecRevisionsResponse(ListApiSpecRevisionsResponse other)\n\nProperties\n----------\n\n### ApiSpecs\n\n public RepeatedField\u003cApiSpec\u003e ApiSpecs { get; }\n\nThe revisions of the spec.\n\n### NextPageToken\n\n public string NextPageToken { get; set; }\n\nA token that can be sent as `page_token` to retrieve the next page.\nIf this field is omitted, there are no subsequent pages.\n\nMethods\n-------\n\n### GetEnumerator()\n\n public IEnumerator\u003cApiSpec\u003e GetEnumerator()\n\nReturns an enumerator that iterates through the resources in this response."]]