UsageCarbonEmissionsQueryCollection

class oci.usage_api.models.UsageCarbonEmissionsQueryCollection(**kwargs)

Bases: object

A usage carbon emissions query list.

Methods

__init__(**kwargs) Initializes a new UsageCarbonEmissionsQueryCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this UsageCarbonEmissionsQueryCollection.
__init__(**kwargs)

Initializes a new UsageCarbonEmissionsQueryCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.usage_api.models.UsageCarbonEmissionsQuerySummary]) – The value to assign to the items property of this UsageCarbonEmissionsQueryCollection.
items

[Required] Gets the items of this UsageCarbonEmissionsQueryCollection. Usage carbon emissions query list.

Returns:The items of this UsageCarbonEmissionsQueryCollection.
Return type:list[oci.usage_api.models.UsageCarbonEmissionsQuerySummary]