Class ListFilesResponse
The response from listing files.
Implements
Inherited Members
Namespace: Google.Apis.ArtifactRegistry.v1beta1.Data
Assembly: Google.Apis.ArtifactRegistry.v1beta1.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<File> Files { get; set; }
Property Value
Type | Description |
---|---|
IList<File> |
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 |