gooddata_sdk.compute.model.execution.TotalDimension

class gooddata_sdk.compute.model.execution.TotalDimension(idx: int, items: list[str] = NOTHING)

Bases: object

__init__(idx: int, items: list[str] = NOTHING) None

Method generated by attrs for class TotalDimension.

Methods

__init__(idx[, items])

Method generated by attrs for class TotalDimension.

Attributes

idx

index of dimension in which to calculate the total

items

items to use during total calculation

idx: int

index of dimension in which to calculate the total

items: list[str]

items to use during total calculation