Table of Contents

Class AttributeData

Namespace
Thirdweb.Indexer
Assembly
Thirdweb.dll
[JsonObject(ItemNullValueHandling = NullValueHandling.Ignore)]
public class AttributeData
Inheritance
AttributeData
Inherited Members

Properties

DisplayType

[JsonProperty("display_type")]
public string DisplayType { get; set; }

Property Value

string

TraitType

[JsonProperty("trait_type")]
public string TraitType { get; set; }

Property Value

string

Value

[JsonProperty("value")]
public object Value { get; set; }

Property Value

object