Cloud Storage v2 API - Class IntelligenceFindingRevision (1.8.0)

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

Reference documentation and code samples for the Cloud Storage v2 API class IntelligenceFindingRevision.

An IntelligenceFindingRevision represents a specific revision of an IntelligenceFinding resource.

Inheritance

object > IntelligenceFindingRevision

Namespace

Google.Cloud.Storage.Control.V2

Assembly

Google.Cloud.Storage.Control.V2.dll

Constructors

IntelligenceFindingRevision()

public IntelligenceFindingRevision()

IntelligenceFindingRevision(IntelligenceFindingRevision)

public IntelligenceFindingRevision(IntelligenceFindingRevision other)
Parameter
Name Description
other IntelligenceFindingRevision

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The timestamp when the revision was created.

Property Value
Type Description
Timestamp

IntelligenceFindingRevisionName

public IntelligenceFindingRevisionName IntelligenceFindingRevisionName { get; set; }

IntelligenceFindingRevisionName-typed view over the Name resource name property.

Property Value
Type Description
IntelligenceFindingRevisionName

Name

public string Name { get; set; }

Identifier. The resource name of IntelligenceFindingRevision. Format: projects/{project}/locations/{location}/intelligenceFindings/{intelligence_finding}/revisions/{revision}

Property Value
Type Description
string

Snapshot

public IntelligenceFinding Snapshot { get; set; }

Output only. The snapshot of the IntelligenceFinding at the time the revision was created. This field contains the full finding details as they existed for the revision.

Property Value
Type Description
IntelligenceFinding