Grafeas v1 API - Class DeploymentNote (3.6.0)

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

Reference documentation and code samples for the Grafeas v1 API class DeploymentNote.

An artifact that can be deployed in some runtime.

Inheritance

object > DeploymentNote

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

DeploymentNote()

public DeploymentNote()

DeploymentNote(DeploymentNote)

public DeploymentNote(DeploymentNote other)
Parameter
NameDescription
otherDeploymentNote

Properties

ResourceUri

public RepeatedField<string> ResourceUri { get; }

Required. Resource URI for the artifact being deployed.

Property Value
TypeDescription
RepeatedFieldstring