public sealed class ListNoteOccurrencesRequest : IMessage<ListNoteOccurrencesRequest>, IEquatable<ListNoteOccurrencesRequest>, IDeepCloneable<ListNoteOccurrencesRequest>, IBufferMessage, IMessage, IPageRequest
Request to list occurrences for a note.
Implements
IMessage<ListNoteOccurrencesRequest>, IEquatable<ListNoteOccurrencesRequest>, IDeepCloneable<ListNoteOccurrencesRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Grafeas.V1Assembly
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 |
Int32 |
PageToken
public string PageToken { get; set; }
Token to provide to skip to a particular spot in the list.
Property Value | |
---|---|
Type | Description |
String |