Request

Response

    Class PublishModelJobPayload

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

    An object that contains the input data required to execute the GetPublishModelJob command. The ListRefs verifies whether a Collaboration for Revit (C4R) model needs to be published to BIM 360 Docs. For more information, see the GetPublishModelJob topic in the overview section .

    [DataContract]
    public class PublishModelJobPayload : ICommandPayloadData
    

    Inheritance

    object PublishModelJobPayload

    Implements

    ICommandPayloadData

    Inherited Members

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

    Constructors

    PublishModelJobPayload()

    Initializes a new instance of the class.

    public PublishModelJobPayload()
    

    Properties

    Attributes

    Gets or Sets Attributes

    [DataMember(Name = "attributes", EmitDefaultValue = false)]
    public PublishModelJobPayloadAttributes Attributes { get; set; }
    

    Property Value

    PublishModelJobPayloadAttributes

    Id

    A unique ID assigned to the process executing the command.

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

    Property Value

    string

    Relationships

    Gets or Sets Relationships

    [DataMember(Name = "relationships", EmitDefaultValue = false)]
    public PublishModelJobPayloadRelationships Relationships { get; set; }
    

    Property Value

    PublishModelJobPayloadRelationships

    Type

    Gets or Sets Type

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

    Property Value

    TypeCommands

    Methods

    ToString()

    Returns the string presentation of the object.

    public override string ToString()
    

    Returns

    string

    String presentation of the object.