ubsms

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 = "Ubsms"
	Style   = "RPC"
	Version = "2015-06-23"
)

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) DescribeBusinessStatus

func (api API) DescribeBusinessStatus(callerBid string, optional openapi.M) (*DescribeBusinessStatusResponse, error)

DescribeBusinessStatus version 2015-06-23

required parameters:

name: callerBid, type: string

optional parameters:

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

func (API) NotifyUserBusinessCommand

func (api API) NotifyUserBusinessCommand(ClientToken, Cmd, ServiceCode, Uid string, optional openapi.M) (*NotifyUserBusinessCommandResponse, error)

NotifyUserBusinessCommand version 2015-06-23

required parameters:

name: ClientToken, type: string
name: Cmd, type: string
name: ServiceCode, type: string
name: Uid, type: string

optional parameters:

name: InstanceId, type: string
name: Password, type: string
name: Region, type: string
name: _method, type: string, optional values: GET|POST
name: _region, type: string
name: _scheme, type: string, optional values: http|https

func (API) SetUserBusinessStatus

func (api API) SetUserBusinessStatus(Service, StatusKey, StatusValue, Uid string, optional openapi.M) (*SetUserBusinessStatusResponse, error)

SetUserBusinessStatus version 2015-06-23

required parameters:

name: Service, type: string
name: StatusKey, type: string
name: StatusValue, type: string
name: Uid, type: string

optional parameters:

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

func (API) SetUserBusinessStatuses

func (api API) SetUserBusinessStatuses(ServiceCode, Uid string, optional openapi.M) (*SetUserBusinessStatusesResponse, error)

SetUserBusinessStatuses version 2015-06-23

required parameters:

name: ServiceCode, type: string
name: Uid, type: string

optional parameters:

name: Password, type: string
name: StatusKey1, type: string
name: StatusKey10, type: string
name: StatusKey2, type: string
name: StatusKey3, type: string
name: StatusKey4, type: string
name: StatusKey5, type: string
name: StatusKey6, type: string
name: StatusKey7, type: string
name: StatusKey8, type: string
name: StatusKey9, type: string
name: StatusValue1, type: string
name: StatusValue10, type: string
name: StatusValue2, type: string
name: StatusValue3, type: string
name: StatusValue4, type: string
name: StatusValue5, type: string
name: StatusValue6, type: string
name: StatusValue7, type: string
name: StatusValue8, type: string
name: StatusValue9, type: string
name: _method, type: string, optional values: GET|POST
name: _region, type: string
name: _scheme, type: string, optional values: http|https

type DescribeBusinessStatusResponse

type DescribeBusinessStatusResponse struct {
	Success                bool
	UserBusinessStatusList struct {
		UserBusinessStatus []struct {
			ServiceCode string
			Statuses    struct {
				Status []struct {
					StatusKey   string
					StatusValue string
				}
			}
			Uid string
		}
	}
}

DescribeBusinessStatusResponse represents the response of the api DescribeBusinessStatus.

type NotifyUserBusinessCommandResponse

type NotifyUserBusinessCommandResponse struct {
	Success bool
}

NotifyUserBusinessCommandResponse represents the response of the api NotifyUserBusinessCommand.

type SetUserBusinessStatusResponse

type SetUserBusinessStatusResponse struct {
	Success bool
}

SetUserBusinessStatusResponse represents the response of the api SetUserBusinessStatus.

type SetUserBusinessStatusesResponse

type SetUserBusinessStatusesResponse struct {
	Success bool
}

SetUserBusinessStatusesResponse represents the response of the api SetUserBusinessStatuses.

Jump to

Keyboard shortcuts

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