Request

Response

    Class VersionPayloadDataAttributesExtension

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

    A container of additional properties that extends the default properties of the version to be created.

    [DataContract]
    public class VersionPayloadDataAttributesExtension
    

    Inheritance

    object VersionPayloadDataAttributesExtension

    Inherited Members

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

    Constructors

    VersionPayloadDataAttributesExtension()

    Initializes a new instance of the class.

    public VersionPayloadDataAttributesExtension()
    

    Properties

    Data

    The container of additional properties.

    The additional properties must follow the schema specified by extensions.type and extensions.version. Properties that don’t follow the schema will be ignored.

    [DataMember(Name = "data", EmitDefaultValue = false)]
    public object Data { get; set; }
    

    Property Value

    object

    Type

    The Type ID of the schema that defines the structure of the extension.data object.

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

    Property Value

    string

    VarVersion

    The version of the schema that applies to the extension.data object.

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

    Property Value

    string

    Methods

    ToString()

    Returns the string presentation of the object.

    public override string ToString()
    

    Returns

    string

    String presentation of the object.