Table of Contents

Class Collection

Namespace
Thirdweb.Api
Assembly
Thirdweb.dll
public class Collection
Inheritance
Collection
Inherited Members

Properties

AdditionalProperties

[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }

Property Value

IDictionary<string, object>

Description

The collection description

[JsonProperty("description", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Description { get; set; }

Property Value

string

External_url

The collection external URL

[JsonProperty("external_url", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string External_url { get; set; }

Property Value

string

Image

The collection image URL

[JsonProperty("image", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Image { get; set; }

Property Value

string

Name

The collection name

[JsonProperty("name", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Name { get; set; }

Property Value

string