Class PublishWithoutLinksPayloadRelationships
Namespace: Autodesk.DataManagement.Model
Assembly: Autodesk.DataManagement.dll
Contains a list of resources required for execution of the command.
[DataContract]
public class PublishWithoutLinksPayloadRelationships
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Constructors
PublishWithoutLinksPayloadRelationships()
Initializes a new instance of the
public PublishWithoutLinksPayloadRelationships()
Properties
Resources
Gets or Sets Resources
[DataMember(Name = "resources", EmitDefaultValue = false)]
public PublishWithoutLinksPayloadRelationshipsResources Resources { get; set; }
Property Value
Methods
ToString()
Returns the string presentation of the object.
public override string ToString()
Returns
String presentation of the object.