Class SocialProfileResponse
- Namespace
- Thirdweb
- Assembly
- Thirdweb.dll
[JsonObject(ItemNullValueHandling = NullValueHandling.Ignore)]
public class SocialProfileResponse
- Inheritance
-
SocialProfileResponse
- Inherited Members
Properties
Data
[JsonProperty("data")]
public List<SocialProfileGeneric> Data { get; set; }
Property Value
Error
[JsonProperty("error")]
public string Error { get; set; }