Properties of a Filter.
Package
@google-cloud/billing-budgets!Properties
calendarPeriod
calendarPeriod?: (google.cloud.billing.budgets.v1.CalendarPeriod|keyof typeof google.cloud.billing.budgets.v1.CalendarPeriod|null);
Filter calendarPeriod
Type | Description |
(google.cloud.billing.budgets.v1.CalendarPeriod|keyof typeof google.cloud.billing.budgets.v1.CalendarPeriod|null) |
creditTypes
creditTypes?: (string[]|null);
Filter creditTypes
Type | Description |
(string[]|null) |
creditTypesTreatment
creditTypesTreatment?: (google.cloud.billing.budgets.v1.Filter.CreditTypesTreatment|keyof typeof google.cloud.billing.budgets.v1.Filter.CreditTypesTreatment|null);
Filter creditTypesTreatment
Type | Description |
(google.cloud.billing.budgets.v1.Filter.CreditTypesTreatment|keyof typeof google.cloud.billing.budgets.v1.Filter.CreditTypesTreatment|null) |
customPeriod
customPeriod?: (google.cloud.billing.budgets.v1.ICustomPeriod|null);
Filter customPeriod
Type | Description |
(google.cloud.billing.budgets.v1.ICustomPeriod|null) |
labels
labels?: ({ [k: string]: google.protobuf.IListValue }|null);
Filter labels
Type | Description |
({ [k: string]: google.protobuf.IListValue }|null) |
projects
projects?: (string[]|null);
Filter projects
Type | Description |
(string[]|null) |
services
services?: (string[]|null);
Filter services
Type | Description |
(string[]|null) |
subaccounts
subaccounts?: (string[]|null);
Filter subaccounts
Type | Description |
(string[]|null) |