Table of Contents

Class JobPayloadFormat

Namespace
Autodesk.ModelDerivative.Models
Assembly
Autodesk.ModelDerivative.dll

Output description object, depends of the type

public class JobPayloadFormat : IParsable
Inheritance
JobPayloadFormat
Implements
IParsable
Inherited Members

Properties

Advanced

The advanced property

public JobPayloadFormat_advanced? Advanced { get; set; }

Property Value

JobPayloadFormat_advanced

Type

The type property

public string? Type { get; set; }

Property Value

string

Views

The views property

public List<JobPayloadFormat_views?>? Views { get; set; }

Property Value

List<JobPayloadFormat_views?>

Methods

CreateFromDiscriminatorValue(IParseNode)

Creates a new instance of the appropriate class based on discriminator value

public static JobPayloadFormat CreateFromDiscriminatorValue(IParseNode parseNode)

Parameters

parseNode IParseNode

The parse node to use to read the discriminator value and create the object

Returns

JobPayloadFormat

A JobPayloadFormat

GetFieldDeserializers()

The deserialization information for the current model

public virtual IDictionary<string, Action<IParseNode>> GetFieldDeserializers()

Returns

IDictionary<string, Action<IParseNode>>

A IDictionary<string, Action<IParseNode>>

Serialize(ISerializationWriter)

Serializes information the current object

public virtual void Serialize(ISerializationWriter writer)

Parameters

writer ISerializationWriter

Serialization writer to use to serialize this model