AccountQueueProperties

data class AccountQueueProperties(val corsRules: List<AccountQueuePropertiesCorsRule>? = null, val hourMetrics: AccountQueuePropertiesHourMetrics? = null, val logging: AccountQueuePropertiesLogging? = null, val minuteMetrics: AccountQueuePropertiesMinuteMetrics? = null)

Constructors

Link copied to clipboard
constructor(corsRules: List<AccountQueuePropertiesCorsRule>? = null, hourMetrics: AccountQueuePropertiesHourMetrics? = null, logging: AccountQueuePropertiesLogging? = null, minuteMetrics: AccountQueuePropertiesMinuteMetrics? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A cors_rule block as defined above.

Link copied to clipboard

A hour_metrics block as defined below.

Link copied to clipboard

A logging block as defined below.

Link copied to clipboard

A minute_metrics block as defined below.