Class SpecifyReferencesPayload
Namespace: Autodesk.ModelDerivative.Model
Assembly: Autodesk.ModelDerivative.dll
Represents the successful response of a Specify References operation.
[DataContract]
public class SpecifyReferencesPayload
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Constructors
SpecifyReferencesPayload()
Initializes a new instance of the
public SpecifyReferencesPayload()
Properties
Filename
The file name of the top level component. By default, it is set to ""
and the file will be download with its urn
.
[DataMember(Name = "filename", EmitDefaultValue = false)]
public string Filename { get; set; }
Property Value
References
An array of objects, where each object represents a referenced file.
[DataMember(Name = "references", EmitDefaultValue = false)]
public List<SpecifyReferencesPayloadReferences> References { get; set; }
Property Value
Region
Gets or Sets Region
[DataMember(Name = "region", EmitDefaultValue = true)]
public Region Region { get; set; }
Property Value
Urn
The URL safe Base64 encoded URN of the source design. Mandatory if the Base64 encoded urn in the request URL is a logical URN.
[DataMember(Name = "urn", EmitDefaultValue = false)]
public string Urn { get; set; }
Property Value
Methods
ToString()
Returns the string presentation of the object
public override string ToString()
Returns
String presentation of the object