Class DeploymentNote (2.2.0)

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

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
RepeatedField<String>