Class Token
Namespace: Autodesk.Webhooks.Model
Assembly: Autodesk.Webhooks.dll
Contains the response to a Create Secret Token request.
[DataContract]
public class Token
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Constructors
Token()
Initializes a new instance of the
public Token()
Properties
Detail
An array of strings, where each string is a human-readable description of the request’s outcome.
[DataMember(Name = "detail", EmitDefaultValue = false)]
public List<string> Detail { get; set; }
Property Value
Status
A repetition of the HTTP status code returned in the response parameters, which indicates the outcome of the request.
[DataMember(Name = "status", EmitDefaultValue = false)]
public decimal? Status { get; set; }
Property Value
decimal ?
Methods
ToString()
Returns the string presentation of the object
public override string ToString()
Returns
A string representation of the object.