CreateBillingViewRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique, case-sensitive identifier you specify to ensure idempotency of the request. Idempotency ensures that an API request completes no more than one time. If the original request completes successfully, any subsequent retries complete successfully without performing any further actions with an idempotent request.

Link copied to clipboard

See Expression. Billing view only supports LINKED_ACCOUNT and Tags.

Link copied to clipboard

The description of the billing view.

Link copied to clipboard
val name: String?

The name of the billing view.

Link copied to clipboard

A list of key value map specifying tags associated to the billing view being created.

Link copied to clipboard

A list of billing views used as the data source for the custom billing view.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String