Table of Contents

Class Response33

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

Properties

AdditionalProperties

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

Property Value

IDictionary<string, object>

Error

[JsonProperty("error", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
public string Error { get; set; }

Property Value

string