Google Cloud Security Command Center v1 API - Class InvocationReference (3.27.0)

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

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class InvocationReference.

Represents a reference to a specific OpenTelemetry invocation.

Inheritance

object > InvocationReference

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.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