public sealed class CreateOccurrenceRequest : IMessage<CreateOccurrenceRequest>, IEquatable<CreateOccurrenceRequest>, IDeepCloneable<CreateOccurrenceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Grafeas v1 API class CreateOccurrenceRequest.
Request to create a new occurrence.
Implements
IMessage CreateOccurrenceRequest , IEquatable CreateOccurrenceRequest , IDeepCloneable CreateOccurrenceRequest , IBufferMessage , IMessageNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
CreateOccurrenceRequest()
public CreateOccurrenceRequest()
CreateOccurrenceRequest(CreateOccurrenceRequest)
public CreateOccurrenceRequest(CreateOccurrenceRequest other)
Properties
Occurrence
public Occurrence Occurrence { get; set; }
The occurrence to create.
Parent
public string Parent { get; set; }
The name of the project in the form of projects/[PROJECT_ID]
, under which
the occurrence is to be created.
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }
ProjectName -typed view over the Parent resource name property.