public sealed class GetOccurrenceNoteRequest : IMessage<GetOccurrenceNoteRequest>, IEquatable<GetOccurrenceNoteRequest>, IDeepCloneable<GetOccurrenceNoteRequest>, IBufferMessage, IMessage
Request to get the note to which the specified occurrence is attached.
Implements
IMessage<GetOccurrenceNoteRequest>, IEquatable<GetOccurrenceNoteRequest>, IDeepCloneable<GetOccurrenceNoteRequest>, IBufferMessage, IMessageNamespace
Grafeas.V1Assembly
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 |