Request

Response

    Class ListRefsPayloadRelationships

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

    Contains a list of resources required for execution of the command.

    [DataContract]
    public class ListRefsPayloadRelationships
    

    Inheritance

    object ListRefsPayloadRelationships

    Inherited Members

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

    Constructors

    ListRefsPayloadRelationships()

    Initializes a new instance of the class.

    public ListRefsPayloadRelationships()
    

    Properties

    Resources

    Gets or Sets Resources

    [DataMember(Name = "resources", EmitDefaultValue = false)]
    public ListRefsPayloadRelationshipsResources Resources { get; set; }
    

    Property Value

    ListRefsPayloadRelationshipsResources

    Methods

    ToString()

    Returns the string presentation of the object.

    public override string ToString()
    

    Returns

    string

    String presentation of the object.