Request

Response

    Class JsonApiLinksSelfSelf

    Namespace: Autodesk.DataManagement.Model
    Assembly: Autodesk.DataManagement.dll

    An object containing the URI of the endpoint to access this resource.

    [DataContract]
    public class JsonApiLinksSelfSelf
    

    Inheritance

    object JsonApiLinksSelfSelf

    Inherited Members

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

    Constructors

    JsonApiLinksSelfSelf()

    Initializes a new instance of the class.

    public JsonApiLinksSelfSelf()
    

    Properties

    Href

    The URI of the endpoint to access this resource.

    [DataMember(Name = "href", EmitDefaultValue = false)]
    public string Href { get; set; }
    

    Property Value

    string

    Methods

    ToString()

    Returns the string presentation of the object.

    public override string ToString()
    

    Returns

    string

    String presentation of the object.