Show / Hide Table of Contents

Class PlatformSpecificArtifactDetails

Patch artifact description and content details which is platform specific.

Inheritance
object
ArtifactDetails
PlatformSpecificArtifactDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FleetappsmanagementService.Models
Assembly: OCI.DotNetSDK.Fleetappsmanagement.dll
Syntax
public class PlatformSpecificArtifactDetails : ArtifactDetails

Properties

Artifacts

Declaration
[Required(ErrorMessage = "Artifacts is required.")]
[JsonProperty(PropertyName = "artifacts")]
public List<PlatformSpecificArtifact> Artifacts { get; set; }
Property Value
Type Description
List<PlatformSpecificArtifact>

Artifacts.

Remarks

Required

In this article
Back to top