Request

Response

    Class Hook

    Namespace: Autodesk.Webhooks.Model
    Assembly: Autodesk.Webhooks.dll

    Contains the response to a Create Webhooks for All Events request.

    [DataContract]
    public class Hook
    

    Inheritance

    object Hook

    Inherited Members

    object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()

    Constructors

    Hook()

    Initializes a new instance of the class.

    public Hook()
    

    Properties

    Hooks

    Represents a list of objects, where each object represents a webhook that was created.

    [DataMember(Name = "hooks", EmitDefaultValue = false)]
    public List<HookDetails> Hooks { get; set; }
    

    Property Value

    List <HookDetails >

    Methods

    ToString()

    Returns the string presentation of the object

    public override string ToString()
    

    Returns

    string

    A string representation of the object.