Table of Contents

Class GetUsageAndQuotaCommandResponse

Namespace
OpenQA.Selenium.DevTools.V130.Storage
Assembly
WebDriver.dll

Response for GetUsageAndQuota

public sealed class GetUsageAndQuotaCommandResponse : ICommandResponse<GetUsageAndQuotaCommandSettings>, ICommandResponse
Inheritance
GetUsageAndQuotaCommandResponse
Implements
Inherited Members
Extension Methods

Properties

OverrideActive

Gets or sets the overrideActive

[JsonPropertyName("overrideActive")]
public bool OverrideActive { get; set; }

Property Value

bool

Quota

Gets or sets the quota

[JsonPropertyName("quota")]
public double Quota { get; set; }

Property Value

double

Usage

Gets or sets the usage

[JsonPropertyName("usage")]
public double Usage { get; set; }

Property Value

double

UsageBreakdown

Gets or sets the usageBreakdown

[JsonPropertyName("usageBreakdown")]
public UsageForType[] UsageBreakdown { get; set; }

Property Value

UsageForType[]