Table of Contents

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

List<SocialProfileGeneric>

Error

[JsonProperty("error")]
public string Error { get; set; }

Property Value

string