crm

package
v0.0.0-...-0b043e4 Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2015 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Product = "Crm"
	Style   = "RPC"
	Version = "2015-04-08"
)

Variables

This section is empty.

Functions

func NewParams

func NewParams() openapi.Params

Types

type API

type API struct {
	openapi.Service
}

func New

func New(accessKeyId, accessKeySecret string) API

func (API) AddLabel

func (api API) AddLabel(optional openapi.M) (*AddLabelResponse, error)

AddLabel version 2015-04-08

optional parameters:

name: EndTime, type: string
name: LabelName, type: string
name: LabelSeries, type: string
name: PK, type: string
name: _method, type: string, optional values: GET|POST
name: _region, type: string
name: _scheme, type: string, optional values: http|https

func (API) CheckLabel

func (api API) CheckLabel(optional openapi.M) (*CheckLabelResponse, error)

CheckLabel version 2015-04-08

optional parameters:

name: LabelName, type: string
name: LabelSeries, type: string
name: PK, type: string
name: _method, type: string, optional values: GET|POST
name: _region, type: string
name: _scheme, type: string, optional values: http|https

func (API) DeleteLabel

func (api API) DeleteLabel(optional openapi.M) (*DeleteLabelResponse, error)

DeleteLabel version 2015-04-08

optional parameters:

name: LabelName, type: string
name: LabelSeries, type: string
name: PK, type: string
name: _method, type: string, optional values: GET|POST
name: _region, type: string
name: _scheme, type: string, optional values: http|https

func (API) QueryCustomerLabel

func (api API) QueryCustomerLabel(optional openapi.M) (*QueryCustomerLabelResponse, error)

QueryCustomerLabel version 2015-04-08

optional parameters:

name: LabelSeries, type: string
name: _method, type: string, optional values: GET|POST
name: _region, type: string
name: _scheme, type: string, optional values: http|https

type AddLabelResponse

type AddLabelResponse struct {
	Result string
}

AddLabelResponse represents the response of the api AddLabel.

type CheckLabelResponse

type CheckLabelResponse struct {
	Result bool
}

CheckLabelResponse represents the response of the api CheckLabel.

type DeleteLabelResponse

type DeleteLabelResponse struct {
	Result string
}

DeleteLabelResponse represents the response of the api DeleteLabel.

type QueryCustomerLabelResponse

type QueryCustomerLabelResponse struct {
	Code string
	Data struct {
		CustomerLabel []struct {
			Label       string
			LabelSeries string
		}
	}
	Message string
	Success bool
}

QueryCustomerLabelResponse represents the response of the api QueryCustomerLabel.

Jump to

Keyboard shortcuts

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