Метод | Описание | |
---|---|---|
AddResponse ( ) : ApiSdk.Models |
Instantiates a new addResponse and sets the default values.
|
|
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
|
public static CreateFromDiscriminatorValue ( IParseNode parseNode ) : |
||
parseNode | IParseNode | |
Результат |
public GetFieldDeserializers ( ) : Action |
||
Результат | Action |
public Serialize ( ISerializationWriter writer ) : void | ||
writer | ISerializationWriter | |
Результат | void |