Show / Hide Table of Contents

Class VertexAction

Vertex update action

Inheritance
object
Action
VertexAction
Inherited Members
Action.ReferenceKey
Action.State
Action.Description
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.FusionappsService.Models
Assembly: OCI.DotNetSDK.Fusionapps.dll
Syntax
public class VertexAction : Action

Properties

Artifact

Declaration
[JsonProperty(PropertyName = "artifact")]
public string Artifact { get; set; }
Property Value
Type Description
string

patch that delivered the vertex update prerequisite

In this article
Back to top