Grafeas v1 API - Class GetOccurrenceNoteRequest (3.6.0)

public sealed class GetOccurrenceNoteRequest : IMessage<GetOccurrenceNoteRequest>, IEquatable<GetOccurrenceNoteRequest>, IDeepCloneable<GetOccurrenceNoteRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Grafeas v1 API class GetOccurrenceNoteRequest.

Request to get the note to which the specified occurrence is attached.

Inheritance

object > GetOccurrenceNoteRequest

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

GetOccurrenceNoteRequest()

public GetOccurrenceNoteRequest()

GetOccurrenceNoteRequest(GetOccurrenceNoteRequest)

public GetOccurrenceNoteRequest(GetOccurrenceNoteRequest other)
Parameter
NameDescription
otherGetOccurrenceNoteRequest

Properties

Name

public string Name { get; set; }

The name of the occurrence in the form of projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID].

Property Value
TypeDescription
string

OccurrenceName

public OccurrenceName OccurrenceName { get; set; }

OccurrenceName-typed view over the Name resource name property.

Property Value
TypeDescription
OccurrenceName