Class ListNoteOccurrencesRequest (2.3.0)

public sealed class ListNoteOccurrencesRequest : IMessage<ListNoteOccurrencesRequest>, IEquatable<ListNoteOccurrencesRequest>, IDeepCloneable<ListNoteOccurrencesRequest>, IBufferMessage, IMessage, IPageRequest

Request to list occurrences for a note.

Inheritance

Object > ListNoteOccurrencesRequest

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

ListNoteOccurrencesRequest()

public ListNoteOccurrencesRequest()

ListNoteOccurrencesRequest(ListNoteOccurrencesRequest)

public ListNoteOccurrencesRequest(ListNoteOccurrencesRequest other)
Parameter
NameDescription
otherListNoteOccurrencesRequest

Properties

Filter

public string Filter { get; set; }

The filter expression.

Property Value
TypeDescription
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
TypeDescription
String

NoteName

public NoteName NoteName { get; set; }

NoteName-typed view over the Name resource name property.

Property Value
TypeDescription
NoteName

PageSize

public int PageSize { get; set; }

Number of occurrences to return in the list.

Property Value
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

Token to provide to skip to a particular spot in the list.

Property Value
TypeDescription
String