InvoiceSectionPropertiesResponse

data class InvoiceSectionPropertiesResponse(val displayName: String? = null, val provisioningState: String, val reasonCode: String? = null, val state: String? = null, val systemId: String, val tags: Map<String, String>? = null, val targetCloud: String? = null)

An invoice section.

Constructors

Link copied to clipboard
constructor(displayName: String? = null, provisioningState: String, reasonCode: String? = null, state: String? = null, systemId: String, tags: Map<String, String>? = null, targetCloud: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val displayName: String? = null

The name of the invoice section.

Link copied to clipboard

The provisioning state of the resource during a long-running operation.

Link copied to clipboard
val reasonCode: String? = null

Reason for the specified invoice section status.

Link copied to clipboard
val state: String? = null

Identifies the status of an invoice section.

Link copied to clipboard

The system generated unique identifier for an invoice section.

Link copied to clipboard
val tags: Map<String, String>? = null

Dictionary of metadata associated with the resource. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < % & \ ? /

Link copied to clipboard
val targetCloud: String? = null

Identifies the cloud environments that are associated with an invoice section. This is a system managed optional field and gets updated as the invoice section gets associated with accounts in various clouds.