Skip to content

InfinityOptionsBuilder🔗

Constructor🔗

new InfinityOptionsBuilder()

Methods🔗

build🔗

Builds the object.

build()

body🔗

body(string $body)

datasourceUid🔗

datasourceUid(string $datasourceUid)

headers🔗

@param array> $headers

headers(array $headers)

method🔗

method(\Grafana\Foundation\Dashboardv2beta1\HttpRequestMethod $method)

queryParams🔗

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

@param array> $queryParams

queryParams(array $queryParams)

url🔗

url(string $url)

See also🔗