Class VersionDataRelationships
Namespace: Autodesk.DataManagement.Model
Assembly: Autodesk.DataManagement.dll
Contains information on other resources related to this resource.
[DataContract]
public class VersionDataRelationships
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Constructors
VersionDataRelationships()
Initializes a new instance of the
public VersionDataRelationships()
Properties
Derivatives
Gets or Sets Derivatives
[DataMember(Name = "derivatives", EmitDefaultValue = false)]
public VersionDataRelationshipsDerivatives Derivatives { get; set; }
Property Value
DownloadFormats
Gets or Sets DownloadFormats
[DataMember(Name = "downloadFormats", EmitDefaultValue = false)]
public VersionDataRelationshipsDownloadFormats DownloadFormats { get; set; }
Property Value
Item
Gets or Sets Item
[DataMember(Name = "item", EmitDefaultValue = false)]
public VersionDataRelationshipsItem Item { get; set; }
Property Value
Links
Gets or Sets Links
[DataMember(Name = "links", EmitDefaultValue = false)]
public JsonApiRelationshipsLinksLinks Links { get; set; }
Property Value
Refs
Gets or Sets Refs
[DataMember(Name = "refs", EmitDefaultValue = false)]
public JsonApiRelationshipsLinksRefs Refs { get; set; }
Property Value
Storage
Gets or Sets Storage
[DataMember(Name = "storage", EmitDefaultValue = false)]
public VersionDataRelationshipsStorage Storage { get; set; }
Property Value
Thumbnails
Gets or Sets Thumbnails
[DataMember(Name = "thumbnails", EmitDefaultValue = false)]
public VersionDataRelationshipsThumbnails Thumbnails { get; set; }
Property Value
Methods
ToString()
Returns the string presentation of the object.
public override string ToString()
Returns
String presentation of the object.