Class ListFilesResponse
The response from listing files.
Implements
Inherited Members
Namespace: Google.Apis.ArtifactRegistry.v1.Data
Assembly: Google.Apis.ArtifactRegistry.v1.dll
Syntax
public class ListFilesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Files
The files returned.
Declaration
[JsonProperty("files")]
public virtual IList<GoogleDevtoolsArtifactregistryV1File> Files { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleDevtoolsArtifactregistryV1File> |
NextPageToken
The token to retrieve the next page of files, or empty if there are no more files to return.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |