Table of Contents

Class Optimizer

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

Properties

AdditionalProperties

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

Property Value

IDictionary<string, object>

Enabled

Whether optimizer is enabled.

[JsonProperty("enabled", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public bool Enabled { get; set; }

Property Value

bool

Runs

Number of optimizer runs.

[JsonProperty("runs", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public double Runs { get; set; }

Property Value

double