Request

Response

    Class RelationshipLinksDataMeta

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

    The meta-information of the links of this resource.

    [DataContract]
    public class RelationshipLinksDataMeta
    

    Inheritance

    object RelationshipLinksDataMeta

    Inherited Members

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

    Constructors

    RelationshipLinksDataMeta()

    Initializes a new instance of the class.

    public RelationshipLinksDataMeta()
    

    Properties

    Data

    Gets or Sets Data

    [DataMember(Name = "data", EmitDefaultValue = false)]
    public RelationshipLinksDataMetaData Data { get; set; }
    

    Property Value

    RelationshipLinksDataMetaData

    Extension

    Gets or Sets Extension

    [DataMember(Name = "extension", EmitDefaultValue = false)]
    public BaseAttributesExtensionObjectWithSchemaLink Extension { get; set; }
    

    Property Value

    BaseAttributesExtensionObjectWithSchemaLink

    MimeType

    The MIME type of the content of the resource.

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