Table of Contents

Class InputSchema

Namespace
Thirdweb.Api
Assembly
Thirdweb.dll
public class InputSchema
Inheritance
InputSchema
Inherited Members

Properties

AdditionalProperties

[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }

Property Value

IDictionary<string, object>

BodyFields

[JsonProperty("bodyFields", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public IDictionary<string, object> BodyFields { get; set; }

Property Value

IDictionary<string, object>

BodyType

[JsonProperty("bodyType", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
[JsonConverter(typeof(StringEnumConverter))]
public InputSchemaBodyType BodyType { get; set; }

Property Value

InputSchemaBodyType

HeaderFields

[JsonProperty("headerFields", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public IDictionary<string, object> HeaderFields { get; set; }

Property Value

IDictionary<string, object>

QueryParams

[JsonProperty("queryParams", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public IDictionary<string, string> QueryParams { get; set; }

Property Value

IDictionary<string, string>