Class ListNoteOccurrencesResponse
Response including listed occurrences for a note.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1alpha1.Data
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class ListNoteOccurrencesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
Token to receive the next page of notes.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Occurrences
The occurrences attached to the specified note.
Declaration
[JsonProperty("occurrences")]
public virtual IList<Occurrence> Occurrences { get; set; }
Property Value
Type | Description |
---|---|
IList<Occurrence> |