Méthode | Description | |
---|---|---|
CreateFromDiscriminatorValue ( IParseNode parseNode ) : |
Creates a new instance of the appropriate class based on discriminator value The parse node to use to read the discriminator value and create the object
|
|
GetFieldDeserializers ( ) : Action |
The deserialization information for the current model
|
|
Serialize ( ISerializationWriter writer ) : void |
Serializes information the current object Serialization writer to use to serialize this model
|
|
TentativelyAcceptRequestBody ( ) : ApiSdk.Models |
Instantiates a new tentativelyAcceptRequestBody and sets the default values.
|
public static CreateFromDiscriminatorValue ( IParseNode parseNode ) : |
||
parseNode | IParseNode | |
Résultat |
public GetFieldDeserializers ( ) : Action |
||
Résultat | Action |
public Serialize ( ISerializationWriter writer ) : void | ||
writer | ISerializationWriter | |
Résultat | void |
public TentativelyAcceptRequestBody ( ) : ApiSdk.Models | ||
Résultat | ApiSdk.Models |