Sdílet prostřednictvím


InvoiceSection Class

An invoice section.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

InvoiceSection(*, display_name: str | None = None, labels: Dict[str, str] | None = None, tags: Dict[str, str] | None = None, **kwargs)

Keyword-Only Parameters

Name Description
display_name
str

The name of the invoice section.

labels

Dictionary of metadata associated with the invoice section.

tags

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

Variables

Name Description
id
str

Resource Id.

name
str

Resource name.

type
str

Resource type.

display_name
str

The name of the invoice section.

labels

Dictionary of metadata associated with the invoice section.

state

Identifies the state of an invoice section. Known values are: "Active" and "Restricted".

system_id
str

The system generated unique identifier for an invoice section.

tags

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

target_cloud

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. Known values are: "USGov", "USNat", and "USSec".