[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `ListFilesResponse` class within the Google Cloud Artifact Registry v1beta2 API, specifically for the .NET environment."],["The `ListFilesResponse` class is a sealed class that represents the response received when listing files, inheriting from `object` and implementing multiple interfaces such as `IPageResponse\u003cFile\u003e` and `IEnumerable\u003cFile\u003e`."],["The class includes two constructors: a default constructor, and another one to create a copy from another `ListFilesResponse` object."],["The `ListFilesResponse` class contains two primary properties: `Files`, which holds a collection of `File` objects, and `NextPageToken`, which provides a token to fetch the subsequent page of files."],["The `GetEnumerator()` method is available, which allows iterating through the `File` resources within the response."]]],[]]