Show / Hide Table of Contents

Class InlineDeployArtifactSource

Specifies the inline deployment artifact source details.

Inheritance
object
DeployArtifactSource
InlineDeployArtifactSource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class InlineDeployArtifactSource : DeployArtifactSource

Properties

Base64EncodedContent

Declaration
[Required(ErrorMessage = "Base64EncodedContent is required.")]
[JsonProperty(PropertyName = "base64EncodedContent")]
public byte[] Base64EncodedContent { get; set; }
Property Value
Type Description
byte[]

base64 Encoded String

Remarks

Required

In this article
Back to top