Action
Constructor
Methods
build
Builds the object.
def build() -> dashboardv2beta1.Action
confirmation
def confirmation(confirmation: str) -> typing.Self
fetch
def fetch(fetch: cogbuilder.Builder[dashboardv2beta1.FetchOptions]) -> typing.Self
infinity
def infinity(infinity: cogbuilder.Builder[dashboardv2beta1.InfinityOptions]) -> typing.Self
one_click
def one_click(one_click: bool) -> typing.Self
style
def style(style: cogbuilder.Builder[dashboardv2beta1.Dashboardv2beta1ActionStyle]) -> typing.Self
title
def title(title: str) -> typing.Self
type_val
def type_val(type_val: dashboardv2beta1.ActionType) -> typing.Self
variables
def variables(variables: list[cogbuilder.Builder[dashboardv2beta1.ActionVariable]]) -> typing.Self
See also