UnknownItemParam Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| UnknownItemParam() |
Initializes a new instance of UnknownItemParam for deserialization. |
| UnknownItemParam(ItemType, IDictionary<String,BinaryData>) |
Initializes a new instance of UnknownItemParam. |
UnknownItemParam()
- Source:
- UnknownItemParam.cs
Initializes a new instance of UnknownItemParam for deserialization.
public UnknownItemParam();
Public Sub New ()
Applies to
UnknownItemParam(ItemType, IDictionary<String,BinaryData>)
- Source:
- UnknownItemParam.cs
Initializes a new instance of UnknownItemParam.
public UnknownItemParam(Azure.AI.AgentServer.Contracts.Generated.OpenAI.ItemType type, System.Collections.Generic.IDictionary<string,BinaryData> serializedAdditionalRawData);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.UnknownItemParam : Azure.AI.AgentServer.Contracts.Generated.OpenAI.ItemType * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.UnknownItemParam
Public Sub New (type As ItemType, serializedAdditionalRawData As IDictionary(Of String, BinaryData))
Parameters
- type
- ItemType
- serializedAdditionalRawData
- IDictionary<String,BinaryData>
Keeps track of any properties unknown to the library.