Table of Contents

Class Attributes

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

Properties

AdditionalProperties

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

Property Value

IDictionary<string, object>

Display_type

The display type

[JsonProperty("display_type", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Display_type { get; set; }

Property Value

string

Trait_type

The trait type

[JsonProperty("trait_type", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Trait_type { get; set; }

Property Value

string

Value

The trait value

[JsonProperty("value", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public Value Value { get; set; }

Property Value

Value