Table of Contents

Class Metadata

Namespace
LoopNet.Models.Responses
Assembly
LoopNet.dll

Metadata info

public class Metadata
Inheritance
Metadata
Inherited Members

Properties

Extra

Extra info

[JsonProperty("extra")]
public Extra? Extra { get; set; }

Property Value

Extra

ImageSize

Image Size info

[JsonProperty("imageSize")]
public ImageSize? ImageSize { get; set; }

Property Value

ImageSize

Network

The network

[JsonProperty("network")]
public int Network { get; set; }

Property Value

int

NftBase

The nft base info

[JsonProperty("base")]
public NftBase? NftBase { get; set; }

Property Value

NftBase

NftId

The nft id

[JsonProperty("nftId")]
public string? NftId { get; set; }

Property Value

string

NftType

The nft type

[JsonProperty("nftType")]
public int NftType { get; set; }

Property Value

int

Status

The status

[JsonProperty("status")]
public int Status { get; set; }

Property Value

int

TokenAddress

The token address

[JsonProperty("tokenAddress")]
public string? TokenAddress { get; set; }

Property Value

string

Uri

The uri

[JsonProperty("uri")]
public string? Uri { get; set; }

Property Value

string