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
|
Resource Id. |
|
name
|
Resource name. |
|
type
|
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. |