C# 클래스 ApiSdk.Users.Item.JoinedTeams.Item.Members.Add.AddResponse

Provides operations to call the add method.
상속: IAdditionalDataHolder, IParsable
파일 보기 프로젝트 열기: microsoftgraph/msgraph-cli

공개 메소드들

메소드 설명
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