Table of Contents

Class SocialProfileGeneric

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

Properties

Avatar

[JsonProperty("avatar")]
public string Avatar { get; set; }

Property Value

string

Bio

[JsonProperty("bio")]
public string Bio { get; set; }

Property Value

string

Metadata

[JsonProperty("metadata")]
public object Metadata { get; set; }

Property Value

object

Name

[JsonProperty("name")]
public string Name { get; set; }

Property Value

string

Type

[JsonProperty("type")]
public string Type { get; set; }

Property Value

string