scheduledqueryrun

package
v70.15.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 14, 2020 License: MIT Imports: 3 Imported by: 60

Documentation

Overview

Package scheduledqueryrun provides API functions related to scheduled query runs.

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

Get returns the details of an scheduled query run.

Types

type Client

type Client struct {
	B   stripe.Backend
	Key string
}

Client is used to invoke /sigma/scheduled_query_runs APIs.

func (Client) Get

Get returns the details of an scheduled query run.

func (Client) List

func (c Client) List(listParams *stripe.SigmaScheduledQueryRunListParams) *Iter

List returns a list of scheduled query runs.

type Iter

type Iter struct {
	*stripe.Iter
}

Iter is an iterator for scheduled query runs.

func List

List returns a list of scheduled query runs.

func (*Iter) SigmaScheduledQueryRun

func (i *Iter) SigmaScheduledQueryRun() *stripe.SigmaScheduledQueryRun

SigmaScheduledQueryRun returns the scheduled query run which the iterator is currently pointing to.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL