Class ListIssuesResponse
The response to list issues.
Implements
Inherited Members
Namespace: Google.Apis.SecureSourceManager.v1.Data
Assembly: Google.Apis.SecureSourceManager.v1.dll
Syntax
public class ListIssuesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Issues
The list of issues.
Declaration
[JsonProperty("issues")]
public virtual IList<Issue> Issues { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Issue> |
NextPageToken
A token identifying a page of results the server should return.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |