Request

Response

    Class PublishModelJobPayloadRelationshipsResourcesData

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

    PublishModelJobPayloadRelationshipsResourcesData

    [DataContract]
    public class PublishModelJobPayloadRelationshipsResourcesData
    

    Inheritance

    object PublishModelJobPayloadRelationshipsResourcesData

    Inherited Members

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

    Constructors

    PublishModelJobPayloadRelationshipsResourcesData()

    Initializes a new instance of the class.

    public PublishModelJobPayloadRelationshipsResourcesData()
    

    Properties

    Id

    The URN of the item to check. Use the Get an Item operation to verify the URN.

    [DataMember(Name = "id", EmitDefaultValue = false)]
    public string Id { get; set; }
    

    Property Value

    string

    Type

    Gets or Sets Type

    [DataMember(Name = "type", EmitDefaultValue = true)]
    public TypeItem Type { get; set; }
    

    Property Value

    TypeItem

    Methods

    ToString()

    Returns the string presentation of the object.

    public override string ToString()
    

    Returns

    string

    String presentation of the object.