Class HooksLinks
Namespace: Autodesk.Webhooks.Model
Assembly: Autodesk.Webhooks.dll
Contains an object with the address of the next page of the list of webhooks.
[DataContract]
public class HooksLinks
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Constructors
HooksLinks()
Initializes a new instance of the
public HooksLinks()
Properties
Next
Base64 encoded string to retrieve the next page of the list of webhooks.
[DataMember(Name = "next", EmitDefaultValue = false)]
public string Next { get; set; }
Property Value
Methods
ToString()
Returns the string presentation of the object
public override string ToString()
Returns
A string representation of the object.