Documentation ¶
Overview ¶
Package scheduledqueryrun provides the /sigma/scheduled_query_runs APIs For more details, see: https://stripe.com/docs/api#scheduled_queries
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
func Get(id string, params *stripe.SigmaScheduledQueryRunParams) (*stripe.SigmaScheduledQueryRun, error)
Get returns the details of a sigma scheduled query run.
Types ¶
type Client ¶
Client is used to invoke /sigma/scheduled_query_runs APIs.
func (Client) Get ¶
func (c Client) Get(id string, params *stripe.SigmaScheduledQueryRunParams) (*stripe.SigmaScheduledQueryRun, error)
Get returns the details of a sigma scheduled query run.
type Iter ¶
Iter is an iterator for sigma scheduled query runs.
func List ¶
func List(params *stripe.SigmaScheduledQueryRunListParams) *Iter
List returns a list of sigma scheduled query runs.
func (*Iter) SigmaScheduledQueryRun ¶
func (i *Iter) SigmaScheduledQueryRun() *stripe.SigmaScheduledQueryRun
SigmaScheduledQueryRun returns the sigma scheduled query run which the iterator is currently pointing to.
func (*Iter) SigmaScheduledQueryRunList ¶
func (i *Iter) SigmaScheduledQueryRunList() *stripe.SigmaScheduledQueryRunList
SigmaScheduledQueryRunList returns the current list object which the iterator is currently using. List objects will change as new API calls are made to continue pagination.