C# Class ApiSdk.Contracts.GetAvailableExtensionProperties.GetAvailableExtensionPropertiesRequestBody

Provides operations to call the getAvailableExtensionProperties method.
Inheritance: IAdditionalDataHolder, IParsable
Afficher le fichier Open project: microsoftgraph/msgraph-cli

Méthodes publiques

Méthode Description
CreateFromDiscriminatorValue ( IParseNode parseNode ) : GetAvailableExtensionPropertiesRequestBody

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

GetAvailableExtensionPropertiesRequestBody ( ) : Microsoft.Kiota.Abstractions.Serialization

Instantiates a new getAvailableExtensionPropertiesRequestBody and sets the default values.

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

Method Details

CreateFromDiscriminatorValue() public static méthode

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 ) : GetAvailableExtensionPropertiesRequestBody
parseNode IParseNode
Résultat GetAvailableExtensionPropertiesRequestBody

GetAvailableExtensionPropertiesRequestBody() public méthode

Instantiates a new getAvailableExtensionPropertiesRequestBody and sets the default values.
public GetAvailableExtensionPropertiesRequestBody ( ) : Microsoft.Kiota.Abstractions.Serialization
Résultat Microsoft.Kiota.Abstractions.Serialization

GetFieldDeserializers() public méthode

The deserialization information for the current model
public GetFieldDeserializers ( ) : Action>.IDictionary
Résultat Action>.IDictionary

Serialize() public méthode

Serializes information the current object Serialization writer to use to serialize this model
public Serialize ( ISerializationWriter writer ) : void
writer ISerializationWriter
Résultat void