public sealed class ListNoteOccurrencesRequest : IMessage<ListNoteOccurrencesRequest>, IEquatable<ListNoteOccurrencesRequest>, IDeepCloneable<ListNoteOccurrencesRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Grafeas v1 API class ListNoteOccurrencesRequest.
Request to list occurrences for a note.
Implements
IMessageListNoteOccurrencesRequest, IEquatableListNoteOccurrencesRequest, IDeepCloneableListNoteOccurrencesRequest, IBufferMessage, IMessage, IPageRequestNamespace
GrafeasV1Assembly
Grafeas.V1.dll
Constructors
ListNoteOccurrencesRequest()
public ListNoteOccurrencesRequest()ListNoteOccurrencesRequest(ListNoteOccurrencesRequest)
public ListNoteOccurrencesRequest(ListNoteOccurrencesRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | ListNoteOccurrencesRequest | 
Properties
Filter
public string Filter { get; set; }The filter expression.
| Property Value | |
|---|---|
| Type | Description | 
| string | |
Name
public string Name { get; set; }The name of the note to list occurrences for in the form of
projects/[PROVIDER_ID]/notes/[NOTE_ID].
| Property Value | |
|---|---|
| Type | Description | 
| string | |
NoteName
public NoteName NoteName { get; set; }| Property Value | |
|---|---|
| Type | Description | 
| NoteName | |
PageSize
public int PageSize { get; set; }Number of occurrences to return in the list.
| Property Value | |
|---|---|
| Type | Description | 
| int | |
PageToken
public string PageToken { get; set; }Token to provide to skip to a particular spot in the list.
| Property Value | |
|---|---|
| Type | Description | 
| string | |