Class MetaForWebhooks
Namespace: Autodesk.DataManagement.Model
Assembly: Autodesk.DataManagement.dll
Meta information required for webhooks.
[DataContract]
public class MetaForWebhooks
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Constructors
MetaForWebhooks()
Initializes a new instance of the
public MetaForWebhooks()
Properties
Workflow
The Workflow ID of a webhook that listens to Model Derivative events. Must be less than 36 characters. Only ASCII characters (a-z, A-Z, 0-9), periods (.), and hyphens (-) are accepted. See the Creating a Webhook and Listening to Events tutorial for more information.
Note: This attribute applies to BIM 360 Docs only.
[DataMember(Name = "workflow", EmitDefaultValue = false)]
public string Workflow { get; set; }
Property Value
WorkflowAttribute
A user defined JSON object containing custom workflow information for the specified webhook event. Must be less than 1KB.
Note: Applicable only if a valid value has been specified for meta.workflow
.
[DataMember(Name = "workflowAttribute", EmitDefaultValue = false)]
public string WorkflowAttribute { get; set; }
Property Value
Methods
ToString()
Returns the string presentation of the object.
public override string ToString()
Returns
String presentation of the object.