QueryOptionsSpec
Constructor
Methods
build
Builds the object.
def build() -> dashboardv2beta1.QueryOptionsSpec
cache_timeout
def cache_timeout(cache_timeout: str) -> typing.Self
hide_time_override
def hide_time_override(hide_time_override: bool) -> typing.Self
interval
def interval(interval: str) -> typing.Self
max_data_points
def max_data_points(max_data_points: int) -> typing.Self
query_caching_ttl
def query_caching_ttl(query_caching_ttl: int) -> typing.Self
time_compare
def time_compare(time_compare: str) -> typing.Self
time_from
def time_from(time_from: str) -> typing.Self
time_shift
def time_shift(time_shift: str) -> typing.Self
See also