Class LensProfile
- Namespace
- Thirdweb
- Assembly
- Thirdweb.dll
[JsonObject(ItemNullValueHandling = NullValueHandling.Ignore)]
public class LensProfile
- Inheritance
-
LensProfile
- Inherited Members
-
Properties
Bio
[JsonProperty("bio")]
public string Bio { get; set; }
Property Value
- string
CoverPicture
[JsonProperty("coverPicture")]
public string CoverPicture { get; set; }
Property Value
- string
Name
[JsonProperty("name")]
public string Name { get; set; }
Property Value
- string
Picture
[JsonProperty("picture")]
public string Picture { get; set; }
Property Value
- string