ResourceDimensionConfig
Constructor
ResourceDimensionConfig()
Methods
build
Builds the object.
def build() -> common.ResourceDimensionConfig
field
fixed: T -- will be added by each element
def field(field: str) -> typing.Self
fixed
def fixed(fixed: str) -> typing.Self
mode
def mode(mode: common.ResourceDimensionMode) -> typing.Self
See also