C# Класс ApiSdk.Users.Item.JoinedTeams.Item.Members.Add.AddResponse

Provides operations to call the add method.
Наследование: IAdditionalDataHolder, IParsable
Показать файл Открыть проект

Открытые методы

Метод Описание
AddResponse ( ) : ApiSdk.Models

Instantiates a new addResponse and sets the default values.

CreateFromDiscriminatorValue ( IParseNode parseNode ) : AddResponse

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>.IDictionary

The deserialization information for the current model

Serialize ( ISerializationWriter writer ) : void

Serializes information the current object Serialization writer to use to serialize this model

Описание методов

AddResponse() публичный Метод

Instantiates a new addResponse and sets the default values.
public AddResponse ( ) : ApiSdk.Models
Результат ApiSdk.Models

CreateFromDiscriminatorValue() публичный статический Метод

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
public static CreateFromDiscriminatorValue ( IParseNode parseNode ) : AddResponse
parseNode IParseNode
Результат AddResponse

GetFieldDeserializers() публичный Метод

The deserialization information for the current model
public GetFieldDeserializers ( ) : Action>.IDictionary
Результат Action>.IDictionary

Serialize() публичный Метод

Serializes information the current object Serialization writer to use to serialize this model
public Serialize ( ISerializationWriter writer ) : void
writer ISerializationWriter
Результат void