Class JobPayloadMisc
Namespace: Autodesk.ModelDerivative.Model
Assembly: Autodesk.ModelDerivative.dll
Contains webhook configuration settings for notifying external systems about translation job events.
[DataContract]
public class JobPayloadMisc
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Constructors
JobPayloadMisc()
Initializes a new instance of the
public JobPayloadMisc()
Properties
Workflow
The workflow ID of the webhook that listens to Model Derivative events. It must be 36 characters or less and can only contain alphanumeric characters (A-Z, 0-9) and hyphens (-).
[DataMember(Name = "workflow", EmitDefaultValue = false)]
public string Workflow { get; set; }
Property Value
WorkflowAttribute
A user-defined JSON object, which you can use to set some custom workflow information. It must be less than 1KB and is ignored if misc.workflow
is not specified.
[DataMember(Name = "workflowAttribute", EmitDefaultValue = false)]
public object WorkflowAttribute { get; set; }
Property Value
Methods
ToString()
Returns the string presentation of the object
public override string ToString()
Returns
String presentation of the object