Request

Response

    Class PublishModelJobAttributes

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

    Contains the properties of the response to the GetPublishModelJob command.

    [DataContract]
    public class PublishModelJobAttributes
    

    Inheritance

    object PublishModelJobAttributes

    Inherited Members

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

    Constructors

    PublishModelJobAttributes()

    Initializes a new instance of the class.

    public PublishModelJobAttributes()
    

    Properties

    Extension

    Gets or Sets Extension

    [DataMember(Name = "extension", EmitDefaultValue = false)]
    public PublishModelJobAttributesExtension Extension { get; set; }
    

    Property Value

    PublishModelJobAttributesExtension

    Status

    Gets or Sets Status

    [DataMember(Name = "status", EmitDefaultValue = true)]
    public CommandExecutionStatus Status { get; set; }
    

    Property Value

    CommandExecutionStatus

    Methods

    ToString()

    Returns the string presentation of the object.

    public override string ToString()
    

    Returns

    string

    String presentation of the object.