Request

Response

    Class CheckPermissionAttributesExtensionSchema

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

    Contains the location of the schema.

    [DataContract]
    public class CheckPermissionAttributesExtensionSchema
    

    Inheritance

    object CheckPermissionAttributesExtensionSchema

    Inherited Members

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

    Constructors

    CheckPermissionAttributesExtensionSchema()

    Initializes a new instance of the class.

    public CheckPermissionAttributesExtensionSchema()
    

    Properties

    Href

    The hypertext reference to the location of the schema.

    [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.