Request

Response

    Class JsonApiTypeId

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

    An object containing the id and type properties of a resource.

    [DataContract]
    public class JsonApiTypeId
    

    Inheritance

    object JsonApiTypeId

    Inherited Members

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

    Constructors

    JsonApiTypeId()

    Initializes a new instance of the class.

    public JsonApiTypeId()
    

    Properties

    Id

    The URN of the resource.

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

    Property Value

    string

    Type

    The type of the resource.

    [DataMember(Name = "type", EmitDefaultValue = false)]
    public string Type { 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.