public sealed class InvocationReference : IMessage<InvocationReference>, IEquatable<InvocationReference>, IDeepCloneable<InvocationReference>, IBufferMessage, IMessageReference documentation and code samples for the Security Command Center v2 API class InvocationReference.
Represents a reference to a specific OpenTelemetry invocation.
Implements
IMessageInvocationReference, IEquatableInvocationReference, IDeepCloneableInvocationReference, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
InvocationReference()
public InvocationReference()InvocationReference(InvocationReference)
public InvocationReference(InvocationReference other)| Parameter | |
|---|---|
| Name | Description |
other |
InvocationReference |
Properties
InvocationId
public string InvocationId { get; set; }The unique identifier of the invocation.
| Property Value | |
|---|---|
| Type | Description |
string |
|