Show / Hide Table of Contents

Class UpdateAdminArtifactStatusDetails

Artifact status change request details

Inheritance
object
UpdateAdminArtifactStatusDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.MarketplacepublisherService.Models
Assembly: OCI.DotNetSDK.Marketplacepublisher.dll
Syntax
public class UpdateAdminArtifactStatusDetails

Properties

NewStatus

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

The new status for the artifact.

Remarks

Required

In this article
Back to top