Request

Response

    Class JsonApiLinksSelfAndWebView

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

    Information on links to this resource.

    [DataContract]
    public class JsonApiLinksSelfAndWebView
    

    Inheritance

    object JsonApiLinksSelfAndWebView

    Inherited Members

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

    Constructors

    JsonApiLinksSelfAndWebView()

    Initializes a new instance of the class.

    public JsonApiLinksSelfAndWebView()
    

    Properties

    Self

    Gets or Sets Self

    [DataMember(Name = "self", EmitDefaultValue = false)]
    public JsonApiLink Self { get; set; }
    

    Property Value

    JsonApiLink

    Webview

    Gets or Sets Webview

    [DataMember(Name = "webview", EmitDefaultValue = false)]
    public WebViewLink Webview { get; set; }
    

    Property Value

    WebViewLink

    Methods

    ToString()

    Returns the string presentation of the object.

    public override string ToString()
    

    Returns

    string

    String presentation of the object.