Show / Hide Table of Contents

Class GenericArtifact

Patch artifact metadata Details which is common for all platforms.

Inheritance
object
GenericArtifact
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 GenericArtifact

Properties

Content

Declaration
[Required(ErrorMessage = "Content is required.")]
[JsonProperty(PropertyName = "content")]
public PatchFileContentDetails Content { get; set; }
Property Value
Type Description
PatchFileContentDetails
Remarks

Required

In this article
Back to top