Table of Contents

Class Extra

Namespace
LoopNet.Models.Responses
Assembly
LoopNet.dll

Extra info

public class Extra
Inheritance
Extra
Inherited Members

Properties

AnimationUrl

The animation url

[JsonProperty("animationUrl")]
public string? AnimationUrl { get; set; }

Property Value

string

Attributes

The attributes

[JsonProperty("attributes")]
public string? Attributes { get; set; }

Property Value

string

BackgroundColor

The background color

[JsonProperty("backgroundColor")]
public string? BackgroundColor { get; set; }

Property Value

string

ExternalUrl

The external url

[JsonProperty("externalUrl")]
public string? ExternalUrl { get; set; }

Property Value

string

ImageData

The image data

[JsonProperty("imageData")]
public string? ImageData { get; set; }

Property Value

string

MintChannel

The mint channel

[JsonProperty("mintChannel")]
public string? MintChannel { get; set; }

Property Value

string

Minter

The minter

[JsonProperty("minter")]
public string? Minter { get; set; }

Property Value

string

Properties

The properties

[JsonProperty("properties")]
public Properties? Properties { get; set; }

Property Value

Properties

YoutubeUrl

The youtube url

[JsonProperty("youtubeUrl")]
public string? YoutubeUrl { get; set; }

Property Value

string