Skip to content

InfinityOptions🔗

Constructor🔗

InfinityOptions()

Methods🔗

build🔗

Builds the object.

def build() -> dashboardv2beta1.InfinityOptions

body🔗

def body(body: str) -> typing.Self

datasource_uid🔗

def datasource_uid(datasource_uid: str) -> typing.Self

headers🔗

def headers(headers: list[list[str]]) -> typing.Self

method🔗

def method(method: dashboardv2beta1.HttpRequestMethod) -> typing.Self

query_params🔗

These are 2D arrays of strings, each representing a key-value pair

We are defining them this way because we can't generate a go struct that

that would have exactly two strings in each sub-array

def query_params(query_params: list[list[str]]) -> typing.Self

url🔗

def url(url: str) -> typing.Self

See also🔗