Sdílet prostřednictvím


Instruction Class

An instruction.

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

Constructor

Instruction(*, amount: float | None = None, start_date: datetime | None = None, end_date: datetime | None = None, creation_date: datetime | None = None, **kwargs)

Keyword-Only Parameters

Name Description
amount

The amount budgeted for this billing instruction.

Default value: None
start_date

The date this billing instruction goes into effect.

Default value: None
end_date

The date this billing instruction is no longer in effect.

Default value: None
creation_date

The date this billing instruction was created.

Default value: None

Variables

Name Description
id
str

Resource Id.

name
str

Resource name.

type
str

Resource type.

amount

The amount budgeted for this billing instruction.

start_date

The date this billing instruction goes into effect.

end_date

The date this billing instruction is no longer in effect.

creation_date

The date this billing instruction was created.