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.
Implements
IMessageGetOccurrenceNoteRequest, IEquatableGetOccurrenceNoteRequest, IDeepCloneableGetOccurrenceNoteRequest, IBufferMessage, IMessageNamespace
GrafeasV1Assembly
Grafeas.V1.dll
Constructors
GetOccurrenceNoteRequest()
public GetOccurrenceNoteRequest()
GetOccurrenceNoteRequest(GetOccurrenceNoteRequest)
public GetOccurrenceNoteRequest(GetOccurrenceNoteRequest other)
Parameter | |
---|---|
Name | Description |
other | GetOccurrenceNoteRequest |
Properties
Name
public string Name { get; set; }
The name of the occurrence in the form of
projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID]
.
Property Value | |
---|---|
Type | Description |
string |
OccurrenceName
public OccurrenceName OccurrenceName { get; set; }
OccurrenceName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
OccurrenceName |