Show / Hide Table of Contents

Class PromoteSoftwareSourceToLifecycleStageDetails

Provides detailed information about the lifecycle stage promotion.

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

Properties

WorkRequestDetails

Declaration
[JsonProperty(PropertyName = "workRequestDetails")]
public WorkRequestDetails WorkRequestDetails { get; set; }
Property Value
Type Description
WorkRequestDetails
In this article
Back to top