Table of Contents

Class Properties

Namespace
LoopNet.Models.Responses
Assembly
LoopNet.dll

Properties info

public class Properties
Inheritance
Properties
Inherited Members

Properties

IsCounterFactualNFT

If counterfactual

[JsonProperty("isCounterFactualNFT")]
public bool IsCounterFactualNFT { get; set; }

Property Value

bool

IsDeletable

If deletable

[JsonProperty("isDeletable")]
public bool IsDeletable { get; set; }

Property Value

bool

IsEditable

If editable

[JsonProperty("isEditable")]
public bool IsEditable { get; set; }

Property Value

bool

IsLegacy

If legacy

[JsonProperty("isLegacy")]
public bool IsLegacy { get; set; }

Property Value

bool

IsMintable

If mintable

[JsonProperty("isMintable")]
public bool IsMintable { get; set; }

Property Value

bool

IsPublic

If public

[JsonProperty("isPublic")]
public bool IsPublic { get; set; }

Property Value

bool