vms

package
v1.2.9 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package vmsiface provides an interface to enable mocking the VMS service client for testing your code.

It is important to note that this interface will have breaking changes when the service model is updated and adds new API operations, paginators, and waiters.

Index

Constants

View Source
const (
	// EnumOfCityCodeByPhoneNoForBindAXNEInputA is a EnumOfCityCodeByPhoneNoForBindAXNEInput enum value
	EnumOfCityCodeByPhoneNoForBindAXNEInputA = "A"

	// EnumOfCityCodeByPhoneNoForBindAXNEInputB is a EnumOfCityCodeByPhoneNoForBindAXNEInput enum value
	EnumOfCityCodeByPhoneNoForBindAXNEInputB = "B"
)
View Source
const (
	// EnumOfCityCodeByPhoneNoForBindAXYBInputA is a EnumOfCityCodeByPhoneNoForBindAXYBInput enum value
	EnumOfCityCodeByPhoneNoForBindAXYBInputA = "A"

	// EnumOfCityCodeByPhoneNoForBindAXYBInputB is a EnumOfCityCodeByPhoneNoForBindAXYBInput enum value
	EnumOfCityCodeByPhoneNoForBindAXYBInputB = "B"
)
View Source
const (
	// EnumOfYCityCodeByPhoneNoForBindAXYBInputA is a EnumOfYCityCodeByPhoneNoForBindAXYBInput enum value
	EnumOfYCityCodeByPhoneNoForBindAXYBInputA = "A"

	// EnumOfYCityCodeByPhoneNoForBindAXYBInputB is a EnumOfYCityCodeByPhoneNoForBindAXYBInput enum value
	EnumOfYCityCodeByPhoneNoForBindAXYBInputB = "B"
)
View Source
const (
	// EnumOfCityCodeByPhoneNoForBindYBForAXYBInputA is a EnumOfCityCodeByPhoneNoForBindYBForAXYBInput enum value
	EnumOfCityCodeByPhoneNoForBindYBForAXYBInputA = "A"

	// EnumOfCityCodeByPhoneNoForBindYBForAXYBInputB is a EnumOfCityCodeByPhoneNoForBindYBForAXYBInput enum value
	EnumOfCityCodeByPhoneNoForBindYBForAXYBInputB = "B"
)
View Source
const (
	// EnumOfLastVoiceToForClick2CallInputNone is a EnumOfLastVoiceToForClick2CallInput enum value
	EnumOfLastVoiceToForClick2CallInputNone = "NONE"

	// EnumOfLastVoiceToForClick2CallInputCaller is a EnumOfLastVoiceToForClick2CallInput enum value
	EnumOfLastVoiceToForClick2CallInputCaller = "CALLER"

	// EnumOfLastVoiceToForClick2CallInputCallee is a EnumOfLastVoiceToForClick2CallInput enum value
	EnumOfLastVoiceToForClick2CallInputCallee = "CALLEE"

	// EnumOfLastVoiceToForClick2CallInputBoth is a EnumOfLastVoiceToForClick2CallInput enum value
	EnumOfLastVoiceToForClick2CallInputBoth = "BOTH"
)
View Source
const (
	// EnumOfCityCodeByPhoneNoForSelectNumberAndBindAXBInputA is a EnumOfCityCodeByPhoneNoForSelectNumberAndBindAXBInput enum value
	EnumOfCityCodeByPhoneNoForSelectNumberAndBindAXBInputA = "A"

	// EnumOfCityCodeByPhoneNoForSelectNumberAndBindAXBInputB is a EnumOfCityCodeByPhoneNoForSelectNumberAndBindAXBInput enum value
	EnumOfCityCodeByPhoneNoForSelectNumberAndBindAXBInputB = "B"
)
View Source
const (
	// EnumOfCityCodeByPhoneNoForSelectNumberAndBindAXNInputA is a EnumOfCityCodeByPhoneNoForSelectNumberAndBindAXNInput enum value
	EnumOfCityCodeByPhoneNoForSelectNumberAndBindAXNInputA = "A"

	// EnumOfCityCodeByPhoneNoForSelectNumberAndBindAXNInputB is a EnumOfCityCodeByPhoneNoForSelectNumberAndBindAXNInput enum value
	EnumOfCityCodeByPhoneNoForSelectNumberAndBindAXNInputB = "B"
)
View Source
const (
	ServiceName = "vms"       // Name of service.
	EndpointsID = ServiceName // ID to lookup a service endpoint with.
	ServiceID   = "vms"       // ServiceID is a unique identifer of a specific service.
)

Service information constants

Variables

This section is empty.

Functions

This section is empty.

Types

type AddQualificationInput

type AddQualificationInput struct {
	QualificationAdminInfoFormDO *QualificationAdminInfoFormDOForAddQualificationInput `type:"structure" json:",omitempty"`

	QualificationMainInfoFormDO *QualificationMainInfoFormDOForAddQualificationInput `type:"structure" json:",omitempty"`

	QualificationScenarioInfoFormDOList []*QualificationScenarioInfoFormDOListForAddQualificationInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (AddQualificationInput) GoString

func (s AddQualificationInput) GoString() string

GoString returns the string representation

func (*AddQualificationInput) SetQualificationAdminInfoFormDO

SetQualificationAdminInfoFormDO sets the QualificationAdminInfoFormDO field's value.

func (*AddQualificationInput) SetQualificationMainInfoFormDO

SetQualificationMainInfoFormDO sets the QualificationMainInfoFormDO field's value.

func (*AddQualificationInput) SetQualificationScenarioInfoFormDOList

SetQualificationScenarioInfoFormDOList sets the QualificationScenarioInfoFormDOList field's value.

func (AddQualificationInput) String

func (s AddQualificationInput) String() string

String returns the string representation

type AddQualificationOutput

type AddQualificationOutput struct {
	Metadata *response.ResponseMetadata

	QualificationNo *string `type:"string" json:"qualificationNo,omitempty"`
	// contains filtered or unexported fields
}

func (AddQualificationOutput) GoString

func (s AddQualificationOutput) GoString() string

GoString returns the string representation

func (*AddQualificationOutput) SetQualificationNo

func (s *AddQualificationOutput) SetQualificationNo(v string) *AddQualificationOutput

SetQualificationNo sets the QualificationNo field's value.

func (AddQualificationOutput) String

func (s AddQualificationOutput) String() string

String returns the string representation

type BatchAppendInput

type BatchAppendInput struct {
	PhoneList []*PhoneListForBatchAppendInput `type:"list" json:",omitempty"`

	// TaskOpenId is a required field
	TaskOpenId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (BatchAppendInput) GoString

func (s BatchAppendInput) GoString() string

GoString returns the string representation

func (*BatchAppendInput) SetPhoneList

SetPhoneList sets the PhoneList field's value.

func (*BatchAppendInput) SetTaskOpenId

func (s *BatchAppendInput) SetTaskOpenId(v string) *BatchAppendInput

SetTaskOpenId sets the TaskOpenId field's value.

func (BatchAppendInput) String

func (s BatchAppendInput) String() string

String returns the string representation

func (*BatchAppendInput) Validate

func (s *BatchAppendInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BatchAppendOutput

type BatchAppendOutput struct {
	Metadata *response.ResponseMetadata

	FailList []*FailListForBatchAppendOutput `type:"list" json:",omitempty"`

	TaskOpenId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (BatchAppendOutput) GoString

func (s BatchAppendOutput) GoString() string

GoString returns the string representation

func (*BatchAppendOutput) SetFailList

SetFailList sets the FailList field's value.

func (*BatchAppendOutput) SetTaskOpenId

func (s *BatchAppendOutput) SetTaskOpenId(v string) *BatchAppendOutput

SetTaskOpenId sets the TaskOpenId field's value.

func (BatchAppendOutput) String

func (s BatchAppendOutput) String() string

String returns the string representation

type BindAXNEInput

type BindAXNEInput struct {
	AudioRecordFlag *int32 `type:"int32" json:",omitempty"`

	CityCode *string `type:"string" json:",omitempty"`

	CityCodeByPhoneNo *string `type:"string" json:",omitempty" enum:"EnumOfCityCodeByPhoneNoForBindAXNEInput"`

	DegradeCityList []*string `type:"list" json:",omitempty"`

	// ExpireTime is a required field
	ExpireTime *int64 `type:"int64" json:",omitempty" required:"true"`

	// NumberPoolNo is a required field
	NumberPoolNo *string `type:"string" json:",omitempty" required:"true"`

	OutId *string `type:"string" json:",omitempty"`

	// PhoneNoA is a required field
	PhoneNoA *string `type:"string" json:",omitempty" required:"true"`

	PhoneNoB *string `type:"string" json:",omitempty"`

	PhoneNoE *string `type:"string" json:",omitempty"`

	PhoneNoX *string `type:"string" json:",omitempty"`

	RandomFlag *int32 `type:"int32" json:",omitempty"`

	UserData *string `max:"2048" type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (BindAXNEInput) GoString

func (s BindAXNEInput) GoString() string

GoString returns the string representation

func (*BindAXNEInput) SetAudioRecordFlag

func (s *BindAXNEInput) SetAudioRecordFlag(v int32) *BindAXNEInput

SetAudioRecordFlag sets the AudioRecordFlag field's value.

func (*BindAXNEInput) SetCityCode

func (s *BindAXNEInput) SetCityCode(v string) *BindAXNEInput

SetCityCode sets the CityCode field's value.

func (*BindAXNEInput) SetCityCodeByPhoneNo

func (s *BindAXNEInput) SetCityCodeByPhoneNo(v string) *BindAXNEInput

SetCityCodeByPhoneNo sets the CityCodeByPhoneNo field's value.

func (*BindAXNEInput) SetDegradeCityList

func (s *BindAXNEInput) SetDegradeCityList(v []*string) *BindAXNEInput

SetDegradeCityList sets the DegradeCityList field's value.

func (*BindAXNEInput) SetExpireTime

func (s *BindAXNEInput) SetExpireTime(v int64) *BindAXNEInput

SetExpireTime sets the ExpireTime field's value.

func (*BindAXNEInput) SetNumberPoolNo

func (s *BindAXNEInput) SetNumberPoolNo(v string) *BindAXNEInput

SetNumberPoolNo sets the NumberPoolNo field's value.

func (*BindAXNEInput) SetOutId

func (s *BindAXNEInput) SetOutId(v string) *BindAXNEInput

SetOutId sets the OutId field's value.

func (*BindAXNEInput) SetPhoneNoA

func (s *BindAXNEInput) SetPhoneNoA(v string) *BindAXNEInput

SetPhoneNoA sets the PhoneNoA field's value.

func (*BindAXNEInput) SetPhoneNoB

func (s *BindAXNEInput) SetPhoneNoB(v string) *BindAXNEInput

SetPhoneNoB sets the PhoneNoB field's value.

func (*BindAXNEInput) SetPhoneNoE

func (s *BindAXNEInput) SetPhoneNoE(v string) *BindAXNEInput

SetPhoneNoE sets the PhoneNoE field's value.

func (*BindAXNEInput) SetPhoneNoX

func (s *BindAXNEInput) SetPhoneNoX(v string) *BindAXNEInput

SetPhoneNoX sets the PhoneNoX field's value.

func (*BindAXNEInput) SetRandomFlag

func (s *BindAXNEInput) SetRandomFlag(v int32) *BindAXNEInput

SetRandomFlag sets the RandomFlag field's value.

func (*BindAXNEInput) SetUserData

func (s *BindAXNEInput) SetUserData(v string) *BindAXNEInput

SetUserData sets the UserData field's value.

func (BindAXNEInput) String

func (s BindAXNEInput) String() string

String returns the string representation

func (*BindAXNEInput) Validate

func (s *BindAXNEInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BindAXNEOutput

type BindAXNEOutput struct {
	Metadata *response.ResponseMetadata

	PhoneNoA *string `type:"string" json:",omitempty"`

	PhoneNoACityCode *string `type:"string" json:",omitempty"`

	PhoneNoB *string `type:"string" json:",omitempty"`

	PhoneNoBCityCode *string `type:"string" json:",omitempty"`

	PhoneNoE *string `type:"string" json:",omitempty"`

	PhoneNoX *string `type:"string" json:",omitempty"`

	PhoneNoXCityCode *string `type:"string" json:",omitempty"`

	Status *int32 `type:"int32" json:",omitempty"`

	SubId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (BindAXNEOutput) GoString

func (s BindAXNEOutput) GoString() string

GoString returns the string representation

func (*BindAXNEOutput) SetPhoneNoA

func (s *BindAXNEOutput) SetPhoneNoA(v string) *BindAXNEOutput

SetPhoneNoA sets the PhoneNoA field's value.

func (*BindAXNEOutput) SetPhoneNoACityCode

func (s *BindAXNEOutput) SetPhoneNoACityCode(v string) *BindAXNEOutput

SetPhoneNoACityCode sets the PhoneNoACityCode field's value.

func (*BindAXNEOutput) SetPhoneNoB

func (s *BindAXNEOutput) SetPhoneNoB(v string) *BindAXNEOutput

SetPhoneNoB sets the PhoneNoB field's value.

func (*BindAXNEOutput) SetPhoneNoBCityCode

func (s *BindAXNEOutput) SetPhoneNoBCityCode(v string) *BindAXNEOutput

SetPhoneNoBCityCode sets the PhoneNoBCityCode field's value.

func (*BindAXNEOutput) SetPhoneNoE

func (s *BindAXNEOutput) SetPhoneNoE(v string) *BindAXNEOutput

SetPhoneNoE sets the PhoneNoE field's value.

func (*BindAXNEOutput) SetPhoneNoX

func (s *BindAXNEOutput) SetPhoneNoX(v string) *BindAXNEOutput

SetPhoneNoX sets the PhoneNoX field's value.

func (*BindAXNEOutput) SetPhoneNoXCityCode

func (s *BindAXNEOutput) SetPhoneNoXCityCode(v string) *BindAXNEOutput

SetPhoneNoXCityCode sets the PhoneNoXCityCode field's value.

func (*BindAXNEOutput) SetStatus

func (s *BindAXNEOutput) SetStatus(v int32) *BindAXNEOutput

SetStatus sets the Status field's value.

func (*BindAXNEOutput) SetSubId

func (s *BindAXNEOutput) SetSubId(v string) *BindAXNEOutput

SetSubId sets the SubId field's value.

func (BindAXNEOutput) String

func (s BindAXNEOutput) String() string

String returns the string representation

type BindAXNInput

type BindAXNInput struct {
	AudioRecordFlag *int32 `type:"int32" json:",omitempty"`

	// ExpireTime is a required field
	ExpireTime *int64 `type:"int64" json:",omitempty" required:"true"`

	// NumberPoolNo is a required field
	NumberPoolNo *string `type:"string" json:",omitempty" required:"true"`

	// PhoneNoA is a required field
	PhoneNoA *string `type:"string" json:",omitempty" required:"true"`

	PhoneNoB *string `type:"string" json:",omitempty"`

	// PhoneNoX is a required field
	PhoneNoX *string `type:"string" json:",omitempty" required:"true"`

	UserData *string `max:"2048" type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (BindAXNInput) GoString

func (s BindAXNInput) GoString() string

GoString returns the string representation

func (*BindAXNInput) SetAudioRecordFlag

func (s *BindAXNInput) SetAudioRecordFlag(v int32) *BindAXNInput

SetAudioRecordFlag sets the AudioRecordFlag field's value.

func (*BindAXNInput) SetExpireTime

func (s *BindAXNInput) SetExpireTime(v int64) *BindAXNInput

SetExpireTime sets the ExpireTime field's value.

func (*BindAXNInput) SetNumberPoolNo

func (s *BindAXNInput) SetNumberPoolNo(v string) *BindAXNInput

SetNumberPoolNo sets the NumberPoolNo field's value.

func (*BindAXNInput) SetPhoneNoA

func (s *BindAXNInput) SetPhoneNoA(v string) *BindAXNInput

SetPhoneNoA sets the PhoneNoA field's value.

func (*BindAXNInput) SetPhoneNoB

func (s *BindAXNInput) SetPhoneNoB(v string) *BindAXNInput

SetPhoneNoB sets the PhoneNoB field's value.

func (*BindAXNInput) SetPhoneNoX

func (s *BindAXNInput) SetPhoneNoX(v string) *BindAXNInput

SetPhoneNoX sets the PhoneNoX field's value.

func (*BindAXNInput) SetUserData

func (s *BindAXNInput) SetUserData(v string) *BindAXNInput

SetUserData sets the UserData field's value.

func (BindAXNInput) String

func (s BindAXNInput) String() string

String returns the string representation

func (*BindAXNInput) Validate

func (s *BindAXNInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BindAXNOutput

type BindAXNOutput struct {
	Metadata *response.ResponseMetadata

	PhoneNoA *string `type:"string" json:",omitempty"`

	PhoneNoACityCode *string `type:"string" json:",omitempty"`

	PhoneNoB *string `type:"string" json:",omitempty"`

	PhoneNoBCityCode *string `type:"string" json:",omitempty"`

	PhoneNoX *string `type:"string" json:",omitempty"`

	PhoneNoXCityCode *string `type:"string" json:",omitempty"`

	Status *int32 `type:"int32" json:",omitempty"`

	SubId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (BindAXNOutput) GoString

func (s BindAXNOutput) GoString() string

GoString returns the string representation

func (*BindAXNOutput) SetPhoneNoA

func (s *BindAXNOutput) SetPhoneNoA(v string) *BindAXNOutput

SetPhoneNoA sets the PhoneNoA field's value.

func (*BindAXNOutput) SetPhoneNoACityCode

func (s *BindAXNOutput) SetPhoneNoACityCode(v string) *BindAXNOutput

SetPhoneNoACityCode sets the PhoneNoACityCode field's value.

func (*BindAXNOutput) SetPhoneNoB

func (s *BindAXNOutput) SetPhoneNoB(v string) *BindAXNOutput

SetPhoneNoB sets the PhoneNoB field's value.

func (*BindAXNOutput) SetPhoneNoBCityCode

func (s *BindAXNOutput) SetPhoneNoBCityCode(v string) *BindAXNOutput

SetPhoneNoBCityCode sets the PhoneNoBCityCode field's value.

func (*BindAXNOutput) SetPhoneNoX

func (s *BindAXNOutput) SetPhoneNoX(v string) *BindAXNOutput

SetPhoneNoX sets the PhoneNoX field's value.

func (*BindAXNOutput) SetPhoneNoXCityCode

func (s *BindAXNOutput) SetPhoneNoXCityCode(v string) *BindAXNOutput

SetPhoneNoXCityCode sets the PhoneNoXCityCode field's value.

func (*BindAXNOutput) SetStatus

func (s *BindAXNOutput) SetStatus(v int32) *BindAXNOutput

SetStatus sets the Status field's value.

func (*BindAXNOutput) SetSubId

func (s *BindAXNOutput) SetSubId(v string) *BindAXNOutput

SetSubId sets the SubId field's value.

func (BindAXNOutput) String

func (s BindAXNOutput) String() string

String returns the string representation

type BindAXYBInput

type BindAXYBInput struct {
	AudioRecordFlag *int32 `type:"int32" json:",omitempty"`

	AutoCreateFlag *int32 `type:"int32" json:",omitempty"`

	CityCode *string `type:"string" json:",omitempty"`

	CityCodeByPhoneNo *string `type:"string" json:",omitempty" enum:"EnumOfCityCodeByPhoneNoForBindAXYBInput"`

	DegradeCityList []*string `type:"list" json:",omitempty"`

	// ExpireTime is a required field
	ExpireTime *int64 `type:"int64" json:",omitempty" required:"true"`

	// NumberPoolNo is a required field
	NumberPoolNo *string `type:"string" json:",omitempty" required:"true"`

	// NumberPoolNoY is a required field
	NumberPoolNoY *string `type:"string" json:",omitempty" required:"true"`

	// PhoneNoA is a required field
	PhoneNoA *string `type:"string" json:",omitempty" required:"true"`

	PhoneNoB *string `type:"string" json:",omitempty"`

	PhoneNoX *string `type:"string" json:",omitempty"`

	PhoneNoY *string `type:"string" json:",omitempty"`

	RandomFlag *int32 `type:"int32" json:",omitempty"`

	RandomFlagY *int32 `type:"int32" json:",omitempty"`

	UserData *string `max:"2048" type:"string" json:",omitempty"`

	YCityCode *string `type:"string" json:",omitempty"`

	YCityCodeByPhoneNo *string `type:"string" json:",omitempty" enum:"EnumOfYCityCodeByPhoneNoForBindAXYBInput"`

	YDegradeCityList []*string `type:"list" json:",omitempty"`

	YbAudioRecordFlag *int32 `type:"int32" json:",omitempty"`

	// YbEnableDuration is a required field
	YbEnableDuration *int32 `type:"int32" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (BindAXYBInput) GoString

func (s BindAXYBInput) GoString() string

GoString returns the string representation

func (*BindAXYBInput) SetAudioRecordFlag

func (s *BindAXYBInput) SetAudioRecordFlag(v int32) *BindAXYBInput

SetAudioRecordFlag sets the AudioRecordFlag field's value.

func (*BindAXYBInput) SetAutoCreateFlag

func (s *BindAXYBInput) SetAutoCreateFlag(v int32) *BindAXYBInput

SetAutoCreateFlag sets the AutoCreateFlag field's value.

func (*BindAXYBInput) SetCityCode

func (s *BindAXYBInput) SetCityCode(v string) *BindAXYBInput

SetCityCode sets the CityCode field's value.

func (*BindAXYBInput) SetCityCodeByPhoneNo

func (s *BindAXYBInput) SetCityCodeByPhoneNo(v string) *BindAXYBInput

SetCityCodeByPhoneNo sets the CityCodeByPhoneNo field's value.

func (*BindAXYBInput) SetDegradeCityList

func (s *BindAXYBInput) SetDegradeCityList(v []*string) *BindAXYBInput

SetDegradeCityList sets the DegradeCityList field's value.

func (*BindAXYBInput) SetExpireTime

func (s *BindAXYBInput) SetExpireTime(v int64) *BindAXYBInput

SetExpireTime sets the ExpireTime field's value.

func (*BindAXYBInput) SetNumberPoolNo

func (s *BindAXYBInput) SetNumberPoolNo(v string) *BindAXYBInput

SetNumberPoolNo sets the NumberPoolNo field's value.

func (*BindAXYBInput) SetNumberPoolNoY

func (s *BindAXYBInput) SetNumberPoolNoY(v string) *BindAXYBInput

SetNumberPoolNoY sets the NumberPoolNoY field's value.

func (*BindAXYBInput) SetPhoneNoA

func (s *BindAXYBInput) SetPhoneNoA(v string) *BindAXYBInput

SetPhoneNoA sets the PhoneNoA field's value.

func (*BindAXYBInput) SetPhoneNoB

func (s *BindAXYBInput) SetPhoneNoB(v string) *BindAXYBInput

SetPhoneNoB sets the PhoneNoB field's value.

func (*BindAXYBInput) SetPhoneNoX

func (s *BindAXYBInput) SetPhoneNoX(v string) *BindAXYBInput

SetPhoneNoX sets the PhoneNoX field's value.

func (*BindAXYBInput) SetPhoneNoY

func (s *BindAXYBInput) SetPhoneNoY(v string) *BindAXYBInput

SetPhoneNoY sets the PhoneNoY field's value.

func (*BindAXYBInput) SetRandomFlag

func (s *BindAXYBInput) SetRandomFlag(v int32) *BindAXYBInput

SetRandomFlag sets the RandomFlag field's value.

func (*BindAXYBInput) SetRandomFlagY

func (s *BindAXYBInput) SetRandomFlagY(v int32) *BindAXYBInput

SetRandomFlagY sets the RandomFlagY field's value.

func (*BindAXYBInput) SetUserData

func (s *BindAXYBInput) SetUserData(v string) *BindAXYBInput

SetUserData sets the UserData field's value.

func (*BindAXYBInput) SetYCityCode

func (s *BindAXYBInput) SetYCityCode(v string) *BindAXYBInput

SetYCityCode sets the YCityCode field's value.

func (*BindAXYBInput) SetYCityCodeByPhoneNo

func (s *BindAXYBInput) SetYCityCodeByPhoneNo(v string) *BindAXYBInput

SetYCityCodeByPhoneNo sets the YCityCodeByPhoneNo field's value.

func (*BindAXYBInput) SetYDegradeCityList

func (s *BindAXYBInput) SetYDegradeCityList(v []*string) *BindAXYBInput

SetYDegradeCityList sets the YDegradeCityList field's value.

func (*BindAXYBInput) SetYbAudioRecordFlag

func (s *BindAXYBInput) SetYbAudioRecordFlag(v int32) *BindAXYBInput

SetYbAudioRecordFlag sets the YbAudioRecordFlag field's value.

func (*BindAXYBInput) SetYbEnableDuration

func (s *BindAXYBInput) SetYbEnableDuration(v int32) *BindAXYBInput

SetYbEnableDuration sets the YbEnableDuration field's value.

func (BindAXYBInput) String

func (s BindAXYBInput) String() string

String returns the string representation

func (*BindAXYBInput) Validate

func (s *BindAXYBInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BindAXYBOutput

type BindAXYBOutput struct {
	Metadata *response.ResponseMetadata

	PhoneNoX *string `type:"string" json:",omitempty"`

	PhoneNoY *string `type:"string" json:",omitempty"`

	Status *int32 `type:"int32" json:",omitempty"`

	SubId *string `type:"string" json:",omitempty"`

	YbStatus *int32 `type:"int32" json:",omitempty"`

	YbSubId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (BindAXYBOutput) GoString

func (s BindAXYBOutput) GoString() string

GoString returns the string representation

func (*BindAXYBOutput) SetPhoneNoX

func (s *BindAXYBOutput) SetPhoneNoX(v string) *BindAXYBOutput

SetPhoneNoX sets the PhoneNoX field's value.

func (*BindAXYBOutput) SetPhoneNoY

func (s *BindAXYBOutput) SetPhoneNoY(v string) *BindAXYBOutput

SetPhoneNoY sets the PhoneNoY field's value.

func (*BindAXYBOutput) SetStatus

func (s *BindAXYBOutput) SetStatus(v int32) *BindAXYBOutput

SetStatus sets the Status field's value.

func (*BindAXYBOutput) SetSubId

func (s *BindAXYBOutput) SetSubId(v string) *BindAXYBOutput

SetSubId sets the SubId field's value.

func (*BindAXYBOutput) SetYbStatus

func (s *BindAXYBOutput) SetYbStatus(v int32) *BindAXYBOutput

SetYbStatus sets the YbStatus field's value.

func (*BindAXYBOutput) SetYbSubId

func (s *BindAXYBOutput) SetYbSubId(v string) *BindAXYBOutput

SetYbSubId sets the YbSubId field's value.

func (BindAXYBOutput) String

func (s BindAXYBOutput) String() string

String returns the string representation

type BindYBForAXYBInput

type BindYBForAXYBInput struct {
	AudioRecordFlag *int32 `type:"int32" json:",omitempty"`

	CityCode *string `type:"string" json:",omitempty"`

	CityCodeByPhoneNo *string `type:"string" json:",omitempty" enum:"EnumOfCityCodeByPhoneNoForBindYBForAXYBInput"`

	DegradeCityList []*string `type:"list" json:",omitempty"`

	// EnableDuration is a required field
	EnableDuration *int32 `type:"int32" json:",omitempty" required:"true"`

	// NumberPoolNo is a required field
	NumberPoolNo *string `type:"string" json:",omitempty" required:"true"`

	// ParentSubId is a required field
	ParentSubId *string `type:"string" json:",omitempty" required:"true"`

	// PhoneNoB is a required field
	PhoneNoB *string `type:"string" json:",omitempty" required:"true"`

	PhoneNoY *string `type:"string" json:",omitempty"`

	RandomFlag *int32 `type:"int32" json:",omitempty"`

	UserData *string `max:"2048" type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (BindYBForAXYBInput) GoString

func (s BindYBForAXYBInput) GoString() string

GoString returns the string representation

func (*BindYBForAXYBInput) SetAudioRecordFlag

func (s *BindYBForAXYBInput) SetAudioRecordFlag(v int32) *BindYBForAXYBInput

SetAudioRecordFlag sets the AudioRecordFlag field's value.

func (*BindYBForAXYBInput) SetCityCode

func (s *BindYBForAXYBInput) SetCityCode(v string) *BindYBForAXYBInput

SetCityCode sets the CityCode field's value.

func (*BindYBForAXYBInput) SetCityCodeByPhoneNo

func (s *BindYBForAXYBInput) SetCityCodeByPhoneNo(v string) *BindYBForAXYBInput

SetCityCodeByPhoneNo sets the CityCodeByPhoneNo field's value.

func (*BindYBForAXYBInput) SetDegradeCityList

func (s *BindYBForAXYBInput) SetDegradeCityList(v []*string) *BindYBForAXYBInput

SetDegradeCityList sets the DegradeCityList field's value.

func (*BindYBForAXYBInput) SetEnableDuration

func (s *BindYBForAXYBInput) SetEnableDuration(v int32) *BindYBForAXYBInput

SetEnableDuration sets the EnableDuration field's value.

func (*BindYBForAXYBInput) SetNumberPoolNo

func (s *BindYBForAXYBInput) SetNumberPoolNo(v string) *BindYBForAXYBInput

SetNumberPoolNo sets the NumberPoolNo field's value.

func (*BindYBForAXYBInput) SetParentSubId

func (s *BindYBForAXYBInput) SetParentSubId(v string) *BindYBForAXYBInput

SetParentSubId sets the ParentSubId field's value.

func (*BindYBForAXYBInput) SetPhoneNoB

func (s *BindYBForAXYBInput) SetPhoneNoB(v string) *BindYBForAXYBInput

SetPhoneNoB sets the PhoneNoB field's value.

func (*BindYBForAXYBInput) SetPhoneNoY

func (s *BindYBForAXYBInput) SetPhoneNoY(v string) *BindYBForAXYBInput

SetPhoneNoY sets the PhoneNoY field's value.

func (*BindYBForAXYBInput) SetRandomFlag

func (s *BindYBForAXYBInput) SetRandomFlag(v int32) *BindYBForAXYBInput

SetRandomFlag sets the RandomFlag field's value.

func (*BindYBForAXYBInput) SetUserData

func (s *BindYBForAXYBInput) SetUserData(v string) *BindYBForAXYBInput

SetUserData sets the UserData field's value.

func (BindYBForAXYBInput) String

func (s BindYBForAXYBInput) String() string

String returns the string representation

func (*BindYBForAXYBInput) Validate

func (s *BindYBForAXYBInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BindYBForAXYBOutput

type BindYBForAXYBOutput struct {
	Metadata *response.ResponseMetadata

	PhoneNoY *string `type:"string" json:",omitempty"`

	Status *int32 `type:"int32" json:",omitempty"`

	SubId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (BindYBForAXYBOutput) GoString

func (s BindYBForAXYBOutput) GoString() string

GoString returns the string representation

func (*BindYBForAXYBOutput) SetPhoneNoY

func (s *BindYBForAXYBOutput) SetPhoneNoY(v string) *BindYBForAXYBOutput

SetPhoneNoY sets the PhoneNoY field's value.

func (*BindYBForAXYBOutput) SetStatus

SetStatus sets the Status field's value.

func (*BindYBForAXYBOutput) SetSubId

SetSubId sets the SubId field's value.

func (BindYBForAXYBOutput) String

func (s BindYBForAXYBOutput) String() string

String returns the string representation

type CancelClick2CallV2Input

type CancelClick2CallV2Input struct {

	// CallId is a required field
	CallId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (CancelClick2CallV2Input) GoString

func (s CancelClick2CallV2Input) GoString() string

GoString returns the string representation

func (*CancelClick2CallV2Input) SetCallId

SetCallId sets the CallId field's value.

func (CancelClick2CallV2Input) String

func (s CancelClick2CallV2Input) String() string

String returns the string representation

func (*CancelClick2CallV2Input) Validate

func (s *CancelClick2CallV2Input) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CancelClick2CallV2Output

type CancelClick2CallV2Output struct {
	Metadata *response.ResponseMetadata

	Success *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CancelClick2CallV2Output) GoString

func (s CancelClick2CallV2Output) GoString() string

GoString returns the string representation

func (*CancelClick2CallV2Output) SetSuccess

SetSuccess sets the Success field's value.

func (CancelClick2CallV2Output) String

func (s CancelClick2CallV2Output) String() string

String returns the string representation

type Click2CallInput

type Click2CallInput struct {

	// Callee is a required field
	Callee *string `type:"string" json:",omitempty" required:"true"`

	CalleeDegradeToCapital *int32 `type:"int32" json:",omitempty"`

	CalleeNumber *string `type:"string" json:",omitempty"`

	CalleeNumberCityCode *string `type:"string" json:",omitempty"`

	CalleeNumberDegradeCityList []*string `type:"list" json:",omitempty"`

	// CalleeNumberPoolNo is a required field
	CalleeNumberPoolNo *string `type:"string" json:",omitempty" required:"true"`

	// Caller is a required field
	Caller *string `type:"string" json:",omitempty" required:"true"`

	CallerDegradeToCapital *int32 `type:"int32" json:",omitempty"`

	CallerNumber *string `type:"string" json:",omitempty"`

	CallerNumberCityCode *string `type:"string" json:",omitempty"`

	CallerNumberDegradeCityList []*string `type:"list" json:",omitempty"`

	// CallerNumberPoolNo is a required field
	CallerNumberPoolNo *string `type:"string" json:",omitempty" required:"true"`

	LastMinutes *int32 `type:"int32" json:",omitempty"`

	LastVoice *string `type:"string" json:",omitempty"`

	LastVoiceTo *string `type:"string" json:",omitempty" enum:"EnumOfLastVoiceToForClick2CallInput"`

	MaxTime *int32 `type:"int32" json:",omitempty"`

	PreVoice *string `type:"string" json:",omitempty"`

	UserData *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (Click2CallInput) GoString

func (s Click2CallInput) GoString() string

GoString returns the string representation

func (*Click2CallInput) SetCallee

func (s *Click2CallInput) SetCallee(v string) *Click2CallInput

SetCallee sets the Callee field's value.

func (*Click2CallInput) SetCalleeDegradeToCapital

func (s *Click2CallInput) SetCalleeDegradeToCapital(v int32) *Click2CallInput

SetCalleeDegradeToCapital sets the CalleeDegradeToCapital field's value.

func (*Click2CallInput) SetCalleeNumber

func (s *Click2CallInput) SetCalleeNumber(v string) *Click2CallInput

SetCalleeNumber sets the CalleeNumber field's value.

func (*Click2CallInput) SetCalleeNumberCityCode

func (s *Click2CallInput) SetCalleeNumberCityCode(v string) *Click2CallInput

SetCalleeNumberCityCode sets the CalleeNumberCityCode field's value.

func (*Click2CallInput) SetCalleeNumberDegradeCityList

func (s *Click2CallInput) SetCalleeNumberDegradeCityList(v []*string) *Click2CallInput

SetCalleeNumberDegradeCityList sets the CalleeNumberDegradeCityList field's value.

func (*Click2CallInput) SetCalleeNumberPoolNo

func (s *Click2CallInput) SetCalleeNumberPoolNo(v string) *Click2CallInput

SetCalleeNumberPoolNo sets the CalleeNumberPoolNo field's value.

func (*Click2CallInput) SetCaller

func (s *Click2CallInput) SetCaller(v string) *Click2CallInput

SetCaller sets the Caller field's value.

func (*Click2CallInput) SetCallerDegradeToCapital

func (s *Click2CallInput) SetCallerDegradeToCapital(v int32) *Click2CallInput

SetCallerDegradeToCapital sets the CallerDegradeToCapital field's value.

func (*Click2CallInput) SetCallerNumber

func (s *Click2CallInput) SetCallerNumber(v string) *Click2CallInput

SetCallerNumber sets the CallerNumber field's value.

func (*Click2CallInput) SetCallerNumberCityCode

func (s *Click2CallInput) SetCallerNumberCityCode(v string) *Click2CallInput

SetCallerNumberCityCode sets the CallerNumberCityCode field's value.

func (*Click2CallInput) SetCallerNumberDegradeCityList

func (s *Click2CallInput) SetCallerNumberDegradeCityList(v []*string) *Click2CallInput

SetCallerNumberDegradeCityList sets the CallerNumberDegradeCityList field's value.

func (*Click2CallInput) SetCallerNumberPoolNo

func (s *Click2CallInput) SetCallerNumberPoolNo(v string) *Click2CallInput

SetCallerNumberPoolNo sets the CallerNumberPoolNo field's value.

func (*Click2CallInput) SetLastMinutes

func (s *Click2CallInput) SetLastMinutes(v int32) *Click2CallInput

SetLastMinutes sets the LastMinutes field's value.

func (*Click2CallInput) SetLastVoice

func (s *Click2CallInput) SetLastVoice(v string) *Click2CallInput

SetLastVoice sets the LastVoice field's value.

func (*Click2CallInput) SetLastVoiceTo

func (s *Click2CallInput) SetLastVoiceTo(v string) *Click2CallInput

SetLastVoiceTo sets the LastVoiceTo field's value.

func (*Click2CallInput) SetMaxTime

func (s *Click2CallInput) SetMaxTime(v int32) *Click2CallInput

SetMaxTime sets the MaxTime field's value.

func (*Click2CallInput) SetPreVoice

func (s *Click2CallInput) SetPreVoice(v string) *Click2CallInput

SetPreVoice sets the PreVoice field's value.

func (*Click2CallInput) SetUserData

func (s *Click2CallInput) SetUserData(v string) *Click2CallInput

SetUserData sets the UserData field's value.

func (Click2CallInput) String

func (s Click2CallInput) String() string

String returns the string representation

func (*Click2CallInput) Validate

func (s *Click2CallInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Click2CallOutput

type Click2CallOutput struct {
	Metadata *response.ResponseMetadata

	CallId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (Click2CallOutput) GoString

func (s Click2CallOutput) GoString() string

GoString returns the string representation

func (*Click2CallOutput) SetCallId

func (s *Click2CallOutput) SetCallId(v string) *Click2CallOutput

SetCallId sets the CallId field's value.

func (Click2CallOutput) String

func (s Click2CallOutput) String() string

String returns the string representation

type CommitResourceUploadInput

type CommitResourceUploadInput struct {

	// FileName is a required field
	FileName *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (CommitResourceUploadInput) GoString

func (s CommitResourceUploadInput) GoString() string

GoString returns the string representation

func (*CommitResourceUploadInput) SetFileName

SetFileName sets the FileName field's value.

func (CommitResourceUploadInput) String

func (s CommitResourceUploadInput) String() string

String returns the string representation

func (*CommitResourceUploadInput) Validate

func (s *CommitResourceUploadInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CommitResourceUploadOutput

type CommitResourceUploadOutput struct {
	Metadata *response.ResponseMetadata

	Name *string `type:"string" json:",omitempty"`

	ResourceKey *string `type:"string" json:",omitempty"`

	Suffix *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CommitResourceUploadOutput) GoString

func (s CommitResourceUploadOutput) GoString() string

GoString returns the string representation

func (*CommitResourceUploadOutput) SetName

SetName sets the Name field's value.

func (*CommitResourceUploadOutput) SetResourceKey

SetResourceKey sets the ResourceKey field's value.

func (*CommitResourceUploadOutput) SetSuffix

SetSuffix sets the Suffix field's value.

func (CommitResourceUploadOutput) String

String returns the string representation

type CreateNumberPoolInput

type CreateNumberPoolInput struct {

	// Name is a required field
	Name *string `min:"1" max:"32" type:"string" json:",omitempty" required:"true"`

	// ServiceType is a required field
	ServiceType *int32 `type:"int32" json:",omitempty" required:"true"`

	// SubServiceType is a required field
	SubServiceType *int32 `type:"int32" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (CreateNumberPoolInput) GoString

func (s CreateNumberPoolInput) GoString() string

GoString returns the string representation

func (*CreateNumberPoolInput) SetName

SetName sets the Name field's value.

func (*CreateNumberPoolInput) SetServiceType

func (s *CreateNumberPoolInput) SetServiceType(v int32) *CreateNumberPoolInput

SetServiceType sets the ServiceType field's value.

func (*CreateNumberPoolInput) SetSubServiceType

func (s *CreateNumberPoolInput) SetSubServiceType(v int32) *CreateNumberPoolInput

SetSubServiceType sets the SubServiceType field's value.

func (CreateNumberPoolInput) String

func (s CreateNumberPoolInput) String() string

String returns the string representation

func (*CreateNumberPoolInput) Validate

func (s *CreateNumberPoolInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateNumberPoolOutput

type CreateNumberPoolOutput struct {
	Metadata *response.ResponseMetadata

	Name *string `type:"string" json:",omitempty"`

	NumberPoolNo *string `type:"string" json:",omitempty"`

	ServiceType *int32 `type:"int32" json:",omitempty"`

	SubServiceType *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateNumberPoolOutput) GoString

func (s CreateNumberPoolOutput) GoString() string

GoString returns the string representation

func (*CreateNumberPoolOutput) SetName

SetName sets the Name field's value.

func (*CreateNumberPoolOutput) SetNumberPoolNo

func (s *CreateNumberPoolOutput) SetNumberPoolNo(v string) *CreateNumberPoolOutput

SetNumberPoolNo sets the NumberPoolNo field's value.

func (*CreateNumberPoolOutput) SetServiceType

func (s *CreateNumberPoolOutput) SetServiceType(v int32) *CreateNumberPoolOutput

SetServiceType sets the ServiceType field's value.

func (*CreateNumberPoolOutput) SetSubServiceType

func (s *CreateNumberPoolOutput) SetSubServiceType(v int32) *CreateNumberPoolOutput

SetSubServiceType sets the SubServiceType field's value.

func (CreateNumberPoolOutput) String

func (s CreateNumberPoolOutput) String() string

String returns the string representation

type CreateTaskInput

type CreateTaskInput struct {
	AudioPostUrl *string `max:"512" type:"string" json:",omitempty"`

	CallRecordPostUrl *string `max:"512" type:"string" json:",omitempty"`

	// Concurrency is a required field
	Concurrency *int32 `type:"int32" json:",omitempty" required:"true"`

	// EndTime is a required field
	EndTime *string `type:"string" json:",omitempty" required:"true"`

	FinishWhenListEnd *bool `type:"boolean" json:",omitempty"`

	ForbidTimeList []*ForbidTimeListForCreateTaskInput `type:"list" json:",omitempty"`

	MaxRingDuration *int32 `type:"int32" json:",omitempty"`

	// Name is a required field
	Name *string `type:"string" json:",omitempty" required:"true"`

	NumberList []*string `type:"list" json:",omitempty"`

	// NumberPoolNo is a required field
	NumberPoolNo *string `type:"string" json:",omitempty" required:"true"`

	PhoneList []*PhoneListForCreateTaskInput `type:"list" json:",omitempty"`

	Resource *string `type:"string" json:",omitempty"`

	RingAgainInterval *int32 `type:"int32" json:",omitempty"`

	RingAgainTimes *int32 `type:"int32" json:",omitempty"`

	SelectNumberRule *int32 `type:"int32" json:",omitempty"`

	SelectNumberType *int32 `type:"int32" json:",omitempty"`

	SmsConfig []*SmsConfigForCreateTaskInput `type:"list" json:",omitempty"`

	Start *bool `type:"boolean" json:",omitempty"`

	// StartTime is a required field
	StartTime *string `type:"string" json:",omitempty" required:"true"`

	Type *int32 `type:"int32" json:",omitempty"`

	Unique *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateTaskInput) GoString

func (s CreateTaskInput) GoString() string

GoString returns the string representation

func (*CreateTaskInput) SetAudioPostUrl

func (s *CreateTaskInput) SetAudioPostUrl(v string) *CreateTaskInput

SetAudioPostUrl sets the AudioPostUrl field's value.

func (*CreateTaskInput) SetCallRecordPostUrl

func (s *CreateTaskInput) SetCallRecordPostUrl(v string) *CreateTaskInput

SetCallRecordPostUrl sets the CallRecordPostUrl field's value.

func (*CreateTaskInput) SetConcurrency

func (s *CreateTaskInput) SetConcurrency(v int32) *CreateTaskInput

SetConcurrency sets the Concurrency field's value.

func (*CreateTaskInput) SetEndTime

func (s *CreateTaskInput) SetEndTime(v string) *CreateTaskInput

SetEndTime sets the EndTime field's value.

func (*CreateTaskInput) SetFinishWhenListEnd

func (s *CreateTaskInput) SetFinishWhenListEnd(v bool) *CreateTaskInput

SetFinishWhenListEnd sets the FinishWhenListEnd field's value.

func (*CreateTaskInput) SetForbidTimeList

SetForbidTimeList sets the ForbidTimeList field's value.

func (*CreateTaskInput) SetMaxRingDuration

func (s *CreateTaskInput) SetMaxRingDuration(v int32) *CreateTaskInput

SetMaxRingDuration sets the MaxRingDuration field's value.

func (*CreateTaskInput) SetName

func (s *CreateTaskInput) SetName(v string) *CreateTaskInput

SetName sets the Name field's value.

func (*CreateTaskInput) SetNumberList

func (s *CreateTaskInput) SetNumberList(v []*string) *CreateTaskInput

SetNumberList sets the NumberList field's value.

func (*CreateTaskInput) SetNumberPoolNo

func (s *CreateTaskInput) SetNumberPoolNo(v string) *CreateTaskInput

SetNumberPoolNo sets the NumberPoolNo field's value.

func (*CreateTaskInput) SetPhoneList

SetPhoneList sets the PhoneList field's value.

func (*CreateTaskInput) SetResource

func (s *CreateTaskInput) SetResource(v string) *CreateTaskInput

SetResource sets the Resource field's value.

func (*CreateTaskInput) SetRingAgainInterval

func (s *CreateTaskInput) SetRingAgainInterval(v int32) *CreateTaskInput

SetRingAgainInterval sets the RingAgainInterval field's value.

func (*CreateTaskInput) SetRingAgainTimes

func (s *CreateTaskInput) SetRingAgainTimes(v int32) *CreateTaskInput

SetRingAgainTimes sets the RingAgainTimes field's value.

func (*CreateTaskInput) SetSelectNumberRule

func (s *CreateTaskInput) SetSelectNumberRule(v int32) *CreateTaskInput

SetSelectNumberRule sets the SelectNumberRule field's value.

func (*CreateTaskInput) SetSelectNumberType

func (s *CreateTaskInput) SetSelectNumberType(v int32) *CreateTaskInput

SetSelectNumberType sets the SelectNumberType field's value.

func (*CreateTaskInput) SetSmsConfig

SetSmsConfig sets the SmsConfig field's value.

func (*CreateTaskInput) SetStart

func (s *CreateTaskInput) SetStart(v bool) *CreateTaskInput

SetStart sets the Start field's value.

func (*CreateTaskInput) SetStartTime

func (s *CreateTaskInput) SetStartTime(v string) *CreateTaskInput

SetStartTime sets the StartTime field's value.

func (*CreateTaskInput) SetType

func (s *CreateTaskInput) SetType(v int32) *CreateTaskInput

SetType sets the Type field's value.

func (*CreateTaskInput) SetUnique

func (s *CreateTaskInput) SetUnique(v bool) *CreateTaskInput

SetUnique sets the Unique field's value.

func (CreateTaskInput) String

func (s CreateTaskInput) String() string

String returns the string representation

func (*CreateTaskInput) Validate

func (s *CreateTaskInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateTaskOutput

type CreateTaskOutput struct {
	Metadata *response.ResponseMetadata

	FailList []*FailListForCreateTaskOutput `type:"list" json:",omitempty"`

	TaskOpenId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (CreateTaskOutput) GoString

func (s CreateTaskOutput) GoString() string

GoString returns the string representation

func (*CreateTaskOutput) SetFailList

SetFailList sets the FailList field's value.

func (*CreateTaskOutput) SetTaskOpenId

func (s *CreateTaskOutput) SetTaskOpenId(v string) *CreateTaskOutput

SetTaskOpenId sets the TaskOpenId field's value.

func (CreateTaskOutput) String

func (s CreateTaskOutput) String() string

String returns the string representation

type EnableOrDisableNumberInput

type EnableOrDisableNumberInput struct {

	// EnableCode is a required field
	EnableCode *int32 `type:"int32" json:",omitempty" required:"true"`

	NumberList []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (EnableOrDisableNumberInput) GoString

func (s EnableOrDisableNumberInput) GoString() string

GoString returns the string representation

func (*EnableOrDisableNumberInput) SetEnableCode

SetEnableCode sets the EnableCode field's value.

func (*EnableOrDisableNumberInput) SetNumberList

SetNumberList sets the NumberList field's value.

func (EnableOrDisableNumberInput) String

String returns the string representation

func (*EnableOrDisableNumberInput) Validate

func (s *EnableOrDisableNumberInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type EnableOrDisableNumberOutput

type EnableOrDisableNumberOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (EnableOrDisableNumberOutput) GoString

func (s EnableOrDisableNumberOutput) GoString() string

GoString returns the string representation

func (EnableOrDisableNumberOutput) String

String returns the string representation

type FailListForBatchAppendOutput

type FailListForBatchAppendOutput struct {
	Desc *string `type:"string" json:",omitempty"`

	Index *int32 `type:"int32" json:",omitempty"`

	Phone *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FailListForBatchAppendOutput) GoString

func (s FailListForBatchAppendOutput) GoString() string

GoString returns the string representation

func (*FailListForBatchAppendOutput) SetDesc

SetDesc sets the Desc field's value.

func (*FailListForBatchAppendOutput) SetIndex

SetIndex sets the Index field's value.

func (*FailListForBatchAppendOutput) SetPhone

SetPhone sets the Phone field's value.

func (*FailListForBatchAppendOutput) SetType

SetType sets the Type field's value.

func (FailListForBatchAppendOutput) String

String returns the string representation

type FailListForCreateTaskOutput

type FailListForCreateTaskOutput struct {
	Desc *string `type:"string" json:",omitempty"`

	Index *int32 `type:"int32" json:",omitempty"`

	Phone *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FailListForCreateTaskOutput) GoString

func (s FailListForCreateTaskOutput) GoString() string

GoString returns the string representation

func (*FailListForCreateTaskOutput) SetDesc

SetDesc sets the Desc field's value.

func (*FailListForCreateTaskOutput) SetIndex

SetIndex sets the Index field's value.

func (*FailListForCreateTaskOutput) SetPhone

SetPhone sets the Phone field's value.

func (*FailListForCreateTaskOutput) SetType

SetType sets the Type field's value.

func (FailListForCreateTaskOutput) String

String returns the string representation

type FailListForSingleBatchAppendOutput

type FailListForSingleBatchAppendOutput struct {
	Ext *string `type:"string" json:",omitempty"`

	Phone *string `type:"string" json:",omitempty"`

	SingleOpenId *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (FailListForSingleBatchAppendOutput) GoString

GoString returns the string representation

func (*FailListForSingleBatchAppendOutput) SetExt

SetExt sets the Ext field's value.

func (*FailListForSingleBatchAppendOutput) SetPhone

SetPhone sets the Phone field's value.

func (*FailListForSingleBatchAppendOutput) SetSingleOpenId

SetSingleOpenId sets the SingleOpenId field's value.

func (*FailListForSingleBatchAppendOutput) SetType

SetType sets the Type field's value.

func (FailListForSingleBatchAppendOutput) String

String returns the string representation

type ForbidTimeListForCreateTaskInput

type ForbidTimeListForCreateTaskInput struct {
	Times []*string `type:"list" json:",omitempty"`

	Weekdays []*int32 `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ForbidTimeListForCreateTaskInput) GoString

GoString returns the string representation

func (*ForbidTimeListForCreateTaskInput) SetTimes

SetTimes sets the Times field's value.

func (*ForbidTimeListForCreateTaskInput) SetWeekdays

SetWeekdays sets the Weekdays field's value.

func (ForbidTimeListForCreateTaskInput) String

String returns the string representation

type ForbidTimeListForUpdateTaskInput

type ForbidTimeListForUpdateTaskInput struct {
	Times []*string `type:"list" json:",omitempty"`

	Weekdays []*int32 `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ForbidTimeListForUpdateTaskInput) GoString

GoString returns the string representation

func (*ForbidTimeListForUpdateTaskInput) SetTimes

SetTimes sets the Times field's value.

func (*ForbidTimeListForUpdateTaskInput) SetWeekdays

SetWeekdays sets the Weekdays field's value.

func (ForbidTimeListForUpdateTaskInput) String

String returns the string representation

type GetResourceUploadUrlInput

type GetResourceUploadUrlInput struct {

	// FileName is a required field
	FileName *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (GetResourceUploadUrlInput) GoString

func (s GetResourceUploadUrlInput) GoString() string

GoString returns the string representation

func (*GetResourceUploadUrlInput) SetFileName

SetFileName sets the FileName field's value.

func (GetResourceUploadUrlInput) String

func (s GetResourceUploadUrlInput) String() string

String returns the string representation

func (*GetResourceUploadUrlInput) Validate

func (s *GetResourceUploadUrlInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetResourceUploadUrlOutput

type GetResourceUploadUrlOutput struct {
	Metadata *response.ResponseMetadata

	UploadUrl *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (GetResourceUploadUrlOutput) GoString

func (s GetResourceUploadUrlOutput) GoString() string

GoString returns the string representation

func (*GetResourceUploadUrlOutput) SetUploadUrl

SetUploadUrl sets the UploadUrl field's value.

func (GetResourceUploadUrlOutput) String

String returns the string representation

type ListForSingleBatchAppendInput

type ListForSingleBatchAppendInput struct {
	AudioPostUrl *string `type:"string" json:",omitempty"`

	CallRecordPostUrl *string `type:"string" json:",omitempty"`

	Ext *string `type:"string" json:",omitempty"`

	ForbidTimeList []*string `type:"list" json:",omitempty"`

	NumberList []*string `type:"list" json:",omitempty"`

	NumberPoolNo *string `type:"string" json:",omitempty"`

	NumberType *int32 `type:"int32" json:",omitempty"`

	Phone *string `type:"string" json:",omitempty"`

	PhoneParam *string `type:"string" json:",omitempty"`

	Resource *string `type:"string" json:",omitempty"`

	RingAgainInterval *int32 `type:"int32" json:",omitempty"`

	RingAgainTimes *int32 `type:"int32" json:",omitempty"`

	SelectNumberRule *int32 `type:"int32" json:",omitempty"`

	SingleOpenId *string `type:"string" json:",omitempty"`

	SmsConfig *string `type:"string" json:",omitempty"`

	TriggerTime *int64 `type:"int64" json:",omitempty"`

	Type *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (ListForSingleBatchAppendInput) GoString

GoString returns the string representation

func (*ListForSingleBatchAppendInput) SetAudioPostUrl

SetAudioPostUrl sets the AudioPostUrl field's value.

func (*ListForSingleBatchAppendInput) SetCallRecordPostUrl

SetCallRecordPostUrl sets the CallRecordPostUrl field's value.

func (*ListForSingleBatchAppendInput) SetExt

SetExt sets the Ext field's value.

func (*ListForSingleBatchAppendInput) SetForbidTimeList

SetForbidTimeList sets the ForbidTimeList field's value.

func (*ListForSingleBatchAppendInput) SetNumberList

SetNumberList sets the NumberList field's value.

func (*ListForSingleBatchAppendInput) SetNumberPoolNo

SetNumberPoolNo sets the NumberPoolNo field's value.

func (*ListForSingleBatchAppendInput) SetNumberType

SetNumberType sets the NumberType field's value.

func (*ListForSingleBatchAppendInput) SetPhone

SetPhone sets the Phone field's value.

func (*ListForSingleBatchAppendInput) SetPhoneParam

SetPhoneParam sets the PhoneParam field's value.

func (*ListForSingleBatchAppendInput) SetResource

SetResource sets the Resource field's value.

func (*ListForSingleBatchAppendInput) SetRingAgainInterval

SetRingAgainInterval sets the RingAgainInterval field's value.

func (*ListForSingleBatchAppendInput) SetRingAgainTimes

SetRingAgainTimes sets the RingAgainTimes field's value.

func (*ListForSingleBatchAppendInput) SetSelectNumberRule

SetSelectNumberRule sets the SelectNumberRule field's value.

func (*ListForSingleBatchAppendInput) SetSingleOpenId

SetSingleOpenId sets the SingleOpenId field's value.

func (*ListForSingleBatchAppendInput) SetSmsConfig

SetSmsConfig sets the SmsConfig field's value.

func (*ListForSingleBatchAppendInput) SetTriggerTime

SetTriggerTime sets the TriggerTime field's value.

func (*ListForSingleBatchAppendInput) SetType

SetType sets the Type field's value.

func (ListForSingleBatchAppendInput) String

String returns the string representation

type NumberListInput

type NumberListInput struct {
	Limit *int32 `type:"int32" json:",omitempty"`

	NumberList []*string `type:"list" json:",omitempty"`

	NumberPoolNo *string `type:"string" json:",omitempty"`

	NumberPoolTypeCode *int32 `type:"int32" json:",omitempty"`

	NumberStatusCode *int32 `type:"int32" json:",omitempty"`

	NumberTypeCode *int32 `type:"int32" json:",omitempty"`

	Offset *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NumberListInput) GoString

func (s NumberListInput) GoString() string

GoString returns the string representation

func (*NumberListInput) SetLimit

func (s *NumberListInput) SetLimit(v int32) *NumberListInput

SetLimit sets the Limit field's value.

func (*NumberListInput) SetNumberList

func (s *NumberListInput) SetNumberList(v []*string) *NumberListInput

SetNumberList sets the NumberList field's value.

func (*NumberListInput) SetNumberPoolNo

func (s *NumberListInput) SetNumberPoolNo(v string) *NumberListInput

SetNumberPoolNo sets the NumberPoolNo field's value.

func (*NumberListInput) SetNumberPoolTypeCode

func (s *NumberListInput) SetNumberPoolTypeCode(v int32) *NumberListInput

SetNumberPoolTypeCode sets the NumberPoolTypeCode field's value.

func (*NumberListInput) SetNumberStatusCode

func (s *NumberListInput) SetNumberStatusCode(v int32) *NumberListInput

SetNumberStatusCode sets the NumberStatusCode field's value.

func (*NumberListInput) SetNumberTypeCode

func (s *NumberListInput) SetNumberTypeCode(v int32) *NumberListInput

SetNumberTypeCode sets the NumberTypeCode field's value.

func (*NumberListInput) SetOffset

func (s *NumberListInput) SetOffset(v int32) *NumberListInput

SetOffset sets the Offset field's value.

func (NumberListInput) String

func (s NumberListInput) String() string

String returns the string representation

type NumberListOutput

type NumberListOutput struct {
	Metadata *response.ResponseMetadata

	Limit *int32 `type:"int32" json:",omitempty"`

	Offset *int32 `type:"int32" json:",omitempty"`

	Records []*RecordForNumberListOutput `type:"list" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NumberListOutput) GoString

func (s NumberListOutput) GoString() string

GoString returns the string representation

func (*NumberListOutput) SetLimit

func (s *NumberListOutput) SetLimit(v int32) *NumberListOutput

SetLimit sets the Limit field's value.

func (*NumberListOutput) SetOffset

func (s *NumberListOutput) SetOffset(v int32) *NumberListOutput

SetOffset sets the Offset field's value.

func (*NumberListOutput) SetRecords

SetRecords sets the Records field's value.

func (*NumberListOutput) SetTotal

func (s *NumberListOutput) SetTotal(v int32) *NumberListOutput

SetTotal sets the Total field's value.

func (NumberListOutput) String

func (s NumberListOutput) String() string

String returns the string representation

type NumberPoolListInput

type NumberPoolListInput struct {
	Limit *int32 `type:"int32" json:",omitempty"`

	NumberPoolName *string `type:"string" json:",omitempty"`

	NumberPoolNo *string `type:"string" json:",omitempty"`

	Offset *int32 `type:"int32" json:",omitempty"`

	ServiceType *int32 `type:"int32" json:",omitempty"`

	SubServiceType *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NumberPoolListInput) GoString

func (s NumberPoolListInput) GoString() string

GoString returns the string representation

func (*NumberPoolListInput) SetLimit

SetLimit sets the Limit field's value.

func (*NumberPoolListInput) SetNumberPoolName

func (s *NumberPoolListInput) SetNumberPoolName(v string) *NumberPoolListInput

SetNumberPoolName sets the NumberPoolName field's value.

func (*NumberPoolListInput) SetNumberPoolNo

func (s *NumberPoolListInput) SetNumberPoolNo(v string) *NumberPoolListInput

SetNumberPoolNo sets the NumberPoolNo field's value.

func (*NumberPoolListInput) SetOffset

SetOffset sets the Offset field's value.

func (*NumberPoolListInput) SetServiceType

func (s *NumberPoolListInput) SetServiceType(v int32) *NumberPoolListInput

SetServiceType sets the ServiceType field's value.

func (*NumberPoolListInput) SetSubServiceType

func (s *NumberPoolListInput) SetSubServiceType(v int32) *NumberPoolListInput

SetSubServiceType sets the SubServiceType field's value.

func (NumberPoolListInput) String

func (s NumberPoolListInput) String() string

String returns the string representation

type NumberPoolListOutput

type NumberPoolListOutput struct {
	Metadata *response.ResponseMetadata

	Limit *int32 `type:"int32" json:",omitempty"`

	Offset *int32 `type:"int32" json:",omitempty"`

	Records []*RecordForNumberPoolListOutput `type:"list" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (NumberPoolListOutput) GoString

func (s NumberPoolListOutput) GoString() string

GoString returns the string representation

func (*NumberPoolListOutput) SetLimit

SetLimit sets the Limit field's value.

func (*NumberPoolListOutput) SetOffset

SetOffset sets the Offset field's value.

func (*NumberPoolListOutput) SetRecords

SetRecords sets the Records field's value.

func (*NumberPoolListOutput) SetTotal

SetTotal sets the Total field's value.

func (NumberPoolListOutput) String

func (s NumberPoolListOutput) String() string

String returns the string representation

type OpenCreateTtsInput

type OpenCreateTtsInput struct {

	// Name is a required field
	Name *string `type:"string" json:",omitempty" required:"true"`

	Remark *string `max:"255" type:"string" json:",omitempty"`

	TtsTemplateContent *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OpenCreateTtsInput) GoString

func (s OpenCreateTtsInput) GoString() string

GoString returns the string representation

func (*OpenCreateTtsInput) SetName

SetName sets the Name field's value.

func (*OpenCreateTtsInput) SetRemark

func (s *OpenCreateTtsInput) SetRemark(v string) *OpenCreateTtsInput

SetRemark sets the Remark field's value.

func (*OpenCreateTtsInput) SetTtsTemplateContent

func (s *OpenCreateTtsInput) SetTtsTemplateContent(v string) *OpenCreateTtsInput

SetTtsTemplateContent sets the TtsTemplateContent field's value.

func (OpenCreateTtsInput) String

func (s OpenCreateTtsInput) String() string

String returns the string representation

func (*OpenCreateTtsInput) Validate

func (s *OpenCreateTtsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OpenCreateTtsOutput

type OpenCreateTtsOutput struct {
	Metadata *response.ResponseMetadata

	Name *string `type:"string" json:",omitempty"`

	ResourceKey *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OpenCreateTtsOutput) GoString

func (s OpenCreateTtsOutput) GoString() string

GoString returns the string representation

func (*OpenCreateTtsOutput) SetName

SetName sets the Name field's value.

func (*OpenCreateTtsOutput) SetResourceKey

func (s *OpenCreateTtsOutput) SetResourceKey(v string) *OpenCreateTtsOutput

SetResourceKey sets the ResourceKey field's value.

func (OpenCreateTtsOutput) String

func (s OpenCreateTtsOutput) String() string

String returns the string representation

type OpenDeleteResourceInput

type OpenDeleteResourceInput struct {

	// ResourceKey is a required field
	ResourceKey *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (OpenDeleteResourceInput) GoString

func (s OpenDeleteResourceInput) GoString() string

GoString returns the string representation

func (*OpenDeleteResourceInput) SetResourceKey

SetResourceKey sets the ResourceKey field's value.

func (OpenDeleteResourceInput) String

func (s OpenDeleteResourceInput) String() string

String returns the string representation

func (*OpenDeleteResourceInput) Validate

func (s *OpenDeleteResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OpenDeleteResourceOutput

type OpenDeleteResourceOutput struct {
	Metadata *response.ResponseMetadata

	ResourceKey *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OpenDeleteResourceOutput) GoString

func (s OpenDeleteResourceOutput) GoString() string

GoString returns the string representation

func (*OpenDeleteResourceOutput) SetResourceKey

SetResourceKey sets the ResourceKey field's value.

func (OpenDeleteResourceOutput) String

func (s OpenDeleteResourceOutput) String() string

String returns the string representation

type OpenUpdateResourceInput

type OpenUpdateResourceInput struct {

	// Name is a required field
	Name *string `type:"string" json:",omitempty" required:"true"`

	// ResourceKey is a required field
	ResourceKey *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (OpenUpdateResourceInput) GoString

func (s OpenUpdateResourceInput) GoString() string

GoString returns the string representation

func (*OpenUpdateResourceInput) SetName

SetName sets the Name field's value.

func (*OpenUpdateResourceInput) SetResourceKey

SetResourceKey sets the ResourceKey field's value.

func (OpenUpdateResourceInput) String

func (s OpenUpdateResourceInput) String() string

String returns the string representation

func (*OpenUpdateResourceInput) Validate

func (s *OpenUpdateResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type OpenUpdateResourceOutput

type OpenUpdateResourceOutput struct {
	Metadata *response.ResponseMetadata

	Name *string `type:"string" json:",omitempty"`

	ResourceKey *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (OpenUpdateResourceOutput) GoString

func (s OpenUpdateResourceOutput) GoString() string

GoString returns the string representation

func (*OpenUpdateResourceOutput) SetName

SetName sets the Name field's value.

func (*OpenUpdateResourceOutput) SetResourceKey

SetResourceKey sets the ResourceKey field's value.

func (OpenUpdateResourceOutput) String

func (s OpenUpdateResourceOutput) String() string

String returns the string representation

type PauseTaskInput

type PauseTaskInput struct {

	// TaskOpenId is a required field
	TaskOpenId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (PauseTaskInput) GoString

func (s PauseTaskInput) GoString() string

GoString returns the string representation

func (*PauseTaskInput) SetTaskOpenId

func (s *PauseTaskInput) SetTaskOpenId(v string) *PauseTaskInput

SetTaskOpenId sets the TaskOpenId field's value.

func (PauseTaskInput) String

func (s PauseTaskInput) String() string

String returns the string representation

func (*PauseTaskInput) Validate

func (s *PauseTaskInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PauseTaskOutput

type PauseTaskOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (PauseTaskOutput) GoString

func (s PauseTaskOutput) GoString() string

GoString returns the string representation

func (PauseTaskOutput) String

func (s PauseTaskOutput) String() string

String returns the string representation

type PhoneListForBatchAppendInput

type PhoneListForBatchAppendInput struct {
	Ext *string `max:"255" type:"string" json:",omitempty"`

	Phone *string `type:"string" json:",omitempty"`

	PhoneParamJson *string `type:"string" json:",omitempty"`

	SmsParamJson *string `type:"string" json:",omitempty"`

	TtsContent *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PhoneListForBatchAppendInput) GoString

func (s PhoneListForBatchAppendInput) GoString() string

GoString returns the string representation

func (*PhoneListForBatchAppendInput) SetExt

SetExt sets the Ext field's value.

func (*PhoneListForBatchAppendInput) SetPhone

SetPhone sets the Phone field's value.

func (*PhoneListForBatchAppendInput) SetPhoneParamJson

SetPhoneParamJson sets the PhoneParamJson field's value.

func (*PhoneListForBatchAppendInput) SetSmsParamJson

SetSmsParamJson sets the SmsParamJson field's value.

func (*PhoneListForBatchAppendInput) SetTtsContent

SetTtsContent sets the TtsContent field's value.

func (PhoneListForBatchAppendInput) String

String returns the string representation

func (*PhoneListForBatchAppendInput) Validate

func (s *PhoneListForBatchAppendInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type PhoneListForCreateTaskInput

type PhoneListForCreateTaskInput struct {
	Ext *string `max:"255" type:"string" json:",omitempty"`

	Phone *string `type:"string" json:",omitempty"`

	PhoneParamJson *string `type:"string" json:",omitempty"`

	SmsParamJson *string `type:"string" json:",omitempty"`

	TtsContent *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (PhoneListForCreateTaskInput) GoString

func (s PhoneListForCreateTaskInput) GoString() string

GoString returns the string representation

func (*PhoneListForCreateTaskInput) SetExt

SetExt sets the Ext field's value.

func (*PhoneListForCreateTaskInput) SetPhone

SetPhone sets the Phone field's value.

func (*PhoneListForCreateTaskInput) SetPhoneParamJson

SetPhoneParamJson sets the PhoneParamJson field's value.

func (*PhoneListForCreateTaskInput) SetSmsParamJson

SetSmsParamJson sets the SmsParamJson field's value.

func (*PhoneListForCreateTaskInput) SetTtsContent

SetTtsContent sets the TtsContent field's value.

func (PhoneListForCreateTaskInput) String

String returns the string representation

func (*PhoneListForCreateTaskInput) Validate

func (s *PhoneListForCreateTaskInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type QualificationAdminInfoFormDOForAddQualificationInput

type QualificationAdminInfoFormDOForAddQualificationInput struct {
	ContactNumber *string `type:"string" json:",omitempty"`

	IdCardFrontPhotoFileCode *string `type:"string" json:",omitempty"`

	IdCardNumber *string `type:"string" json:",omitempty"`

	IdCardPhotoWithPeopleFileCode *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (QualificationAdminInfoFormDOForAddQualificationInput) GoString

GoString returns the string representation

func (*QualificationAdminInfoFormDOForAddQualificationInput) SetContactNumber

SetContactNumber sets the ContactNumber field's value.

func (*QualificationAdminInfoFormDOForAddQualificationInput) SetIdCardFrontPhotoFileCode

SetIdCardFrontPhotoFileCode sets the IdCardFrontPhotoFileCode field's value.

func (*QualificationAdminInfoFormDOForAddQualificationInput) SetIdCardNumber

SetIdCardNumber sets the IdCardNumber field's value.

func (*QualificationAdminInfoFormDOForAddQualificationInput) SetIdCardPhotoWithPeopleFileCode

SetIdCardPhotoWithPeopleFileCode sets the IdCardPhotoWithPeopleFileCode field's value.

func (*QualificationAdminInfoFormDOForAddQualificationInput) SetName

SetName sets the Name field's value.

func (QualificationAdminInfoFormDOForAddQualificationInput) String

String returns the string representation

type QualificationAdminInfoFormDOForUpdateQualificationInput

type QualificationAdminInfoFormDOForUpdateQualificationInput struct {
	ContactNumber *string `type:"string" json:",omitempty"`

	IdCardFrontPhotoFileCode *string `type:"string" json:",omitempty"`

	IdCardNumber *string `type:"string" json:",omitempty"`

	IdCardPhotoWithPeopleFileCode *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (QualificationAdminInfoFormDOForUpdateQualificationInput) GoString

GoString returns the string representation

func (*QualificationAdminInfoFormDOForUpdateQualificationInput) SetContactNumber

SetContactNumber sets the ContactNumber field's value.

func (*QualificationAdminInfoFormDOForUpdateQualificationInput) SetIdCardFrontPhotoFileCode

SetIdCardFrontPhotoFileCode sets the IdCardFrontPhotoFileCode field's value.

func (*QualificationAdminInfoFormDOForUpdateQualificationInput) SetIdCardNumber

SetIdCardNumber sets the IdCardNumber field's value.

func (*QualificationAdminInfoFormDOForUpdateQualificationInput) SetIdCardPhotoWithPeopleFileCode

SetIdCardPhotoWithPeopleFileCode sets the IdCardPhotoWithPeopleFileCode field's value.

func (*QualificationAdminInfoFormDOForUpdateQualificationInput) SetName

SetName sets the Name field's value.

func (QualificationAdminInfoFormDOForUpdateQualificationInput) String

String returns the string representation

type QualificationAdminInfoVOForQueryQualificationOutput

type QualificationAdminInfoVOForQueryQualificationOutput struct {
	ContactNumber *string `type:"string" json:",omitempty"`

	IdCardFrontPhotoURL *string `type:"string" json:",omitempty"`

	IdCardNumber *string `type:"string" json:",omitempty"`

	IdCardPhotoWithPeopleURL *string `type:"string" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (QualificationAdminInfoVOForQueryQualificationOutput) GoString

GoString returns the string representation

func (*QualificationAdminInfoVOForQueryQualificationOutput) SetContactNumber

SetContactNumber sets the ContactNumber field's value.

func (*QualificationAdminInfoVOForQueryQualificationOutput) SetIdCardFrontPhotoURL

SetIdCardFrontPhotoURL sets the IdCardFrontPhotoURL field's value.

func (*QualificationAdminInfoVOForQueryQualificationOutput) SetIdCardNumber

SetIdCardNumber sets the IdCardNumber field's value.

func (*QualificationAdminInfoVOForQueryQualificationOutput) SetIdCardPhotoWithPeopleURL

SetIdCardPhotoWithPeopleURL sets the IdCardPhotoWithPeopleURL field's value.

func (*QualificationAdminInfoVOForQueryQualificationOutput) SetName

SetName sets the Name field's value.

func (QualificationAdminInfoVOForQueryQualificationOutput) String

String returns the string representation

type QualificationMainInfoFormDOForAddQualificationInput

type QualificationMainInfoFormDOForAddQualificationInput struct {
	BusinessLicensePhotoFileCode *string `type:"string" json:",omitempty"`

	CertificateOfTaxationRegistrationPhotoFileCode *string `type:"string" json:",omitempty"`

	CertificateThreeInOne *int32 `type:"int32" json:",omitempty"`

	CommitmentLetterOfNetAccessPhotoFileCode *string `type:"string" json:",omitempty"`

	DocOfNumberApplyPhotoFileCode *string `type:"string" json:",omitempty"`

	EnterpriseAddress *string `type:"string" json:",omitempty"`

	LegalRepresentativeFrontIdPhotoFileCode *string `type:"string" json:",omitempty"`

	LegalRepresentativeId *string `type:"string" json:",omitempty"`

	LegalRepresentativeName *string `type:"string" json:",omitempty"`

	QualificationEntity *string `type:"string" json:",omitempty"`

	QualificationNo *string `type:"string" json:",omitempty"`

	ThreeInOneBusinessLicensePhotoFileCode *string `type:"string" json:",omitempty"`

	UnitSocialCreditCode *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (QualificationMainInfoFormDOForAddQualificationInput) GoString

GoString returns the string representation

func (*QualificationMainInfoFormDOForAddQualificationInput) SetBusinessLicensePhotoFileCode

SetBusinessLicensePhotoFileCode sets the BusinessLicensePhotoFileCode field's value.

func (*QualificationMainInfoFormDOForAddQualificationInput) SetCertificateOfTaxationRegistrationPhotoFileCode

SetCertificateOfTaxationRegistrationPhotoFileCode sets the CertificateOfTaxationRegistrationPhotoFileCode field's value.

func (*QualificationMainInfoFormDOForAddQualificationInput) SetCertificateThreeInOne

SetCertificateThreeInOne sets the CertificateThreeInOne field's value.

func (*QualificationMainInfoFormDOForAddQualificationInput) SetCommitmentLetterOfNetAccessPhotoFileCode

SetCommitmentLetterOfNetAccessPhotoFileCode sets the CommitmentLetterOfNetAccessPhotoFileCode field's value.

func (*QualificationMainInfoFormDOForAddQualificationInput) SetDocOfNumberApplyPhotoFileCode

SetDocOfNumberApplyPhotoFileCode sets the DocOfNumberApplyPhotoFileCode field's value.

func (*QualificationMainInfoFormDOForAddQualificationInput) SetEnterpriseAddress

SetEnterpriseAddress sets the EnterpriseAddress field's value.

func (*QualificationMainInfoFormDOForAddQualificationInput) SetLegalRepresentativeFrontIdPhotoFileCode

SetLegalRepresentativeFrontIdPhotoFileCode sets the LegalRepresentativeFrontIdPhotoFileCode field's value.

func (*QualificationMainInfoFormDOForAddQualificationInput) SetLegalRepresentativeId

SetLegalRepresentativeId sets the LegalRepresentativeId field's value.

func (*QualificationMainInfoFormDOForAddQualificationInput) SetLegalRepresentativeName

SetLegalRepresentativeName sets the LegalRepresentativeName field's value.

func (*QualificationMainInfoFormDOForAddQualificationInput) SetQualificationEntity

SetQualificationEntity sets the QualificationEntity field's value.

func (*QualificationMainInfoFormDOForAddQualificationInput) SetQualificationNo

SetQualificationNo sets the QualificationNo field's value.

func (*QualificationMainInfoFormDOForAddQualificationInput) SetThreeInOneBusinessLicensePhotoFileCode

SetThreeInOneBusinessLicensePhotoFileCode sets the ThreeInOneBusinessLicensePhotoFileCode field's value.

func (*QualificationMainInfoFormDOForAddQualificationInput) SetUnitSocialCreditCode

SetUnitSocialCreditCode sets the UnitSocialCreditCode field's value.

func (QualificationMainInfoFormDOForAddQualificationInput) String

String returns the string representation

type QualificationMainInfoFormDOForUpdateQualificationInput

type QualificationMainInfoFormDOForUpdateQualificationInput struct {
	BusinessLicensePhotoFileCode *string `type:"string" json:",omitempty"`

	CertificateOfTaxationRegistrationPhotoFileCode *string `type:"string" json:",omitempty"`

	CertificateThreeInOne *int32 `type:"int32" json:",omitempty"`

	CommitmentLetterOfNetAccessPhotoFileCode *string `type:"string" json:",omitempty"`

	DocOfNumberApplyPhotoFileCode *string `type:"string" json:",omitempty"`

	EnterpriseAddress *string `type:"string" json:",omitempty"`

	LegalRepresentativeFrontIdPhotoFileCode *string `type:"string" json:",omitempty"`

	LegalRepresentativeId *string `type:"string" json:",omitempty"`

	LegalRepresentativeName *string `type:"string" json:",omitempty"`

	QualificationEntity *string `type:"string" json:",omitempty"`

	QualificationNo *string `type:"string" json:",omitempty"`

	ThreeInOneBusinessLicensePhotoFileCode *string `type:"string" json:",omitempty"`

	UnitSocialCreditCode *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (QualificationMainInfoFormDOForUpdateQualificationInput) GoString

GoString returns the string representation

func (*QualificationMainInfoFormDOForUpdateQualificationInput) SetBusinessLicensePhotoFileCode

SetBusinessLicensePhotoFileCode sets the BusinessLicensePhotoFileCode field's value.

func (*QualificationMainInfoFormDOForUpdateQualificationInput) SetCertificateOfTaxationRegistrationPhotoFileCode

SetCertificateOfTaxationRegistrationPhotoFileCode sets the CertificateOfTaxationRegistrationPhotoFileCode field's value.

func (*QualificationMainInfoFormDOForUpdateQualificationInput) SetCertificateThreeInOne

SetCertificateThreeInOne sets the CertificateThreeInOne field's value.

func (*QualificationMainInfoFormDOForUpdateQualificationInput) SetCommitmentLetterOfNetAccessPhotoFileCode

SetCommitmentLetterOfNetAccessPhotoFileCode sets the CommitmentLetterOfNetAccessPhotoFileCode field's value.

func (*QualificationMainInfoFormDOForUpdateQualificationInput) SetDocOfNumberApplyPhotoFileCode

SetDocOfNumberApplyPhotoFileCode sets the DocOfNumberApplyPhotoFileCode field's value.

func (*QualificationMainInfoFormDOForUpdateQualificationInput) SetEnterpriseAddress

SetEnterpriseAddress sets the EnterpriseAddress field's value.

func (*QualificationMainInfoFormDOForUpdateQualificationInput) SetLegalRepresentativeFrontIdPhotoFileCode

SetLegalRepresentativeFrontIdPhotoFileCode sets the LegalRepresentativeFrontIdPhotoFileCode field's value.

func (*QualificationMainInfoFormDOForUpdateQualificationInput) SetLegalRepresentativeId

SetLegalRepresentativeId sets the LegalRepresentativeId field's value.

func (*QualificationMainInfoFormDOForUpdateQualificationInput) SetLegalRepresentativeName

SetLegalRepresentativeName sets the LegalRepresentativeName field's value.

func (*QualificationMainInfoFormDOForUpdateQualificationInput) SetQualificationEntity

SetQualificationEntity sets the QualificationEntity field's value.

func (*QualificationMainInfoFormDOForUpdateQualificationInput) SetQualificationNo

SetQualificationNo sets the QualificationNo field's value.

func (*QualificationMainInfoFormDOForUpdateQualificationInput) SetThreeInOneBusinessLicensePhotoFileCode

SetThreeInOneBusinessLicensePhotoFileCode sets the ThreeInOneBusinessLicensePhotoFileCode field's value.

func (*QualificationMainInfoFormDOForUpdateQualificationInput) SetUnitSocialCreditCode

SetUnitSocialCreditCode sets the UnitSocialCreditCode field's value.

func (QualificationMainInfoFormDOForUpdateQualificationInput) String

String returns the string representation

type QualificationMainInfoVOForQueryQualificationOutput

type QualificationMainInfoVOForQueryQualificationOutput struct {
	AccountId *string `type:"string" json:",omitempty"`

	ApprovalDoneReason *string `type:"string" json:",omitempty"`

	ApprovalStatus *int32 `type:"int32" json:",omitempty"`

	BusinessLicensePhotoURL *string `type:"string" json:",omitempty"`

	CertificateOfTaxationRegistrationPhotoURL *string `type:"string" json:",omitempty"`

	CertificateThreeInOne *int32 `type:"int32" json:",omitempty"`

	CommitmentLetterOfNetAccessPhotoURL *string `type:"string" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	DocOfNumberApplyPhotoURL *string `type:"string" json:",omitempty"`

	EnterpriseAddress *string `type:"string" json:",omitempty"`

	LegalRepresentativeFrontIDPhotoURL *string `type:"string" json:",omitempty"`

	LegalRepresentativeId *string `type:"string" json:",omitempty"`

	LegalRepresentativeName *string `type:"string" json:",omitempty"`

	QualificationEntity *string `type:"string" json:",omitempty"`

	QualificationId *int32 `type:"int32" json:",omitempty"`

	QualificationNo *string `type:"string" json:",omitempty"`

	ThreeInOneBusinessLicensePhotoURL *string `type:"string" json:",omitempty"`

	UnitSocialCreditCode *string `type:"string" json:",omitempty"`

	UpdateTime *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (QualificationMainInfoVOForQueryQualificationOutput) GoString

GoString returns the string representation

func (*QualificationMainInfoVOForQueryQualificationOutput) SetAccountId

SetAccountId sets the AccountId field's value.

func (*QualificationMainInfoVOForQueryQualificationOutput) SetApprovalDoneReason

SetApprovalDoneReason sets the ApprovalDoneReason field's value.

func (*QualificationMainInfoVOForQueryQualificationOutput) SetApprovalStatus

SetApprovalStatus sets the ApprovalStatus field's value.

func (*QualificationMainInfoVOForQueryQualificationOutput) SetBusinessLicensePhotoURL

SetBusinessLicensePhotoURL sets the BusinessLicensePhotoURL field's value.

func (*QualificationMainInfoVOForQueryQualificationOutput) SetCertificateOfTaxationRegistrationPhotoURL

SetCertificateOfTaxationRegistrationPhotoURL sets the CertificateOfTaxationRegistrationPhotoURL field's value.

func (*QualificationMainInfoVOForQueryQualificationOutput) SetCertificateThreeInOne

SetCertificateThreeInOne sets the CertificateThreeInOne field's value.

func (*QualificationMainInfoVOForQueryQualificationOutput) SetCommitmentLetterOfNetAccessPhotoURL

SetCommitmentLetterOfNetAccessPhotoURL sets the CommitmentLetterOfNetAccessPhotoURL field's value.

func (*QualificationMainInfoVOForQueryQualificationOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*QualificationMainInfoVOForQueryQualificationOutput) SetDocOfNumberApplyPhotoURL

SetDocOfNumberApplyPhotoURL sets the DocOfNumberApplyPhotoURL field's value.

func (*QualificationMainInfoVOForQueryQualificationOutput) SetEnterpriseAddress

SetEnterpriseAddress sets the EnterpriseAddress field's value.

func (*QualificationMainInfoVOForQueryQualificationOutput) SetLegalRepresentativeFrontIDPhotoURL

SetLegalRepresentativeFrontIDPhotoURL sets the LegalRepresentativeFrontIDPhotoURL field's value.

func (*QualificationMainInfoVOForQueryQualificationOutput) SetLegalRepresentativeId

SetLegalRepresentativeId sets the LegalRepresentativeId field's value.

func (*QualificationMainInfoVOForQueryQualificationOutput) SetLegalRepresentativeName

SetLegalRepresentativeName sets the LegalRepresentativeName field's value.

func (*QualificationMainInfoVOForQueryQualificationOutput) SetQualificationEntity

SetQualificationEntity sets the QualificationEntity field's value.

func (*QualificationMainInfoVOForQueryQualificationOutput) SetQualificationId

SetQualificationId sets the QualificationId field's value.

func (*QualificationMainInfoVOForQueryQualificationOutput) SetQualificationNo

SetQualificationNo sets the QualificationNo field's value.

func (*QualificationMainInfoVOForQueryQualificationOutput) SetThreeInOneBusinessLicensePhotoURL

SetThreeInOneBusinessLicensePhotoURL sets the ThreeInOneBusinessLicensePhotoURL field's value.

func (*QualificationMainInfoVOForQueryQualificationOutput) SetUnitSocialCreditCode

SetUnitSocialCreditCode sets the UnitSocialCreditCode field's value.

func (*QualificationMainInfoVOForQueryQualificationOutput) SetUpdateTime

SetUpdateTime sets the UpdateTime field's value.

func (QualificationMainInfoVOForQueryQualificationOutput) String

String returns the string representation

type QualificationScenarioInfoFormDOListForAddQualificationInput

type QualificationScenarioInfoFormDOListForAddQualificationInput struct {
	Description *string `type:"string" json:",omitempty"`

	QualificationId *int32 `type:"int32" json:",omitempty"`

	QualificationNo *string `type:"string" json:",omitempty"`

	ScenarioOfCalling *string `type:"string" json:",omitempty"`

	SceneType *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (QualificationScenarioInfoFormDOListForAddQualificationInput) GoString

GoString returns the string representation

func (*QualificationScenarioInfoFormDOListForAddQualificationInput) SetDescription

SetDescription sets the Description field's value.

func (*QualificationScenarioInfoFormDOListForAddQualificationInput) SetQualificationId

SetQualificationId sets the QualificationId field's value.

func (*QualificationScenarioInfoFormDOListForAddQualificationInput) SetQualificationNo

SetQualificationNo sets the QualificationNo field's value.

func (*QualificationScenarioInfoFormDOListForAddQualificationInput) SetScenarioOfCalling

SetScenarioOfCalling sets the ScenarioOfCalling field's value.

func (*QualificationScenarioInfoFormDOListForAddQualificationInput) SetSceneType

SetSceneType sets the SceneType field's value.

func (QualificationScenarioInfoFormDOListForAddQualificationInput) String

String returns the string representation

type QualificationScenarioInfoFormDOListForUpdateQualificationInput

type QualificationScenarioInfoFormDOListForUpdateQualificationInput struct {
	Description *string `type:"string" json:",omitempty"`

	QualificationId *int32 `type:"int32" json:",omitempty"`

	QualificationNo *string `type:"string" json:",omitempty"`

	ScenarioOfCalling *string `type:"string" json:",omitempty"`

	SceneType *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (QualificationScenarioInfoFormDOListForUpdateQualificationInput) GoString

GoString returns the string representation

func (*QualificationScenarioInfoFormDOListForUpdateQualificationInput) SetDescription

SetDescription sets the Description field's value.

func (*QualificationScenarioInfoFormDOListForUpdateQualificationInput) SetQualificationId

SetQualificationId sets the QualificationId field's value.

func (*QualificationScenarioInfoFormDOListForUpdateQualificationInput) SetQualificationNo

SetQualificationNo sets the QualificationNo field's value.

func (*QualificationScenarioInfoFormDOListForUpdateQualificationInput) SetScenarioOfCalling

SetScenarioOfCalling sets the ScenarioOfCalling field's value.

func (*QualificationScenarioInfoFormDOListForUpdateQualificationInput) SetSceneType

SetSceneType sets the SceneType field's value.

func (QualificationScenarioInfoFormDOListForUpdateQualificationInput) String

String returns the string representation

type QualificationScenarioInfoVOListForQueryQualificationOutput

type QualificationScenarioInfoVOListForQueryQualificationOutput struct {
	Description *string `type:"string" json:",omitempty"`

	ScenarioOfCalling *string `type:"string" json:",omitempty"`

	SceneType *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (QualificationScenarioInfoVOListForQueryQualificationOutput) GoString

GoString returns the string representation

func (*QualificationScenarioInfoVOListForQueryQualificationOutput) SetDescription

SetDescription sets the Description field's value.

func (*QualificationScenarioInfoVOListForQueryQualificationOutput) SetScenarioOfCalling

SetScenarioOfCalling sets the ScenarioOfCalling field's value.

func (*QualificationScenarioInfoVOListForQueryQualificationOutput) SetSceneType

SetSceneType sets the SceneType field's value.

func (QualificationScenarioInfoVOListForQueryQualificationOutput) String

String returns the string representation

type QueryAudioRecordFileUrlInput

type QueryAudioRecordFileUrlInput struct {

	// CallId is a required field
	CallId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (QueryAudioRecordFileUrlInput) GoString

func (s QueryAudioRecordFileUrlInput) GoString() string

GoString returns the string representation

func (*QueryAudioRecordFileUrlInput) SetCallId

SetCallId sets the CallId field's value.

func (QueryAudioRecordFileUrlInput) String

String returns the string representation

func (*QueryAudioRecordFileUrlInput) Validate

func (s *QueryAudioRecordFileUrlInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type QueryAudioRecordFileUrlOutput

type QueryAudioRecordFileUrlOutput struct {
	Metadata *response.ResponseMetadata

	AudioRecordFileUrl *string `type:"string"`

	AudioRecordLeftFileUrl *string `type:"string"`

	AudioRecordRightFileUrl *string `type:"string"`
	// contains filtered or unexported fields
}

func (QueryAudioRecordFileUrlOutput) GoString

GoString returns the string representation

func (*QueryAudioRecordFileUrlOutput) SetAudioRecordFileUrl

SetAudioRecordFileUrl sets the AudioRecordFileUrl field's value.

func (*QueryAudioRecordFileUrlOutput) SetAudioRecordLeftFileUrl

func (s *QueryAudioRecordFileUrlOutput) SetAudioRecordLeftFileUrl(v string) *QueryAudioRecordFileUrlOutput

SetAudioRecordLeftFileUrl sets the AudioRecordLeftFileUrl field's value.

func (*QueryAudioRecordFileUrlOutput) SetAudioRecordRightFileUrl

func (s *QueryAudioRecordFileUrlOutput) SetAudioRecordRightFileUrl(v string) *QueryAudioRecordFileUrlOutput

SetAudioRecordRightFileUrl sets the AudioRecordRightFileUrl field's value.

func (QueryAudioRecordFileUrlOutput) String

String returns the string representation

type QueryAudioRecordToTextFileUrlV2Input

type QueryAudioRecordToTextFileUrlV2Input struct {

	// CallIdList is a required field
	CallIdList *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (QueryAudioRecordToTextFileUrlV2Input) GoString

GoString returns the string representation

func (*QueryAudioRecordToTextFileUrlV2Input) SetCallIdList

SetCallIdList sets the CallIdList field's value.

func (QueryAudioRecordToTextFileUrlV2Input) String

String returns the string representation

func (*QueryAudioRecordToTextFileUrlV2Input) Validate

Validate inspects the fields of the type to determine if they are valid.

type QueryAudioRecordToTextFileUrlV2Output

type QueryAudioRecordToTextFileUrlV2Output struct {
	Metadata *response.ResponseMetadata

	Records []*RecordForQueryAudioRecordToTextFileUrlV2Output `type:"list"`
	// contains filtered or unexported fields
}

func (QueryAudioRecordToTextFileUrlV2Output) GoString

GoString returns the string representation

func (*QueryAudioRecordToTextFileUrlV2Output) SetRecords

SetRecords sets the Records field's value.

func (QueryAudioRecordToTextFileUrlV2Output) String

String returns the string representation

type QueryAuthInput

type QueryAuthInput struct {

	// Phone is a required field
	Phone *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (QueryAuthInput) GoString

func (s QueryAuthInput) GoString() string

GoString returns the string representation

func (*QueryAuthInput) SetPhone

func (s *QueryAuthInput) SetPhone(v string) *QueryAuthInput

SetPhone sets the Phone field's value.

func (QueryAuthInput) String

func (s QueryAuthInput) String() string

String returns the string representation

func (*QueryAuthInput) Validate

func (s *QueryAuthInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type QueryAuthOutput

type QueryAuthOutput struct {
	Metadata *response.ResponseMetadata

	FailReason *string `type:"string" json:",omitempty"`

	Status *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (QueryAuthOutput) GoString

func (s QueryAuthOutput) GoString() string

GoString returns the string representation

func (*QueryAuthOutput) SetFailReason

func (s *QueryAuthOutput) SetFailReason(v string) *QueryAuthOutput

SetFailReason sets the FailReason field's value.

func (*QueryAuthOutput) SetStatus

func (s *QueryAuthOutput) SetStatus(v int32) *QueryAuthOutput

SetStatus sets the Status field's value.

func (QueryAuthOutput) String

func (s QueryAuthOutput) String() string

String returns the string representation

type QueryCallRecordMsgV2Input

type QueryCallRecordMsgV2Input struct {

	// CallIdList is a required field
	CallIdList *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (QueryCallRecordMsgV2Input) GoString

func (s QueryCallRecordMsgV2Input) GoString() string

GoString returns the string representation

func (*QueryCallRecordMsgV2Input) SetCallIdList

SetCallIdList sets the CallIdList field's value.

func (QueryCallRecordMsgV2Input) String

func (s QueryCallRecordMsgV2Input) String() string

String returns the string representation

func (*QueryCallRecordMsgV2Input) Validate

func (s *QueryCallRecordMsgV2Input) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type QueryCallRecordMsgV2Output

type QueryCallRecordMsgV2Output struct {
	Metadata *response.ResponseMetadata

	Records []*RecordForQueryCallRecordMsgV2Output `type:"list"`
	// contains filtered or unexported fields
}

func (QueryCallRecordMsgV2Output) GoString

func (s QueryCallRecordMsgV2Output) GoString() string

GoString returns the string representation

func (*QueryCallRecordMsgV2Output) SetRecords

SetRecords sets the Records field's value.

func (QueryCallRecordMsgV2Output) String

String returns the string representation

type QueryOpenGetResourceInput

type QueryOpenGetResourceInput struct {
	Keyword *string `type:"string" json:",omitempty"`

	Limit *int32 `type:"int32" json:",omitempty"`

	Offset *int32 `type:"int32" json:",omitempty"`

	State *int32 `type:"int32" json:",omitempty"`

	// Type is a required field
	Type *int32 `type:"int32" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (QueryOpenGetResourceInput) GoString

func (s QueryOpenGetResourceInput) GoString() string

GoString returns the string representation

func (*QueryOpenGetResourceInput) SetKeyword

SetKeyword sets the Keyword field's value.

func (*QueryOpenGetResourceInput) SetLimit

SetLimit sets the Limit field's value.

func (*QueryOpenGetResourceInput) SetOffset

SetOffset sets the Offset field's value.

func (*QueryOpenGetResourceInput) SetState

SetState sets the State field's value.

func (*QueryOpenGetResourceInput) SetType

SetType sets the Type field's value.

func (QueryOpenGetResourceInput) String

func (s QueryOpenGetResourceInput) String() string

String returns the string representation

func (*QueryOpenGetResourceInput) Validate

func (s *QueryOpenGetResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type QueryOpenGetResourceOutput

type QueryOpenGetResourceOutput struct {
	Metadata *response.ResponseMetadata

	Limit *int32 `type:"int32" json:",omitempty"`

	Offset *int32 `type:"int32" json:",omitempty"`

	Records []*RecordForQueryOpenGetResourceOutput `type:"list" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (QueryOpenGetResourceOutput) GoString

func (s QueryOpenGetResourceOutput) GoString() string

GoString returns the string representation

func (*QueryOpenGetResourceOutput) SetLimit

SetLimit sets the Limit field's value.

func (*QueryOpenGetResourceOutput) SetOffset

SetOffset sets the Offset field's value.

func (*QueryOpenGetResourceOutput) SetRecords

SetRecords sets the Records field's value.

func (*QueryOpenGetResourceOutput) SetTotal

SetTotal sets the Total field's value.

func (QueryOpenGetResourceOutput) String

String returns the string representation

type QueryQualificationInput

type QueryQualificationInput struct {
	ApprovalStatus *int32 `type:"int32" json:",omitempty"`

	Limit *int32 `type:"int32" json:",omitempty"`

	Offset *int32 `type:"int32" json:",omitempty"`

	QualificationEntityQueryPattern *string `type:"string" json:",omitempty"`

	QualificationNoList []*string `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (QueryQualificationInput) GoString

func (s QueryQualificationInput) GoString() string

GoString returns the string representation

func (*QueryQualificationInput) SetApprovalStatus

func (s *QueryQualificationInput) SetApprovalStatus(v int32) *QueryQualificationInput

SetApprovalStatus sets the ApprovalStatus field's value.

func (*QueryQualificationInput) SetLimit

SetLimit sets the Limit field's value.

func (*QueryQualificationInput) SetOffset

SetOffset sets the Offset field's value.

func (*QueryQualificationInput) SetQualificationEntityQueryPattern

func (s *QueryQualificationInput) SetQualificationEntityQueryPattern(v string) *QueryQualificationInput

SetQualificationEntityQueryPattern sets the QualificationEntityQueryPattern field's value.

func (*QueryQualificationInput) SetQualificationNoList

func (s *QueryQualificationInput) SetQualificationNoList(v []*string) *QueryQualificationInput

SetQualificationNoList sets the QualificationNoList field's value.

func (QueryQualificationInput) String

func (s QueryQualificationInput) String() string

String returns the string representation

type QueryQualificationOutput

type QueryQualificationOutput struct {
	Metadata *response.ResponseMetadata

	Limit *int32 `type:"int32" json:",omitempty"`

	Offset *int32 `type:"int32" json:",omitempty"`

	Records []*RecordForQueryQualificationOutput `type:"list" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (QueryQualificationOutput) GoString

func (s QueryQualificationOutput) GoString() string

GoString returns the string representation

func (*QueryQualificationOutput) SetLimit

SetLimit sets the Limit field's value.

func (*QueryQualificationOutput) SetOffset

SetOffset sets the Offset field's value.

func (*QueryQualificationOutput) SetRecords

SetRecords sets the Records field's value.

func (*QueryQualificationOutput) SetTotal

SetTotal sets the Total field's value.

func (QueryQualificationOutput) String

func (s QueryQualificationOutput) String() string

String returns the string representation

type QuerySingleInfoInput

type QuerySingleInfoInput struct {

	// SingleOpenId is a required field
	SingleOpenId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (QuerySingleInfoInput) GoString

func (s QuerySingleInfoInput) GoString() string

GoString returns the string representation

func (*QuerySingleInfoInput) SetSingleOpenId

func (s *QuerySingleInfoInput) SetSingleOpenId(v string) *QuerySingleInfoInput

SetSingleOpenId sets the SingleOpenId field's value.

func (QuerySingleInfoInput) String

func (s QuerySingleInfoInput) String() string

String returns the string representation

func (*QuerySingleInfoInput) Validate

func (s *QuerySingleInfoInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type QuerySingleInfoOutput

type QuerySingleInfoOutput struct {
	Metadata *response.ResponseMetadata

	CallUuid *string `type:"string" json:",omitempty"`

	CreateTime *string `type:"string" json:",omitempty"`

	Duration *int32 `type:"int32" json:",omitempty"`

	Ext *string `type:"string" json:",omitempty"`

	Phone *string `type:"string" json:",omitempty"`

	ReleaseTime *string `type:"string" json:",omitempty"`

	ResourceKey *string `type:"string" json:",omitempty"`

	SingleOpenId *string `type:"string" json:",omitempty"`

	State *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (QuerySingleInfoOutput) GoString

func (s QuerySingleInfoOutput) GoString() string

GoString returns the string representation

func (*QuerySingleInfoOutput) SetCallUuid

SetCallUuid sets the CallUuid field's value.

func (*QuerySingleInfoOutput) SetCreateTime

func (s *QuerySingleInfoOutput) SetCreateTime(v string) *QuerySingleInfoOutput

SetCreateTime sets the CreateTime field's value.

func (*QuerySingleInfoOutput) SetDuration

SetDuration sets the Duration field's value.

func (*QuerySingleInfoOutput) SetExt

SetExt sets the Ext field's value.

func (*QuerySingleInfoOutput) SetPhone

SetPhone sets the Phone field's value.

func (*QuerySingleInfoOutput) SetReleaseTime

func (s *QuerySingleInfoOutput) SetReleaseTime(v string) *QuerySingleInfoOutput

SetReleaseTime sets the ReleaseTime field's value.

func (*QuerySingleInfoOutput) SetResourceKey

func (s *QuerySingleInfoOutput) SetResourceKey(v string) *QuerySingleInfoOutput

SetResourceKey sets the ResourceKey field's value.

func (*QuerySingleInfoOutput) SetSingleOpenId

func (s *QuerySingleInfoOutput) SetSingleOpenId(v string) *QuerySingleInfoOutput

SetSingleOpenId sets the SingleOpenId field's value.

func (*QuerySingleInfoOutput) SetState

SetState sets the State field's value.

func (QuerySingleInfoOutput) String

func (s QuerySingleInfoOutput) String() string

String returns the string representation

type QuerySubscriptionForListInput

type QuerySubscriptionForListInput struct {
	Limit *int32 `type:"int32" json:",omitempty"`

	NumberPoolNo *string `type:"string" json:",omitempty"`

	Offset *int32 `type:"int32" json:",omitempty"`

	OutId *string `type:"string" json:",omitempty"`

	PhoneNoA *string `type:"string" json:",omitempty"`

	PhoneNoB *string `type:"string" json:",omitempty"`

	PhoneNoX *string `type:"string" json:",omitempty"`

	PhoneNoY *string `type:"string" json:",omitempty"`

	Status *int32 `type:"int32" json:",omitempty"`

	SubId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (QuerySubscriptionForListInput) GoString

GoString returns the string representation

func (*QuerySubscriptionForListInput) SetLimit

SetLimit sets the Limit field's value.

func (*QuerySubscriptionForListInput) SetNumberPoolNo

SetNumberPoolNo sets the NumberPoolNo field's value.

func (*QuerySubscriptionForListInput) SetOffset

SetOffset sets the Offset field's value.

func (*QuerySubscriptionForListInput) SetOutId

SetOutId sets the OutId field's value.

func (*QuerySubscriptionForListInput) SetPhoneNoA

SetPhoneNoA sets the PhoneNoA field's value.

func (*QuerySubscriptionForListInput) SetPhoneNoB

SetPhoneNoB sets the PhoneNoB field's value.

func (*QuerySubscriptionForListInput) SetPhoneNoX

SetPhoneNoX sets the PhoneNoX field's value.

func (*QuerySubscriptionForListInput) SetPhoneNoY

SetPhoneNoY sets the PhoneNoY field's value.

func (*QuerySubscriptionForListInput) SetStatus

SetStatus sets the Status field's value.

func (*QuerySubscriptionForListInput) SetSubId

SetSubId sets the SubId field's value.

func (QuerySubscriptionForListInput) String

String returns the string representation

type QuerySubscriptionForListOutput

type QuerySubscriptionForListOutput struct {
	Metadata *response.ResponseMetadata

	Limit *int32 `type:"int32" json:",omitempty"`

	Offset *int32 `type:"int32" json:",omitempty"`

	Records []*RecordForQuerySubscriptionForListOutput `type:"list" json:",omitempty"`

	Total *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (QuerySubscriptionForListOutput) GoString

GoString returns the string representation

func (*QuerySubscriptionForListOutput) SetLimit

SetLimit sets the Limit field's value.

func (*QuerySubscriptionForListOutput) SetOffset

SetOffset sets the Offset field's value.

func (*QuerySubscriptionForListOutput) SetRecords

SetRecords sets the Records field's value.

func (*QuerySubscriptionForListOutput) SetTotal

SetTotal sets the Total field's value.

func (QuerySubscriptionForListOutput) String

String returns the string representation

type QuerySubscriptionInput

type QuerySubscriptionInput struct {

	// NumberPoolNo is a required field
	NumberPoolNo *string `type:"string" json:",omitempty" required:"true"`

	// SubId is a required field
	SubId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (QuerySubscriptionInput) GoString

func (s QuerySubscriptionInput) GoString() string

GoString returns the string representation

func (*QuerySubscriptionInput) SetNumberPoolNo

func (s *QuerySubscriptionInput) SetNumberPoolNo(v string) *QuerySubscriptionInput

SetNumberPoolNo sets the NumberPoolNo field's value.

func (*QuerySubscriptionInput) SetSubId

SetSubId sets the SubId field's value.

func (QuerySubscriptionInput) String

func (s QuerySubscriptionInput) String() string

String returns the string representation

func (*QuerySubscriptionInput) Validate

func (s *QuerySubscriptionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type QuerySubscriptionOutput

type QuerySubscriptionOutput struct {
	Metadata *response.ResponseMetadata

	CallDisplayType *int32 `type:"int32" json:",omitempty"`

	CallDisplayTypeName *string `type:"string" json:",omitempty"`

	EnableTime *int64 `type:"int64" json:",omitempty"`

	ExpireTime *int64 `type:"int64" json:",omitempty"`

	OutId *string `type:"string" json:",omitempty"`

	PhoneNoA *string `type:"string" json:",omitempty"`

	PhoneNoB *string `type:"string" json:",omitempty"`

	PhoneNoE *string `type:"string" json:",omitempty"`

	PhoneNoX *string `type:"string" json:",omitempty"`

	PhoneNoY *string `type:"string" json:",omitempty"`

	RecordFlag *int32 `type:"int32" json:",omitempty"`

	Status *int32 `type:"int32" json:",omitempty"`

	SubId *string `type:"string" json:",omitempty"`

	UserData *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (QuerySubscriptionOutput) GoString

func (s QuerySubscriptionOutput) GoString() string

GoString returns the string representation

func (*QuerySubscriptionOutput) SetCallDisplayType

func (s *QuerySubscriptionOutput) SetCallDisplayType(v int32) *QuerySubscriptionOutput

SetCallDisplayType sets the CallDisplayType field's value.

func (*QuerySubscriptionOutput) SetCallDisplayTypeName

func (s *QuerySubscriptionOutput) SetCallDisplayTypeName(v string) *QuerySubscriptionOutput

SetCallDisplayTypeName sets the CallDisplayTypeName field's value.

func (*QuerySubscriptionOutput) SetEnableTime

SetEnableTime sets the EnableTime field's value.

func (*QuerySubscriptionOutput) SetExpireTime

SetExpireTime sets the ExpireTime field's value.

func (*QuerySubscriptionOutput) SetOutId

SetOutId sets the OutId field's value.

func (*QuerySubscriptionOutput) SetPhoneNoA

SetPhoneNoA sets the PhoneNoA field's value.

func (*QuerySubscriptionOutput) SetPhoneNoB

SetPhoneNoB sets the PhoneNoB field's value.

func (*QuerySubscriptionOutput) SetPhoneNoE

SetPhoneNoE sets the PhoneNoE field's value.

func (*QuerySubscriptionOutput) SetPhoneNoX

SetPhoneNoX sets the PhoneNoX field's value.

func (*QuerySubscriptionOutput) SetPhoneNoY

SetPhoneNoY sets the PhoneNoY field's value.

func (*QuerySubscriptionOutput) SetRecordFlag

SetRecordFlag sets the RecordFlag field's value.

func (*QuerySubscriptionOutput) SetStatus

SetStatus sets the Status field's value.

func (*QuerySubscriptionOutput) SetSubId

SetSubId sets the SubId field's value.

func (*QuerySubscriptionOutput) SetUserData

SetUserData sets the UserData field's value.

func (QuerySubscriptionOutput) String

func (s QuerySubscriptionOutput) String() string

String returns the string representation

type QueryUsableResourceV2Input

type QueryUsableResourceV2Input struct {

	// Type is a required field
	Type *int32 `type:"int32" required:"true"`
	// contains filtered or unexported fields
}

func (QueryUsableResourceV2Input) GoString

func (s QueryUsableResourceV2Input) GoString() string

GoString returns the string representation

func (*QueryUsableResourceV2Input) SetType

SetType sets the Type field's value.

func (QueryUsableResourceV2Input) String

String returns the string representation

func (*QueryUsableResourceV2Input) Validate

func (s *QueryUsableResourceV2Input) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type QueryUsableResourceV2Output

type QueryUsableResourceV2Output struct {
	Metadata *response.ResponseMetadata

	Records []*RecordForQueryUsableResourceV2Output `type:"list"`
	// contains filtered or unexported fields
}

func (QueryUsableResourceV2Output) GoString

func (s QueryUsableResourceV2Output) GoString() string

GoString returns the string representation

func (*QueryUsableResourceV2Output) SetRecords

SetRecords sets the Records field's value.

func (QueryUsableResourceV2Output) String

String returns the string representation

type RecordForNumberListOutput

type RecordForNumberListOutput struct {
	CurrentBindCount *int32 `type:"int32" json:",omitempty"`

	Number *string `type:"string" json:",omitempty"`

	NumberLocation *string `type:"string" json:",omitempty"`

	NumberPoolName *string `type:"string" json:",omitempty"`

	NumberPoolNo *string `type:"string" json:",omitempty"`

	NumberPoolTypeCode *int32 `type:"int32" json:",omitempty"`

	NumberPoolTypeDesc *string `type:"string" json:",omitempty"`

	NumberPurchaseTime *string `type:"string" json:",omitempty"`

	NumberStatusCode *int32 `type:"int32" json:",omitempty"`

	NumberStatusDesc *string `type:"string" json:",omitempty"`

	NumberTypeCode *int32 `type:"int32" json:",omitempty"`

	NumberTypeDesc *string `type:"string" json:",omitempty"`

	QualificationNo *string `type:"string" json:",omitempty"`

	ServiceTypeCode *int32 `type:"int32" json:",omitempty"`

	ServiceTypeDesc *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RecordForNumberListOutput) GoString

func (s RecordForNumberListOutput) GoString() string

GoString returns the string representation

func (*RecordForNumberListOutput) SetCurrentBindCount

func (s *RecordForNumberListOutput) SetCurrentBindCount(v int32) *RecordForNumberListOutput

SetCurrentBindCount sets the CurrentBindCount field's value.

func (*RecordForNumberListOutput) SetNumber

SetNumber sets the Number field's value.

func (*RecordForNumberListOutput) SetNumberLocation

SetNumberLocation sets the NumberLocation field's value.

func (*RecordForNumberListOutput) SetNumberPoolName

SetNumberPoolName sets the NumberPoolName field's value.

func (*RecordForNumberListOutput) SetNumberPoolNo

SetNumberPoolNo sets the NumberPoolNo field's value.

func (*RecordForNumberListOutput) SetNumberPoolTypeCode

func (s *RecordForNumberListOutput) SetNumberPoolTypeCode(v int32) *RecordForNumberListOutput

SetNumberPoolTypeCode sets the NumberPoolTypeCode field's value.

func (*RecordForNumberListOutput) SetNumberPoolTypeDesc

func (s *RecordForNumberListOutput) SetNumberPoolTypeDesc(v string) *RecordForNumberListOutput

SetNumberPoolTypeDesc sets the NumberPoolTypeDesc field's value.

func (*RecordForNumberListOutput) SetNumberPurchaseTime

func (s *RecordForNumberListOutput) SetNumberPurchaseTime(v string) *RecordForNumberListOutput

SetNumberPurchaseTime sets the NumberPurchaseTime field's value.

func (*RecordForNumberListOutput) SetNumberStatusCode

func (s *RecordForNumberListOutput) SetNumberStatusCode(v int32) *RecordForNumberListOutput

SetNumberStatusCode sets the NumberStatusCode field's value.

func (*RecordForNumberListOutput) SetNumberStatusDesc

func (s *RecordForNumberListOutput) SetNumberStatusDesc(v string) *RecordForNumberListOutput

SetNumberStatusDesc sets the NumberStatusDesc field's value.

func (*RecordForNumberListOutput) SetNumberTypeCode

SetNumberTypeCode sets the NumberTypeCode field's value.

func (*RecordForNumberListOutput) SetNumberTypeDesc

SetNumberTypeDesc sets the NumberTypeDesc field's value.

func (*RecordForNumberListOutput) SetQualificationNo

SetQualificationNo sets the QualificationNo field's value.

func (*RecordForNumberListOutput) SetServiceTypeCode

func (s *RecordForNumberListOutput) SetServiceTypeCode(v int32) *RecordForNumberListOutput

SetServiceTypeCode sets the ServiceTypeCode field's value.

func (*RecordForNumberListOutput) SetServiceTypeDesc

SetServiceTypeDesc sets the ServiceTypeDesc field's value.

func (RecordForNumberListOutput) String

func (s RecordForNumberListOutput) String() string

String returns the string representation

type RecordForNumberPoolListOutput

type RecordForNumberPoolListOutput struct {
	NumberCount *int32 `type:"int32" json:",omitempty"`

	NumberPoolName *string `type:"string" json:",omitempty"`

	NumberPoolNo *string `type:"string" json:",omitempty"`

	ServiceType *int32 `type:"int32" json:",omitempty"`

	ServiceTypeName *string `type:"string" json:",omitempty"`

	SubServiceType *int32 `type:"int32" json:",omitempty"`

	SubServiceTypeName *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RecordForNumberPoolListOutput) GoString

GoString returns the string representation

func (*RecordForNumberPoolListOutput) SetNumberCount

SetNumberCount sets the NumberCount field's value.

func (*RecordForNumberPoolListOutput) SetNumberPoolName

SetNumberPoolName sets the NumberPoolName field's value.

func (*RecordForNumberPoolListOutput) SetNumberPoolNo

SetNumberPoolNo sets the NumberPoolNo field's value.

func (*RecordForNumberPoolListOutput) SetServiceType

SetServiceType sets the ServiceType field's value.

func (*RecordForNumberPoolListOutput) SetServiceTypeName

SetServiceTypeName sets the ServiceTypeName field's value.

func (*RecordForNumberPoolListOutput) SetSubServiceType

SetSubServiceType sets the SubServiceType field's value.

func (*RecordForNumberPoolListOutput) SetSubServiceTypeName

SetSubServiceTypeName sets the SubServiceTypeName field's value.

func (RecordForNumberPoolListOutput) String

String returns the string representation

type RecordForQueryAudioRecordToTextFileUrlV2Output

type RecordForQueryAudioRecordToTextFileUrlV2Output struct {
	AudioRecordToTextFileUrl *string `type:"string"`

	CallId *string `type:"string"`
	// contains filtered or unexported fields
}

func (RecordForQueryAudioRecordToTextFileUrlV2Output) GoString

GoString returns the string representation

func (*RecordForQueryAudioRecordToTextFileUrlV2Output) SetAudioRecordToTextFileUrl

SetAudioRecordToTextFileUrl sets the AudioRecordToTextFileUrl field's value.

func (*RecordForQueryAudioRecordToTextFileUrlV2Output) SetCallId

SetCallId sets the CallId field's value.

func (RecordForQueryAudioRecordToTextFileUrlV2Output) String

String returns the string representation

type RecordForQueryCallRecordMsgV2Output

type RecordForQueryCallRecordMsgV2Output struct {
	AccountId *string `type:"string"`

	AudioRecordFlag *int32 `type:"int32"`

	BeginCallTime *int64 `type:"int64"`

	BusinessLineId *int32 `type:"int32"`

	CallDisplayType *int32 `type:"int32"`

	CallId *string `type:"string"`

	CallResult *int32 `type:"int32"`

	CallRounds *int32 `type:"int32"`

	CallSlots *string `type:"string"`

	CallTimes *int32 `type:"int32"`

	CallType *int32 `type:"int32"`

	Callee *string `type:"string"`

	CalleeAnswerTime *int64 `type:"int64"`

	CalleeCallingTime *int64 `type:"int64"`

	CalleeCityCode *string `type:"string"`

	CalleeCountryIsoCode *string `type:"string"`

	CalleeProvinceCode *string `type:"string"`

	CalleeRingingTime *int64 `type:"int64"`

	CalleeShowNumber *string `type:"string"`

	CalleeShowNumberPoolNo *string `type:"string"`

	Caller *string `type:"string"`

	CallerAnswerTime *int64 `type:"int64"`

	CallerCallingTime *int64 `type:"int64"`

	CallerCityCode *string `type:"string"`

	CallerCountryIsoCode *string `type:"string"`

	CallerDuration *int32 `type:"int32"`

	CallerProvinceCode *string `type:"string"`

	CallerRingingTime *int64 `type:"int64"`

	CallerShowNumber *string `type:"string"`

	CallerShowNumberPoolNo *string `type:"string"`

	CdrCreateTime *int64 `type:"int64"`

	CdrType *int32 `type:"int32"`

	ClientTags []*string `type:"list"`

	Digits []*string `type:"list"`

	Effect *int32 `type:"int32"`

	EffectedSubId *string `type:"string"`

	EndTime *int64 `type:"int64"`

	Ext *string `type:"string"`

	IntegerentionGrading *string `type:"string"`

	IntegerentionGradingKey *string `type:"string"`

	MessageType *int32 `type:"int32"`

	NumberPoolNo *string `type:"string"`

	NumberPoolNoY *string `type:"string"`

	OutId *string `type:"string"`

	PhoneNoA *string `type:"string"`

	PhoneNoB *string `type:"string"`

	PhoneNoE *string `type:"string"`

	PhoneNoX *string `type:"string"`

	PhoneNoXCityCode *string `type:"string"`

	PhoneNoXCountryIsoCode *string `type:"string"`

	PhoneNoXProvinceCode *string `type:"string"`

	PhoneNoY *string `type:"string"`

	PhoneNoYCityCode *string `type:"string"`

	PhoneNoYCountryIsoCode *string `type:"string"`

	PhoneNoYProvinceCode *string `type:"string"`

	ReceiveTime *int64 `type:"int64"`

	ReleaseType *int32 `type:"int32"`

	RingTime *int64 `type:"int64"`

	SecretCallType *int32 `type:"int32"`

	SendTime *int64 `type:"int64"`

	ServiceType *int32 `type:"int32"`

	SessionId *string `type:"string"`

	SingleOpenId *string `type:"string"`

	SmsContent *string `type:"string"`

	SmsCount *int32 `type:"int32"`

	StartTime *int64 `type:"int64"`

	SubServiceType *int32 `type:"int32"`

	SubscriptionId *string `type:"string"`

	TaskOpenId *string `type:"string"`

	UserData *string `type:"string"`

	VerifyAnwser *string `type:"string"`

	VerifyCorrectAnwser *string `type:"string"`

	VerifyResult *int32 `type:"int32"`

	VerifyVoiceCode *string `type:"string"`
	// contains filtered or unexported fields
}

func (RecordForQueryCallRecordMsgV2Output) GoString

GoString returns the string representation

func (*RecordForQueryCallRecordMsgV2Output) SetAccountId

SetAccountId sets the AccountId field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetAudioRecordFlag

SetAudioRecordFlag sets the AudioRecordFlag field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetBeginCallTime

SetBeginCallTime sets the BeginCallTime field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetBusinessLineId

SetBusinessLineId sets the BusinessLineId field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetCallDisplayType

SetCallDisplayType sets the CallDisplayType field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetCallId

SetCallId sets the CallId field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetCallResult

SetCallResult sets the CallResult field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetCallRounds

SetCallRounds sets the CallRounds field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetCallSlots

SetCallSlots sets the CallSlots field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetCallTimes

SetCallTimes sets the CallTimes field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetCallType

SetCallType sets the CallType field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetCallee

SetCallee sets the Callee field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetCalleeAnswerTime

SetCalleeAnswerTime sets the CalleeAnswerTime field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetCalleeCallingTime

SetCalleeCallingTime sets the CalleeCallingTime field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetCalleeCityCode

SetCalleeCityCode sets the CalleeCityCode field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetCalleeCountryIsoCode

SetCalleeCountryIsoCode sets the CalleeCountryIsoCode field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetCalleeProvinceCode

SetCalleeProvinceCode sets the CalleeProvinceCode field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetCalleeRingingTime

SetCalleeRingingTime sets the CalleeRingingTime field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetCalleeShowNumber

SetCalleeShowNumber sets the CalleeShowNumber field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetCalleeShowNumberPoolNo

SetCalleeShowNumberPoolNo sets the CalleeShowNumberPoolNo field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetCaller

SetCaller sets the Caller field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetCallerAnswerTime

SetCallerAnswerTime sets the CallerAnswerTime field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetCallerCallingTime

SetCallerCallingTime sets the CallerCallingTime field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetCallerCityCode

SetCallerCityCode sets the CallerCityCode field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetCallerCountryIsoCode

SetCallerCountryIsoCode sets the CallerCountryIsoCode field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetCallerDuration

SetCallerDuration sets the CallerDuration field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetCallerProvinceCode

SetCallerProvinceCode sets the CallerProvinceCode field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetCallerRingingTime

SetCallerRingingTime sets the CallerRingingTime field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetCallerShowNumber

SetCallerShowNumber sets the CallerShowNumber field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetCallerShowNumberPoolNo

SetCallerShowNumberPoolNo sets the CallerShowNumberPoolNo field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetCdrCreateTime

SetCdrCreateTime sets the CdrCreateTime field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetCdrType

SetCdrType sets the CdrType field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetClientTags

SetClientTags sets the ClientTags field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetDigits

SetDigits sets the Digits field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetEffect

SetEffect sets the Effect field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetEffectedSubId

SetEffectedSubId sets the EffectedSubId field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetEndTime

SetEndTime sets the EndTime field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetExt

SetExt sets the Ext field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetIntegerentionGrading

SetIntegerentionGrading sets the IntegerentionGrading field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetIntegerentionGradingKey

SetIntegerentionGradingKey sets the IntegerentionGradingKey field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetMessageType

SetMessageType sets the MessageType field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetNumberPoolNo

SetNumberPoolNo sets the NumberPoolNo field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetNumberPoolNoY

SetNumberPoolNoY sets the NumberPoolNoY field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetOutId

SetOutId sets the OutId field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetPhoneNoA

SetPhoneNoA sets the PhoneNoA field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetPhoneNoB

SetPhoneNoB sets the PhoneNoB field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetPhoneNoE

SetPhoneNoE sets the PhoneNoE field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetPhoneNoX

SetPhoneNoX sets the PhoneNoX field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetPhoneNoXCityCode

SetPhoneNoXCityCode sets the PhoneNoXCityCode field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetPhoneNoXCountryIsoCode

SetPhoneNoXCountryIsoCode sets the PhoneNoXCountryIsoCode field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetPhoneNoXProvinceCode

SetPhoneNoXProvinceCode sets the PhoneNoXProvinceCode field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetPhoneNoY

SetPhoneNoY sets the PhoneNoY field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetPhoneNoYCityCode

SetPhoneNoYCityCode sets the PhoneNoYCityCode field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetPhoneNoYCountryIsoCode

SetPhoneNoYCountryIsoCode sets the PhoneNoYCountryIsoCode field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetPhoneNoYProvinceCode

SetPhoneNoYProvinceCode sets the PhoneNoYProvinceCode field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetReceiveTime

SetReceiveTime sets the ReceiveTime field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetReleaseType

SetReleaseType sets the ReleaseType field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetRingTime

SetRingTime sets the RingTime field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetSecretCallType

SetSecretCallType sets the SecretCallType field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetSendTime

SetSendTime sets the SendTime field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetServiceType

SetServiceType sets the ServiceType field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetSessionId

SetSessionId sets the SessionId field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetSingleOpenId

SetSingleOpenId sets the SingleOpenId field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetSmsContent

SetSmsContent sets the SmsContent field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetSmsCount

SetSmsCount sets the SmsCount field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetStartTime

SetStartTime sets the StartTime field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetSubServiceType

SetSubServiceType sets the SubServiceType field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetSubscriptionId

SetSubscriptionId sets the SubscriptionId field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetTaskOpenId

SetTaskOpenId sets the TaskOpenId field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetUserData

SetUserData sets the UserData field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetVerifyAnwser

SetVerifyAnwser sets the VerifyAnwser field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetVerifyCorrectAnwser

SetVerifyCorrectAnwser sets the VerifyCorrectAnwser field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetVerifyResult

SetVerifyResult sets the VerifyResult field's value.

func (*RecordForQueryCallRecordMsgV2Output) SetVerifyVoiceCode

SetVerifyVoiceCode sets the VerifyVoiceCode field's value.

func (RecordForQueryCallRecordMsgV2Output) String

String returns the string representation

type RecordForQueryOpenGetResourceOutput

type RecordForQueryOpenGetResourceOutput struct {
	CreateTime *string `type:"string" json:",omitempty"`

	Duration *int32 `type:"int32" json:",omitempty"`

	Name *string `type:"string" json:",omitempty"`

	Remark *string `type:"string" json:",omitempty"`

	ResourceKey *string `type:"string" json:",omitempty"`

	State *int32 `type:"int32" json:",omitempty"`

	Suffix *string `type:"string" json:",omitempty"`

	TtsOptions *string `type:"string" json:",omitempty"`

	TtsTemplateContent *string `type:"string" json:",omitempty"`

	Type *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RecordForQueryOpenGetResourceOutput) GoString

GoString returns the string representation

func (*RecordForQueryOpenGetResourceOutput) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*RecordForQueryOpenGetResourceOutput) SetDuration

SetDuration sets the Duration field's value.

func (*RecordForQueryOpenGetResourceOutput) SetName

SetName sets the Name field's value.

func (*RecordForQueryOpenGetResourceOutput) SetRemark

SetRemark sets the Remark field's value.

func (*RecordForQueryOpenGetResourceOutput) SetResourceKey

SetResourceKey sets the ResourceKey field's value.

func (*RecordForQueryOpenGetResourceOutput) SetState

SetState sets the State field's value.

func (*RecordForQueryOpenGetResourceOutput) SetSuffix

SetSuffix sets the Suffix field's value.

func (*RecordForQueryOpenGetResourceOutput) SetTtsOptions

SetTtsOptions sets the TtsOptions field's value.

func (*RecordForQueryOpenGetResourceOutput) SetTtsTemplateContent

SetTtsTemplateContent sets the TtsTemplateContent field's value.

func (*RecordForQueryOpenGetResourceOutput) SetType

SetType sets the Type field's value.

func (RecordForQueryOpenGetResourceOutput) String

String returns the string representation

type RecordForQueryQualificationOutput

type RecordForQueryQualificationOutput struct {
	QualificationAdminInfoVO *QualificationAdminInfoVOForQueryQualificationOutput `type:"structure" json:",omitempty"`

	QualificationMainInfoVO *QualificationMainInfoVOForQueryQualificationOutput `type:"structure" json:",omitempty"`

	QualificationScenarioInfoVOList []*QualificationScenarioInfoVOListForQueryQualificationOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RecordForQueryQualificationOutput) GoString

GoString returns the string representation

func (*RecordForQueryQualificationOutput) SetQualificationAdminInfoVO

SetQualificationAdminInfoVO sets the QualificationAdminInfoVO field's value.

func (*RecordForQueryQualificationOutput) SetQualificationMainInfoVO

SetQualificationMainInfoVO sets the QualificationMainInfoVO field's value.

func (*RecordForQueryQualificationOutput) SetQualificationScenarioInfoVOList

SetQualificationScenarioInfoVOList sets the QualificationScenarioInfoVOList field's value.

func (RecordForQueryQualificationOutput) String

String returns the string representation

type RecordForQuerySubscriptionForListOutput

type RecordForQuerySubscriptionForListOutput struct {
	CallDisplayType *int32 `type:"int32" json:",omitempty"`

	CallDisplayTypeName *string `type:"string" json:",omitempty"`

	EnableTime *string `type:"string" json:",omitempty"`

	ExpireTime *string `type:"string" json:",omitempty"`

	OutId *string `type:"string" json:",omitempty"`

	ParentSubId *string `type:"string" json:",omitempty"`

	PhoneNoA *string `type:"string" json:",omitempty"`

	PhoneNoB *string `type:"string" json:",omitempty"`

	PhoneNoE *string `type:"string" json:",omitempty"`

	PhoneNoX *string `type:"string" json:",omitempty"`

	PhoneNoY *string `type:"string" json:",omitempty"`

	RecordFlag *int32 `type:"int32" json:",omitempty"`

	Status *int32 `type:"int32" json:",omitempty"`

	SubId *string `type:"string" json:",omitempty"`

	UserData *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RecordForQuerySubscriptionForListOutput) GoString

GoString returns the string representation

func (*RecordForQuerySubscriptionForListOutput) SetCallDisplayType

SetCallDisplayType sets the CallDisplayType field's value.

func (*RecordForQuerySubscriptionForListOutput) SetCallDisplayTypeName

SetCallDisplayTypeName sets the CallDisplayTypeName field's value.

func (*RecordForQuerySubscriptionForListOutput) SetEnableTime

SetEnableTime sets the EnableTime field's value.

func (*RecordForQuerySubscriptionForListOutput) SetExpireTime

SetExpireTime sets the ExpireTime field's value.

func (*RecordForQuerySubscriptionForListOutput) SetOutId

SetOutId sets the OutId field's value.

func (*RecordForQuerySubscriptionForListOutput) SetParentSubId

SetParentSubId sets the ParentSubId field's value.

func (*RecordForQuerySubscriptionForListOutput) SetPhoneNoA

SetPhoneNoA sets the PhoneNoA field's value.

func (*RecordForQuerySubscriptionForListOutput) SetPhoneNoB

SetPhoneNoB sets the PhoneNoB field's value.

func (*RecordForQuerySubscriptionForListOutput) SetPhoneNoE

SetPhoneNoE sets the PhoneNoE field's value.

func (*RecordForQuerySubscriptionForListOutput) SetPhoneNoX

SetPhoneNoX sets the PhoneNoX field's value.

func (*RecordForQuerySubscriptionForListOutput) SetPhoneNoY

SetPhoneNoY sets the PhoneNoY field's value.

func (*RecordForQuerySubscriptionForListOutput) SetRecordFlag

SetRecordFlag sets the RecordFlag field's value.

func (*RecordForQuerySubscriptionForListOutput) SetStatus

SetStatus sets the Status field's value.

func (*RecordForQuerySubscriptionForListOutput) SetSubId

SetSubId sets the SubId field's value.

func (*RecordForQuerySubscriptionForListOutput) SetUserData

SetUserData sets the UserData field's value.

func (RecordForQuerySubscriptionForListOutput) String

String returns the string representation

type RecordForQueryUsableResourceV2Output

type RecordForQueryUsableResourceV2Output struct {
	CreateTime *string `type:"string"`

	Duration *int32 `type:"int32"`

	Name *string `type:"string"`

	Remark *string `type:"string"`

	ResourceKey *string `type:"string"`

	State *int32 `type:"int32"`

	Suffix *string `type:"string"`

	TtsOptions *string `type:"string"`

	TtsTemplateContent *string `type:"string"`

	Type *int32 `type:"int32"`
	// contains filtered or unexported fields
}

func (RecordForQueryUsableResourceV2Output) GoString

GoString returns the string representation

func (*RecordForQueryUsableResourceV2Output) SetCreateTime

SetCreateTime sets the CreateTime field's value.

func (*RecordForQueryUsableResourceV2Output) SetDuration

SetDuration sets the Duration field's value.

func (*RecordForQueryUsableResourceV2Output) SetName

SetName sets the Name field's value.

func (*RecordForQueryUsableResourceV2Output) SetRemark

SetRemark sets the Remark field's value.

func (*RecordForQueryUsableResourceV2Output) SetResourceKey

SetResourceKey sets the ResourceKey field's value.

func (*RecordForQueryUsableResourceV2Output) SetState

SetState sets the State field's value.

func (*RecordForQueryUsableResourceV2Output) SetSuffix

SetSuffix sets the Suffix field's value.

func (*RecordForQueryUsableResourceV2Output) SetTtsOptions

SetTtsOptions sets the TtsOptions field's value.

func (*RecordForQueryUsableResourceV2Output) SetTtsTemplateContent

SetTtsTemplateContent sets the TtsTemplateContent field's value.

func (*RecordForQueryUsableResourceV2Output) SetType

SetType sets the Type field's value.

func (RecordForQueryUsableResourceV2Output) String

String returns the string representation

type ResumeTaskInput

type ResumeTaskInput struct {

	// TaskOpenId is a required field
	TaskOpenId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (ResumeTaskInput) GoString

func (s ResumeTaskInput) GoString() string

GoString returns the string representation

func (*ResumeTaskInput) SetTaskOpenId

func (s *ResumeTaskInput) SetTaskOpenId(v string) *ResumeTaskInput

SetTaskOpenId sets the TaskOpenId field's value.

func (ResumeTaskInput) String

func (s ResumeTaskInput) String() string

String returns the string representation

func (*ResumeTaskInput) Validate

func (s *ResumeTaskInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResumeTaskOutput

type ResumeTaskOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (ResumeTaskOutput) GoString

func (s ResumeTaskOutput) GoString() string

GoString returns the string representation

func (ResumeTaskOutput) String

func (s ResumeTaskOutput) String() string

String returns the string representation

type RouteAAuthInput

type RouteAAuthInput struct {

	// IdNumber is a required field
	IdNumber *string `type:"string" json:",omitempty" required:"true"`

	// IdType is a required field
	IdType *int32 `type:"int32" json:",omitempty" required:"true"`

	// Name is a required field
	Name *string `type:"string" json:",omitempty" required:"true"`

	// PhoneNumber is a required field
	PhoneNumber *string `type:"string" json:",omitempty" required:"true"`

	// Photo is a required field
	Photo *string `type:"string" json:",omitempty" required:"true"`

	// RequestId is a required field
	RequestId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (RouteAAuthInput) GoString

func (s RouteAAuthInput) GoString() string

GoString returns the string representation

func (*RouteAAuthInput) SetIdNumber

func (s *RouteAAuthInput) SetIdNumber(v string) *RouteAAuthInput

SetIdNumber sets the IdNumber field's value.

func (*RouteAAuthInput) SetIdType

func (s *RouteAAuthInput) SetIdType(v int32) *RouteAAuthInput

SetIdType sets the IdType field's value.

func (*RouteAAuthInput) SetName

func (s *RouteAAuthInput) SetName(v string) *RouteAAuthInput

SetName sets the Name field's value.

func (*RouteAAuthInput) SetPhoneNumber

func (s *RouteAAuthInput) SetPhoneNumber(v string) *RouteAAuthInput

SetPhoneNumber sets the PhoneNumber field's value.

func (*RouteAAuthInput) SetPhoto

func (s *RouteAAuthInput) SetPhoto(v string) *RouteAAuthInput

SetPhoto sets the Photo field's value.

func (*RouteAAuthInput) SetRequestId

func (s *RouteAAuthInput) SetRequestId(v string) *RouteAAuthInput

SetRequestId sets the RequestId field's value.

func (RouteAAuthInput) String

func (s RouteAAuthInput) String() string

String returns the string representation

func (*RouteAAuthInput) Validate

func (s *RouteAAuthInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type RouteAAuthOutput

type RouteAAuthOutput struct {
	Metadata *response.ResponseMetadata

	Code *string `type:"string" json:",omitempty"`

	Message *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (RouteAAuthOutput) GoString

func (s RouteAAuthOutput) GoString() string

GoString returns the string representation

func (*RouteAAuthOutput) SetCode

func (s *RouteAAuthOutput) SetCode(v string) *RouteAAuthOutput

SetCode sets the Code field's value.

func (*RouteAAuthOutput) SetMessage

func (s *RouteAAuthOutput) SetMessage(v string) *RouteAAuthOutput

SetMessage sets the Message field's value.

func (RouteAAuthOutput) String

func (s RouteAAuthOutput) String() string

String returns the string representation

type SelectNumberAndBindAXBInput

type SelectNumberAndBindAXBInput struct {
	AudioRecordFlag *int32 `type:"int32" json:",omitempty"`

	AxConflictAxbFlag *int32 `type:"int32" json:",omitempty"`

	CallDisplayType *int32 `type:"int32" json:",omitempty"`

	CityCode *string `type:"string" json:",omitempty"`

	CityCodeByPhoneNo *string `type:"string" json:",omitempty" enum:"EnumOfCityCodeByPhoneNoForSelectNumberAndBindAXBInput"`

	DegradeCityList []*string `type:"list" json:",omitempty"`

	// ExpireTime is a required field
	ExpireTime *int64 `type:"int64" json:",omitempty" required:"true"`

	// NumberPoolNo is a required field
	NumberPoolNo *string `type:"string" json:",omitempty" required:"true"`

	OutId *string `type:"string" json:",omitempty"`

	// PhoneNoA is a required field
	PhoneNoA *string `type:"string" json:",omitempty" required:"true"`

	PhoneNoB *string `type:"string" json:",omitempty"`

	RandomFlag *int32 `type:"int32" json:",omitempty"`

	UserData *string `type:"string" json:",omitempty"`

	VerifyFlag *int32 `type:"int32" json:",omitempty"`

	VoiceCode *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SelectNumberAndBindAXBInput) GoString

func (s SelectNumberAndBindAXBInput) GoString() string

GoString returns the string representation

func (*SelectNumberAndBindAXBInput) SetAudioRecordFlag

SetAudioRecordFlag sets the AudioRecordFlag field's value.

func (*SelectNumberAndBindAXBInput) SetAxConflictAxbFlag

SetAxConflictAxbFlag sets the AxConflictAxbFlag field's value.

func (*SelectNumberAndBindAXBInput) SetCallDisplayType

SetCallDisplayType sets the CallDisplayType field's value.

func (*SelectNumberAndBindAXBInput) SetCityCode

SetCityCode sets the CityCode field's value.

func (*SelectNumberAndBindAXBInput) SetCityCodeByPhoneNo

SetCityCodeByPhoneNo sets the CityCodeByPhoneNo field's value.

func (*SelectNumberAndBindAXBInput) SetDegradeCityList

func (s *SelectNumberAndBindAXBInput) SetDegradeCityList(v []*string) *SelectNumberAndBindAXBInput

SetDegradeCityList sets the DegradeCityList field's value.

func (*SelectNumberAndBindAXBInput) SetExpireTime

SetExpireTime sets the ExpireTime field's value.

func (*SelectNumberAndBindAXBInput) SetNumberPoolNo

SetNumberPoolNo sets the NumberPoolNo field's value.

func (*SelectNumberAndBindAXBInput) SetOutId

SetOutId sets the OutId field's value.

func (*SelectNumberAndBindAXBInput) SetPhoneNoA

SetPhoneNoA sets the PhoneNoA field's value.

func (*SelectNumberAndBindAXBInput) SetPhoneNoB

SetPhoneNoB sets the PhoneNoB field's value.

func (*SelectNumberAndBindAXBInput) SetRandomFlag

SetRandomFlag sets the RandomFlag field's value.

func (*SelectNumberAndBindAXBInput) SetUserData

SetUserData sets the UserData field's value.

func (*SelectNumberAndBindAXBInput) SetVerifyFlag

SetVerifyFlag sets the VerifyFlag field's value.

func (*SelectNumberAndBindAXBInput) SetVoiceCode

SetVoiceCode sets the VoiceCode field's value.

func (SelectNumberAndBindAXBInput) String

String returns the string representation

func (*SelectNumberAndBindAXBInput) Validate

func (s *SelectNumberAndBindAXBInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SelectNumberAndBindAXBOutput

type SelectNumberAndBindAXBOutput struct {
	Metadata *response.ResponseMetadata

	PhoneNoA *string `type:"string" json:",omitempty"`

	PhoneNoACityCode *string `type:"string" json:",omitempty"`

	PhoneNoB *string `type:"string" json:",omitempty"`

	PhoneNoBCityCode *string `type:"string" json:",omitempty"`

	PhoneNoX *string `type:"string" json:",omitempty"`

	PhoneNoXCityCode *string `type:"string" json:",omitempty"`

	Status *int32 `type:"int32" json:",omitempty"`

	SubId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SelectNumberAndBindAXBOutput) GoString

func (s SelectNumberAndBindAXBOutput) GoString() string

GoString returns the string representation

func (*SelectNumberAndBindAXBOutput) SetPhoneNoA

SetPhoneNoA sets the PhoneNoA field's value.

func (*SelectNumberAndBindAXBOutput) SetPhoneNoACityCode

SetPhoneNoACityCode sets the PhoneNoACityCode field's value.

func (*SelectNumberAndBindAXBOutput) SetPhoneNoB

SetPhoneNoB sets the PhoneNoB field's value.

func (*SelectNumberAndBindAXBOutput) SetPhoneNoBCityCode

SetPhoneNoBCityCode sets the PhoneNoBCityCode field's value.

func (*SelectNumberAndBindAXBOutput) SetPhoneNoX

SetPhoneNoX sets the PhoneNoX field's value.

func (*SelectNumberAndBindAXBOutput) SetPhoneNoXCityCode

SetPhoneNoXCityCode sets the PhoneNoXCityCode field's value.

func (*SelectNumberAndBindAXBOutput) SetStatus

SetStatus sets the Status field's value.

func (*SelectNumberAndBindAXBOutput) SetSubId

SetSubId sets the SubId field's value.

func (SelectNumberAndBindAXBOutput) String

String returns the string representation

type SelectNumberAndBindAXNInput

type SelectNumberAndBindAXNInput struct {
	AudioRecordFlag *int32 `type:"int32" json:",omitempty"`

	CityCode *string `type:"string" json:",omitempty"`

	CityCodeByPhoneNo *string `type:"string" json:",omitempty" enum:"EnumOfCityCodeByPhoneNoForSelectNumberAndBindAXNInput"`

	DegradeCityList []*string `type:"list" json:",omitempty"`

	// ExpireTime is a required field
	ExpireTime *int64 `type:"int64" json:",omitempty" required:"true"`

	// NumberPoolNo is a required field
	NumberPoolNo *string `type:"string" json:",omitempty" required:"true"`

	// PhoneNoA is a required field
	PhoneNoA *string `type:"string" json:",omitempty" required:"true"`

	PhoneNoB *string `type:"string" json:",omitempty"`

	RandomFlag *int32 `type:"int32" json:",omitempty"`

	UserData *string `max:"2048" type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SelectNumberAndBindAXNInput) GoString

func (s SelectNumberAndBindAXNInput) GoString() string

GoString returns the string representation

func (*SelectNumberAndBindAXNInput) SetAudioRecordFlag

SetAudioRecordFlag sets the AudioRecordFlag field's value.

func (*SelectNumberAndBindAXNInput) SetCityCode

SetCityCode sets the CityCode field's value.

func (*SelectNumberAndBindAXNInput) SetCityCodeByPhoneNo

SetCityCodeByPhoneNo sets the CityCodeByPhoneNo field's value.

func (*SelectNumberAndBindAXNInput) SetDegradeCityList

func (s *SelectNumberAndBindAXNInput) SetDegradeCityList(v []*string) *SelectNumberAndBindAXNInput

SetDegradeCityList sets the DegradeCityList field's value.

func (*SelectNumberAndBindAXNInput) SetExpireTime

SetExpireTime sets the ExpireTime field's value.

func (*SelectNumberAndBindAXNInput) SetNumberPoolNo

SetNumberPoolNo sets the NumberPoolNo field's value.

func (*SelectNumberAndBindAXNInput) SetPhoneNoA

SetPhoneNoA sets the PhoneNoA field's value.

func (*SelectNumberAndBindAXNInput) SetPhoneNoB

SetPhoneNoB sets the PhoneNoB field's value.

func (*SelectNumberAndBindAXNInput) SetRandomFlag

SetRandomFlag sets the RandomFlag field's value.

func (*SelectNumberAndBindAXNInput) SetUserData

SetUserData sets the UserData field's value.

func (SelectNumberAndBindAXNInput) String

String returns the string representation

func (*SelectNumberAndBindAXNInput) Validate

func (s *SelectNumberAndBindAXNInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SelectNumberAndBindAXNOutput

type SelectNumberAndBindAXNOutput struct {
	Metadata *response.ResponseMetadata

	PhoneNoA *string `type:"string" json:",omitempty"`

	PhoneNoACityCode *string `type:"string" json:",omitempty"`

	PhoneNoB *string `type:"string" json:",omitempty"`

	PhoneNoBCityCode *string `type:"string" json:",omitempty"`

	PhoneNoX *string `type:"string" json:",omitempty"`

	PhoneNoXCityCode *string `type:"string" json:",omitempty"`

	Status *int32 `type:"int32" json:",omitempty"`

	SubId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SelectNumberAndBindAXNOutput) GoString

func (s SelectNumberAndBindAXNOutput) GoString() string

GoString returns the string representation

func (*SelectNumberAndBindAXNOutput) SetPhoneNoA

SetPhoneNoA sets the PhoneNoA field's value.

func (*SelectNumberAndBindAXNOutput) SetPhoneNoACityCode

SetPhoneNoACityCode sets the PhoneNoACityCode field's value.

func (*SelectNumberAndBindAXNOutput) SetPhoneNoB

SetPhoneNoB sets the PhoneNoB field's value.

func (*SelectNumberAndBindAXNOutput) SetPhoneNoBCityCode

SetPhoneNoBCityCode sets the PhoneNoBCityCode field's value.

func (*SelectNumberAndBindAXNOutput) SetPhoneNoX

SetPhoneNoX sets the PhoneNoX field's value.

func (*SelectNumberAndBindAXNOutput) SetPhoneNoXCityCode

SetPhoneNoXCityCode sets the PhoneNoXCityCode field's value.

func (*SelectNumberAndBindAXNOutput) SetStatus

SetStatus sets the Status field's value.

func (*SelectNumberAndBindAXNOutput) SetSubId

SetSubId sets the SubId field's value.

func (SelectNumberAndBindAXNOutput) String

String returns the string representation

type SingleBatchAppendInput

type SingleBatchAppendInput struct {
	List []*ListForSingleBatchAppendInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SingleBatchAppendInput) GoString

func (s SingleBatchAppendInput) GoString() string

GoString returns the string representation

func (*SingleBatchAppendInput) SetList

SetList sets the List field's value.

func (SingleBatchAppendInput) String

func (s SingleBatchAppendInput) String() string

String returns the string representation

type SingleBatchAppendOutput

type SingleBatchAppendOutput struct {
	Metadata *response.ResponseMetadata

	FailList []*FailListForSingleBatchAppendOutput `type:"list" json:",omitempty"`

	SuccessList []*SuccessListForSingleBatchAppendOutput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SingleBatchAppendOutput) GoString

func (s SingleBatchAppendOutput) GoString() string

GoString returns the string representation

func (*SingleBatchAppendOutput) SetFailList

SetFailList sets the FailList field's value.

func (*SingleBatchAppendOutput) SetSuccessList

SetSuccessList sets the SuccessList field's value.

func (SingleBatchAppendOutput) String

func (s SingleBatchAppendOutput) String() string

String returns the string representation

type SingleCancelV2Input

type SingleCancelV2Input struct {

	// SingleOpenId is a required field
	SingleOpenId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (SingleCancelV2Input) GoString

func (s SingleCancelV2Input) GoString() string

GoString returns the string representation

func (*SingleCancelV2Input) SetSingleOpenId

func (s *SingleCancelV2Input) SetSingleOpenId(v string) *SingleCancelV2Input

SetSingleOpenId sets the SingleOpenId field's value.

func (SingleCancelV2Input) String

func (s SingleCancelV2Input) String() string

String returns the string representation

func (*SingleCancelV2Input) Validate

func (s *SingleCancelV2Input) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type SingleCancelV2Output

type SingleCancelV2Output struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (SingleCancelV2Output) GoString

func (s SingleCancelV2Output) GoString() string

GoString returns the string representation

func (SingleCancelV2Output) String

func (s SingleCancelV2Output) String() string

String returns the string representation

type SmsConfigForCreateTaskInput

type SmsConfigForCreateTaskInput struct {
	Sign *string `type:"string" json:",omitempty"`

	StatusSet []*int32 `type:"list" json:",omitempty"`

	TemplateId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SmsConfigForCreateTaskInput) GoString

func (s SmsConfigForCreateTaskInput) GoString() string

GoString returns the string representation

func (*SmsConfigForCreateTaskInput) SetSign

SetSign sets the Sign field's value.

func (*SmsConfigForCreateTaskInput) SetStatusSet

SetStatusSet sets the StatusSet field's value.

func (*SmsConfigForCreateTaskInput) SetTemplateId

SetTemplateId sets the TemplateId field's value.

func (SmsConfigForCreateTaskInput) String

String returns the string representation

type StopTaskInput

type StopTaskInput struct {

	// TaskOpenId is a required field
	TaskOpenId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (StopTaskInput) GoString

func (s StopTaskInput) GoString() string

GoString returns the string representation

func (*StopTaskInput) SetTaskOpenId

func (s *StopTaskInput) SetTaskOpenId(v string) *StopTaskInput

SetTaskOpenId sets the TaskOpenId field's value.

func (StopTaskInput) String

func (s StopTaskInput) String() string

String returns the string representation

func (*StopTaskInput) Validate

func (s *StopTaskInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type StopTaskOutput

type StopTaskOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (StopTaskOutput) GoString

func (s StopTaskOutput) GoString() string

GoString returns the string representation

func (StopTaskOutput) String

func (s StopTaskOutput) String() string

String returns the string representation

type SuccessListForSingleBatchAppendOutput

type SuccessListForSingleBatchAppendOutput struct {
	Ext *string `type:"string" json:",omitempty"`

	Phone *string `type:"string" json:",omitempty"`

	SingleOpenId *string `type:"string" json:",omitempty"`

	Type *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (SuccessListForSingleBatchAppendOutput) GoString

GoString returns the string representation

func (*SuccessListForSingleBatchAppendOutput) SetExt

SetExt sets the Ext field's value.

func (*SuccessListForSingleBatchAppendOutput) SetPhone

SetPhone sets the Phone field's value.

func (*SuccessListForSingleBatchAppendOutput) SetSingleOpenId

SetSingleOpenId sets the SingleOpenId field's value.

func (*SuccessListForSingleBatchAppendOutput) SetType

SetType sets the Type field's value.

func (SuccessListForSingleBatchAppendOutput) String

String returns the string representation

type UnbindAXBV2Input

type UnbindAXBV2Input struct {

	// NumberPoolNo is a required field
	NumberPoolNo *string `type:"string" json:",omitempty" required:"true"`

	// SubId is a required field
	SubId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (UnbindAXBV2Input) GoString

func (s UnbindAXBV2Input) GoString() string

GoString returns the string representation

func (*UnbindAXBV2Input) SetNumberPoolNo

func (s *UnbindAXBV2Input) SetNumberPoolNo(v string) *UnbindAXBV2Input

SetNumberPoolNo sets the NumberPoolNo field's value.

func (*UnbindAXBV2Input) SetSubId

func (s *UnbindAXBV2Input) SetSubId(v string) *UnbindAXBV2Input

SetSubId sets the SubId field's value.

func (UnbindAXBV2Input) String

func (s UnbindAXBV2Input) String() string

String returns the string representation

func (*UnbindAXBV2Input) Validate

func (s *UnbindAXBV2Input) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UnbindAXBV2Output

type UnbindAXBV2Output struct {
	Metadata *response.ResponseMetadata

	Success *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UnbindAXBV2Output) GoString

func (s UnbindAXBV2Output) GoString() string

GoString returns the string representation

func (*UnbindAXBV2Output) SetSuccess

func (s *UnbindAXBV2Output) SetSuccess(v bool) *UnbindAXBV2Output

SetSuccess sets the Success field's value.

func (UnbindAXBV2Output) String

func (s UnbindAXBV2Output) String() string

String returns the string representation

type UnbindAXNEV2Input

type UnbindAXNEV2Input struct {

	// NumberPoolNo is a required field
	NumberPoolNo *string `type:"string" json:",omitempty" required:"true"`

	// SubId is a required field
	SubId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (UnbindAXNEV2Input) GoString

func (s UnbindAXNEV2Input) GoString() string

GoString returns the string representation

func (*UnbindAXNEV2Input) SetNumberPoolNo

func (s *UnbindAXNEV2Input) SetNumberPoolNo(v string) *UnbindAXNEV2Input

SetNumberPoolNo sets the NumberPoolNo field's value.

func (*UnbindAXNEV2Input) SetSubId

func (s *UnbindAXNEV2Input) SetSubId(v string) *UnbindAXNEV2Input

SetSubId sets the SubId field's value.

func (UnbindAXNEV2Input) String

func (s UnbindAXNEV2Input) String() string

String returns the string representation

func (*UnbindAXNEV2Input) Validate

func (s *UnbindAXNEV2Input) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UnbindAXNEV2Output

type UnbindAXNEV2Output struct {
	Metadata *response.ResponseMetadata

	Success *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UnbindAXNEV2Output) GoString

func (s UnbindAXNEV2Output) GoString() string

GoString returns the string representation

func (*UnbindAXNEV2Output) SetSuccess

func (s *UnbindAXNEV2Output) SetSuccess(v bool) *UnbindAXNEV2Output

SetSuccess sets the Success field's value.

func (UnbindAXNEV2Output) String

func (s UnbindAXNEV2Output) String() string

String returns the string representation

type UnbindAXNV2Input

type UnbindAXNV2Input struct {

	// NumberPoolNo is a required field
	NumberPoolNo *string `type:"string" json:",omitempty" required:"true"`

	// SubId is a required field
	SubId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (UnbindAXNV2Input) GoString

func (s UnbindAXNV2Input) GoString() string

GoString returns the string representation

func (*UnbindAXNV2Input) SetNumberPoolNo

func (s *UnbindAXNV2Input) SetNumberPoolNo(v string) *UnbindAXNV2Input

SetNumberPoolNo sets the NumberPoolNo field's value.

func (*UnbindAXNV2Input) SetSubId

func (s *UnbindAXNV2Input) SetSubId(v string) *UnbindAXNV2Input

SetSubId sets the SubId field's value.

func (UnbindAXNV2Input) String

func (s UnbindAXNV2Input) String() string

String returns the string representation

func (*UnbindAXNV2Input) Validate

func (s *UnbindAXNV2Input) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UnbindAXNV2Output

type UnbindAXNV2Output struct {
	Metadata *response.ResponseMetadata

	Success *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UnbindAXNV2Output) GoString

func (s UnbindAXNV2Output) GoString() string

GoString returns the string representation

func (*UnbindAXNV2Output) SetSuccess

func (s *UnbindAXNV2Output) SetSuccess(v bool) *UnbindAXNV2Output

SetSuccess sets the Success field's value.

func (UnbindAXNV2Output) String

func (s UnbindAXNV2Output) String() string

String returns the string representation

type UnbindAXYBV2Input

type UnbindAXYBV2Input struct {

	// NumberPoolNo is a required field
	NumberPoolNo *string `type:"string" json:",omitempty" required:"true"`

	// SubId is a required field
	SubId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (UnbindAXYBV2Input) GoString

func (s UnbindAXYBV2Input) GoString() string

GoString returns the string representation

func (*UnbindAXYBV2Input) SetNumberPoolNo

func (s *UnbindAXYBV2Input) SetNumberPoolNo(v string) *UnbindAXYBV2Input

SetNumberPoolNo sets the NumberPoolNo field's value.

func (*UnbindAXYBV2Input) SetSubId

func (s *UnbindAXYBV2Input) SetSubId(v string) *UnbindAXYBV2Input

SetSubId sets the SubId field's value.

func (UnbindAXYBV2Input) String

func (s UnbindAXYBV2Input) String() string

String returns the string representation

func (*UnbindAXYBV2Input) Validate

func (s *UnbindAXYBV2Input) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UnbindAXYBV2Output

type UnbindAXYBV2Output struct {
	Metadata *response.ResponseMetadata

	Success *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UnbindAXYBV2Output) GoString

func (s UnbindAXYBV2Output) GoString() string

GoString returns the string representation

func (*UnbindAXYBV2Output) SetSuccess

func (s *UnbindAXYBV2Output) SetSuccess(v bool) *UnbindAXYBV2Output

SetSuccess sets the Success field's value.

func (UnbindAXYBV2Output) String

func (s UnbindAXYBV2Output) String() string

String returns the string representation

type UpdateNumberPoolV2Input

type UpdateNumberPoolV2Input struct {

	// Name is a required field
	Name *string `min:"1" max:"31" type:"string" json:",omitempty" required:"true"`

	// NumberPoolNo is a required field
	NumberPoolNo *string `type:"string" json:",omitempty" required:"true"`

	ServiceType *int32 `type:"int32" json:",omitempty"`

	SubServiceType *int32 `type:"int32" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateNumberPoolV2Input) GoString

func (s UpdateNumberPoolV2Input) GoString() string

GoString returns the string representation

func (*UpdateNumberPoolV2Input) SetName

SetName sets the Name field's value.

func (*UpdateNumberPoolV2Input) SetNumberPoolNo

SetNumberPoolNo sets the NumberPoolNo field's value.

func (*UpdateNumberPoolV2Input) SetServiceType

SetServiceType sets the ServiceType field's value.

func (*UpdateNumberPoolV2Input) SetSubServiceType

func (s *UpdateNumberPoolV2Input) SetSubServiceType(v int32) *UpdateNumberPoolV2Input

SetSubServiceType sets the SubServiceType field's value.

func (UpdateNumberPoolV2Input) String

func (s UpdateNumberPoolV2Input) String() string

String returns the string representation

func (*UpdateNumberPoolV2Input) Validate

func (s *UpdateNumberPoolV2Input) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateNumberPoolV2Output

type UpdateNumberPoolV2Output struct {
	Metadata *response.ResponseMetadata

	Success *bool `type:"boolean" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateNumberPoolV2Output) GoString

func (s UpdateNumberPoolV2Output) GoString() string

GoString returns the string representation

func (*UpdateNumberPoolV2Output) SetSuccess

SetSuccess sets the Success field's value.

func (UpdateNumberPoolV2Output) String

func (s UpdateNumberPoolV2Output) String() string

String returns the string representation

type UpdateQualificationInput

type UpdateQualificationInput struct {
	QualificationAdminInfoFormDO *QualificationAdminInfoFormDOForUpdateQualificationInput `type:"structure" json:",omitempty"`

	QualificationMainInfoFormDO *QualificationMainInfoFormDOForUpdateQualificationInput `type:"structure" json:",omitempty"`

	QualificationScenarioInfoFormDOList []*QualificationScenarioInfoFormDOListForUpdateQualificationInput `type:"list" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpdateQualificationInput) GoString

func (s UpdateQualificationInput) GoString() string

GoString returns the string representation

func (*UpdateQualificationInput) SetQualificationAdminInfoFormDO

SetQualificationAdminInfoFormDO sets the QualificationAdminInfoFormDO field's value.

func (*UpdateQualificationInput) SetQualificationMainInfoFormDO

SetQualificationMainInfoFormDO sets the QualificationMainInfoFormDO field's value.

func (*UpdateQualificationInput) SetQualificationScenarioInfoFormDOList

SetQualificationScenarioInfoFormDOList sets the QualificationScenarioInfoFormDOList field's value.

func (UpdateQualificationInput) String

func (s UpdateQualificationInput) String() string

String returns the string representation

type UpdateQualificationOutput

type UpdateQualificationOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (UpdateQualificationOutput) GoString

func (s UpdateQualificationOutput) GoString() string

GoString returns the string representation

func (UpdateQualificationOutput) String

func (s UpdateQualificationOutput) String() string

String returns the string representation

type UpdateTaskInput

type UpdateTaskInput struct {

	// Concurrency is a required field
	Concurrency *int32 `type:"int32" json:",omitempty" required:"true"`

	// EndTime is a required field
	EndTime *string `type:"string" json:",omitempty" required:"true"`

	ForbidTimeList []*ForbidTimeListForUpdateTaskInput `type:"list" json:",omitempty"`

	Recall *bool `type:"boolean" json:",omitempty"`

	RingAgainInterval *int32 `type:"int32" json:",omitempty"`

	RingAgainTimes *int32 `type:"int32" json:",omitempty"`

	// StartTime is a required field
	StartTime *string `type:"string" json:",omitempty" required:"true"`

	// TaskOpenId is a required field
	TaskOpenId *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateTaskInput) GoString

func (s UpdateTaskInput) GoString() string

GoString returns the string representation

func (*UpdateTaskInput) SetConcurrency

func (s *UpdateTaskInput) SetConcurrency(v int32) *UpdateTaskInput

SetConcurrency sets the Concurrency field's value.

func (*UpdateTaskInput) SetEndTime

func (s *UpdateTaskInput) SetEndTime(v string) *UpdateTaskInput

SetEndTime sets the EndTime field's value.

func (*UpdateTaskInput) SetForbidTimeList

SetForbidTimeList sets the ForbidTimeList field's value.

func (*UpdateTaskInput) SetRecall

func (s *UpdateTaskInput) SetRecall(v bool) *UpdateTaskInput

SetRecall sets the Recall field's value.

func (*UpdateTaskInput) SetRingAgainInterval

func (s *UpdateTaskInput) SetRingAgainInterval(v int32) *UpdateTaskInput

SetRingAgainInterval sets the RingAgainInterval field's value.

func (*UpdateTaskInput) SetRingAgainTimes

func (s *UpdateTaskInput) SetRingAgainTimes(v int32) *UpdateTaskInput

SetRingAgainTimes sets the RingAgainTimes field's value.

func (*UpdateTaskInput) SetStartTime

func (s *UpdateTaskInput) SetStartTime(v string) *UpdateTaskInput

SetStartTime sets the StartTime field's value.

func (*UpdateTaskInput) SetTaskOpenId

func (s *UpdateTaskInput) SetTaskOpenId(v string) *UpdateTaskInput

SetTaskOpenId sets the TaskOpenId field's value.

func (UpdateTaskInput) String

func (s UpdateTaskInput) String() string

String returns the string representation

func (*UpdateTaskInput) Validate

func (s *UpdateTaskInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateTaskOutput

type UpdateTaskOutput struct {
	Metadata *response.ResponseMetadata
	// contains filtered or unexported fields
}

func (UpdateTaskOutput) GoString

func (s UpdateTaskOutput) GoString() string

GoString returns the string representation

func (UpdateTaskOutput) String

func (s UpdateTaskOutput) String() string

String returns the string representation

type UpgradeAXToAXBInput

type UpgradeAXToAXBInput struct {
	CallDisplayType *int32 `type:"int32" json:",omitempty"`

	// NumberPoolNo is a required field
	NumberPoolNo *string `type:"string" json:",omitempty" required:"true"`

	OutId *string `type:"string" json:",omitempty"`

	// PhoneNoB is a required field
	PhoneNoB *string `type:"string" json:",omitempty" required:"true"`

	// SubId is a required field
	SubId *string `type:"string" json:",omitempty" required:"true"`

	UserData *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpgradeAXToAXBInput) GoString

func (s UpgradeAXToAXBInput) GoString() string

GoString returns the string representation

func (*UpgradeAXToAXBInput) SetCallDisplayType

func (s *UpgradeAXToAXBInput) SetCallDisplayType(v int32) *UpgradeAXToAXBInput

SetCallDisplayType sets the CallDisplayType field's value.

func (*UpgradeAXToAXBInput) SetNumberPoolNo

func (s *UpgradeAXToAXBInput) SetNumberPoolNo(v string) *UpgradeAXToAXBInput

SetNumberPoolNo sets the NumberPoolNo field's value.

func (*UpgradeAXToAXBInput) SetOutId

SetOutId sets the OutId field's value.

func (*UpgradeAXToAXBInput) SetPhoneNoB

func (s *UpgradeAXToAXBInput) SetPhoneNoB(v string) *UpgradeAXToAXBInput

SetPhoneNoB sets the PhoneNoB field's value.

func (*UpgradeAXToAXBInput) SetSubId

SetSubId sets the SubId field's value.

func (*UpgradeAXToAXBInput) SetUserData

func (s *UpgradeAXToAXBInput) SetUserData(v string) *UpgradeAXToAXBInput

SetUserData sets the UserData field's value.

func (UpgradeAXToAXBInput) String

func (s UpgradeAXToAXBInput) String() string

String returns the string representation

func (*UpgradeAXToAXBInput) Validate

func (s *UpgradeAXToAXBInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpgradeAXToAXBOutput

type UpgradeAXToAXBOutput struct {
	Metadata *response.ResponseMetadata

	PhoneNoA *string `type:"string" json:",omitempty"`

	PhoneNoACityCode *string `type:"string" json:",omitempty"`

	PhoneNoB *string `type:"string" json:",omitempty"`

	PhoneNoBCityCode *string `type:"string" json:",omitempty"`

	PhoneNoX *string `type:"string" json:",omitempty"`

	PhoneNoXCityCode *string `type:"string" json:",omitempty"`

	SubId *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UpgradeAXToAXBOutput) GoString

func (s UpgradeAXToAXBOutput) GoString() string

GoString returns the string representation

func (*UpgradeAXToAXBOutput) SetPhoneNoA

SetPhoneNoA sets the PhoneNoA field's value.

func (*UpgradeAXToAXBOutput) SetPhoneNoACityCode

func (s *UpgradeAXToAXBOutput) SetPhoneNoACityCode(v string) *UpgradeAXToAXBOutput

SetPhoneNoACityCode sets the PhoneNoACityCode field's value.

func (*UpgradeAXToAXBOutput) SetPhoneNoB

SetPhoneNoB sets the PhoneNoB field's value.

func (*UpgradeAXToAXBOutput) SetPhoneNoBCityCode

func (s *UpgradeAXToAXBOutput) SetPhoneNoBCityCode(v string) *UpgradeAXToAXBOutput

SetPhoneNoBCityCode sets the PhoneNoBCityCode field's value.

func (*UpgradeAXToAXBOutput) SetPhoneNoX

SetPhoneNoX sets the PhoneNoX field's value.

func (*UpgradeAXToAXBOutput) SetPhoneNoXCityCode

func (s *UpgradeAXToAXBOutput) SetPhoneNoXCityCode(v string) *UpgradeAXToAXBOutput

SetPhoneNoXCityCode sets the PhoneNoXCityCode field's value.

func (*UpgradeAXToAXBOutput) SetSubId

SetSubId sets the SubId field's value.

func (UpgradeAXToAXBOutput) String

func (s UpgradeAXToAXBOutput) String() string

String returns the string representation

type UploadQualificationFileV2Input

type UploadQualificationFileV2Input struct {

	// FileBase64 is a required field
	FileBase64 *string `type:"string" json:",omitempty" required:"true"`

	// FileName is a required field
	FileName *string `type:"string" json:",omitempty" required:"true"`

	// FileType is a required field
	FileType *string `type:"string" json:",omitempty" required:"true"`
	// contains filtered or unexported fields
}

func (UploadQualificationFileV2Input) GoString

GoString returns the string representation

func (*UploadQualificationFileV2Input) SetFileBase64

SetFileBase64 sets the FileBase64 field's value.

func (*UploadQualificationFileV2Input) SetFileName

SetFileName sets the FileName field's value.

func (*UploadQualificationFileV2Input) SetFileType

SetFileType sets the FileType field's value.

func (UploadQualificationFileV2Input) String

String returns the string representation

func (*UploadQualificationFileV2Input) Validate

func (s *UploadQualificationFileV2Input) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UploadQualificationFileV2Output

type UploadQualificationFileV2Output struct {
	Metadata *response.ResponseMetadata

	FileCode *string `type:"string" json:",omitempty"`
	// contains filtered or unexported fields
}

func (UploadQualificationFileV2Output) GoString

GoString returns the string representation

func (*UploadQualificationFileV2Output) SetFileCode

SetFileCode sets the FileCode field's value.

func (UploadQualificationFileV2Output) String

String returns the string representation

type VMS

type VMS struct {
	*client.Client
}

VMS provides the API operation methods for making requests to VMS. See this package's package overview docs for details on the service.

VMS methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(p client.ConfigProvider, cfgs ...*volcengine.Config) *VMS

New create int can support ssl or region locate set

func (*VMS) AddQualification

func (c *VMS) AddQualification(input *AddQualificationInput) (*AddQualificationOutput, error)

AddQualification API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation AddQualification for usage and error information.

func (*VMS) AddQualificationCommon

func (c *VMS) AddQualificationCommon(input *map[string]interface{}) (*map[string]interface{}, error)

AddQualificationCommon API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation AddQualificationCommon for usage and error information.

func (*VMS) AddQualificationCommonRequest

func (c *VMS) AddQualificationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

AddQualificationCommonRequest generates a "volcengine/request.Request" representing the client's request for the AddQualificationCommon operation. The "output" return value will be populated with the AddQualificationCommon request's response once the request completes successfully.

Use "Send" method on the returned AddQualificationCommon Request to send the API call to the service. the "output" return value is not valid until after AddQualificationCommon Send returns without error.

See AddQualificationCommon for more information on using the AddQualificationCommon API call, and error handling.

// Example sending a request using the AddQualificationCommonRequest method.
req, resp := client.AddQualificationCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) AddQualificationCommonWithContext

func (c *VMS) AddQualificationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

AddQualificationCommonWithContext is the same as AddQualificationCommon with the addition of the ability to pass a context and additional request options.

See AddQualificationCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) AddQualificationRequest

func (c *VMS) AddQualificationRequest(input *AddQualificationInput) (req *request.Request, output *AddQualificationOutput)

AddQualificationRequest generates a "volcengine/request.Request" representing the client's request for the AddQualification operation. The "output" return value will be populated with the AddQualificationCommon request's response once the request completes successfully.

Use "Send" method on the returned AddQualificationCommon Request to send the API call to the service. the "output" return value is not valid until after AddQualificationCommon Send returns without error.

See AddQualification for more information on using the AddQualification API call, and error handling.

// Example sending a request using the AddQualificationRequest method.
req, resp := client.AddQualificationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) AddQualificationWithContext

func (c *VMS) AddQualificationWithContext(ctx volcengine.Context, input *AddQualificationInput, opts ...request.Option) (*AddQualificationOutput, error)

AddQualificationWithContext is the same as AddQualification with the addition of the ability to pass a context and additional request options.

See AddQualification for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) BatchAppend

func (c *VMS) BatchAppend(input *BatchAppendInput) (*BatchAppendOutput, error)

BatchAppend API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation BatchAppend for usage and error information.

func (*VMS) BatchAppendCommon

func (c *VMS) BatchAppendCommon(input *map[string]interface{}) (*map[string]interface{}, error)

BatchAppendCommon API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation BatchAppendCommon for usage and error information.

func (*VMS) BatchAppendCommonRequest

func (c *VMS) BatchAppendCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

BatchAppendCommonRequest generates a "volcengine/request.Request" representing the client's request for the BatchAppendCommon operation. The "output" return value will be populated with the BatchAppendCommon request's response once the request completes successfully.

Use "Send" method on the returned BatchAppendCommon Request to send the API call to the service. the "output" return value is not valid until after BatchAppendCommon Send returns without error.

See BatchAppendCommon for more information on using the BatchAppendCommon API call, and error handling.

// Example sending a request using the BatchAppendCommonRequest method.
req, resp := client.BatchAppendCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) BatchAppendCommonWithContext

func (c *VMS) BatchAppendCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

BatchAppendCommonWithContext is the same as BatchAppendCommon with the addition of the ability to pass a context and additional request options.

See BatchAppendCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) BatchAppendRequest

func (c *VMS) BatchAppendRequest(input *BatchAppendInput) (req *request.Request, output *BatchAppendOutput)

BatchAppendRequest generates a "volcengine/request.Request" representing the client's request for the BatchAppend operation. The "output" return value will be populated with the BatchAppendCommon request's response once the request completes successfully.

Use "Send" method on the returned BatchAppendCommon Request to send the API call to the service. the "output" return value is not valid until after BatchAppendCommon Send returns without error.

See BatchAppend for more information on using the BatchAppend API call, and error handling.

// Example sending a request using the BatchAppendRequest method.
req, resp := client.BatchAppendRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) BatchAppendWithContext

func (c *VMS) BatchAppendWithContext(ctx volcengine.Context, input *BatchAppendInput, opts ...request.Option) (*BatchAppendOutput, error)

BatchAppendWithContext is the same as BatchAppend with the addition of the ability to pass a context and additional request options.

See BatchAppend for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) BindAXN

func (c *VMS) BindAXN(input *BindAXNInput) (*BindAXNOutput, error)

BindAXN API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation BindAXN for usage and error information.

func (*VMS) BindAXNCommon

func (c *VMS) BindAXNCommon(input *map[string]interface{}) (*map[string]interface{}, error)

BindAXNCommon API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation BindAXNCommon for usage and error information.

func (*VMS) BindAXNCommonRequest

func (c *VMS) BindAXNCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

BindAXNCommonRequest generates a "volcengine/request.Request" representing the client's request for the BindAXNCommon operation. The "output" return value will be populated with the BindAXNCommon request's response once the request completes successfully.

Use "Send" method on the returned BindAXNCommon Request to send the API call to the service. the "output" return value is not valid until after BindAXNCommon Send returns without error.

See BindAXNCommon for more information on using the BindAXNCommon API call, and error handling.

// Example sending a request using the BindAXNCommonRequest method.
req, resp := client.BindAXNCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) BindAXNCommonWithContext

func (c *VMS) BindAXNCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

BindAXNCommonWithContext is the same as BindAXNCommon with the addition of the ability to pass a context and additional request options.

See BindAXNCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) BindAXNE

func (c *VMS) BindAXNE(input *BindAXNEInput) (*BindAXNEOutput, error)

BindAXNE API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation BindAXNE for usage and error information.

func (*VMS) BindAXNECommon

func (c *VMS) BindAXNECommon(input *map[string]interface{}) (*map[string]interface{}, error)

BindAXNECommon API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation BindAXNECommon for usage and error information.

func (*VMS) BindAXNECommonRequest

func (c *VMS) BindAXNECommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

BindAXNECommonRequest generates a "volcengine/request.Request" representing the client's request for the BindAXNECommon operation. The "output" return value will be populated with the BindAXNECommon request's response once the request completes successfully.

Use "Send" method on the returned BindAXNECommon Request to send the API call to the service. the "output" return value is not valid until after BindAXNECommon Send returns without error.

See BindAXNECommon for more information on using the BindAXNECommon API call, and error handling.

// Example sending a request using the BindAXNECommonRequest method.
req, resp := client.BindAXNECommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) BindAXNECommonWithContext

func (c *VMS) BindAXNECommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

BindAXNECommonWithContext is the same as BindAXNECommon with the addition of the ability to pass a context and additional request options.

See BindAXNECommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) BindAXNERequest

func (c *VMS) BindAXNERequest(input *BindAXNEInput) (req *request.Request, output *BindAXNEOutput)

BindAXNERequest generates a "volcengine/request.Request" representing the client's request for the BindAXNE operation. The "output" return value will be populated with the BindAXNECommon request's response once the request completes successfully.

Use "Send" method on the returned BindAXNECommon Request to send the API call to the service. the "output" return value is not valid until after BindAXNECommon Send returns without error.

See BindAXNE for more information on using the BindAXNE API call, and error handling.

// Example sending a request using the BindAXNERequest method.
req, resp := client.BindAXNERequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) BindAXNEWithContext

func (c *VMS) BindAXNEWithContext(ctx volcengine.Context, input *BindAXNEInput, opts ...request.Option) (*BindAXNEOutput, error)

BindAXNEWithContext is the same as BindAXNE with the addition of the ability to pass a context and additional request options.

See BindAXNE for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) BindAXNRequest

func (c *VMS) BindAXNRequest(input *BindAXNInput) (req *request.Request, output *BindAXNOutput)

BindAXNRequest generates a "volcengine/request.Request" representing the client's request for the BindAXN operation. The "output" return value will be populated with the BindAXNCommon request's response once the request completes successfully.

Use "Send" method on the returned BindAXNCommon Request to send the API call to the service. the "output" return value is not valid until after BindAXNCommon Send returns without error.

See BindAXN for more information on using the BindAXN API call, and error handling.

// Example sending a request using the BindAXNRequest method.
req, resp := client.BindAXNRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) BindAXNWithContext

func (c *VMS) BindAXNWithContext(ctx volcengine.Context, input *BindAXNInput, opts ...request.Option) (*BindAXNOutput, error)

BindAXNWithContext is the same as BindAXN with the addition of the ability to pass a context and additional request options.

See BindAXN for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) BindAXYB

func (c *VMS) BindAXYB(input *BindAXYBInput) (*BindAXYBOutput, error)

BindAXYB API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation BindAXYB for usage and error information.

func (*VMS) BindAXYBCommon

func (c *VMS) BindAXYBCommon(input *map[string]interface{}) (*map[string]interface{}, error)

BindAXYBCommon API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation BindAXYBCommon for usage and error information.

func (*VMS) BindAXYBCommonRequest

func (c *VMS) BindAXYBCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

BindAXYBCommonRequest generates a "volcengine/request.Request" representing the client's request for the BindAXYBCommon operation. The "output" return value will be populated with the BindAXYBCommon request's response once the request completes successfully.

Use "Send" method on the returned BindAXYBCommon Request to send the API call to the service. the "output" return value is not valid until after BindAXYBCommon Send returns without error.

See BindAXYBCommon for more information on using the BindAXYBCommon API call, and error handling.

// Example sending a request using the BindAXYBCommonRequest method.
req, resp := client.BindAXYBCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) BindAXYBCommonWithContext

func (c *VMS) BindAXYBCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

BindAXYBCommonWithContext is the same as BindAXYBCommon with the addition of the ability to pass a context and additional request options.

See BindAXYBCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) BindAXYBRequest

func (c *VMS) BindAXYBRequest(input *BindAXYBInput) (req *request.Request, output *BindAXYBOutput)

BindAXYBRequest generates a "volcengine/request.Request" representing the client's request for the BindAXYB operation. The "output" return value will be populated with the BindAXYBCommon request's response once the request completes successfully.

Use "Send" method on the returned BindAXYBCommon Request to send the API call to the service. the "output" return value is not valid until after BindAXYBCommon Send returns without error.

See BindAXYB for more information on using the BindAXYB API call, and error handling.

// Example sending a request using the BindAXYBRequest method.
req, resp := client.BindAXYBRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) BindAXYBWithContext

func (c *VMS) BindAXYBWithContext(ctx volcengine.Context, input *BindAXYBInput, opts ...request.Option) (*BindAXYBOutput, error)

BindAXYBWithContext is the same as BindAXYB with the addition of the ability to pass a context and additional request options.

See BindAXYB for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) BindYBForAXYB

func (c *VMS) BindYBForAXYB(input *BindYBForAXYBInput) (*BindYBForAXYBOutput, error)

BindYBForAXYB API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation BindYBForAXYB for usage and error information.

func (*VMS) BindYBForAXYBCommon

func (c *VMS) BindYBForAXYBCommon(input *map[string]interface{}) (*map[string]interface{}, error)

BindYBForAXYBCommon API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation BindYBForAXYBCommon for usage and error information.

func (*VMS) BindYBForAXYBCommonRequest

func (c *VMS) BindYBForAXYBCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

BindYBForAXYBCommonRequest generates a "volcengine/request.Request" representing the client's request for the BindYBForAXYBCommon operation. The "output" return value will be populated with the BindYBForAXYBCommon request's response once the request completes successfully.

Use "Send" method on the returned BindYBForAXYBCommon Request to send the API call to the service. the "output" return value is not valid until after BindYBForAXYBCommon Send returns without error.

See BindYBForAXYBCommon for more information on using the BindYBForAXYBCommon API call, and error handling.

// Example sending a request using the BindYBForAXYBCommonRequest method.
req, resp := client.BindYBForAXYBCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) BindYBForAXYBCommonWithContext

func (c *VMS) BindYBForAXYBCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

BindYBForAXYBCommonWithContext is the same as BindYBForAXYBCommon with the addition of the ability to pass a context and additional request options.

See BindYBForAXYBCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) BindYBForAXYBRequest

func (c *VMS) BindYBForAXYBRequest(input *BindYBForAXYBInput) (req *request.Request, output *BindYBForAXYBOutput)

BindYBForAXYBRequest generates a "volcengine/request.Request" representing the client's request for the BindYBForAXYB operation. The "output" return value will be populated with the BindYBForAXYBCommon request's response once the request completes successfully.

Use "Send" method on the returned BindYBForAXYBCommon Request to send the API call to the service. the "output" return value is not valid until after BindYBForAXYBCommon Send returns without error.

See BindYBForAXYB for more information on using the BindYBForAXYB API call, and error handling.

// Example sending a request using the BindYBForAXYBRequest method.
req, resp := client.BindYBForAXYBRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) BindYBForAXYBWithContext

func (c *VMS) BindYBForAXYBWithContext(ctx volcengine.Context, input *BindYBForAXYBInput, opts ...request.Option) (*BindYBForAXYBOutput, error)

BindYBForAXYBWithContext is the same as BindYBForAXYB with the addition of the ability to pass a context and additional request options.

See BindYBForAXYB for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) CancelClick2CallV2

func (c *VMS) CancelClick2CallV2(input *CancelClick2CallV2Input) (*CancelClick2CallV2Output, error)

CancelClick2CallV2 API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation CancelClick2CallV2 for usage and error information.

func (*VMS) CancelClick2CallV2Common

func (c *VMS) CancelClick2CallV2Common(input *map[string]interface{}) (*map[string]interface{}, error)

CancelClick2CallV2Common API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation CancelClick2CallV2Common for usage and error information.

func (*VMS) CancelClick2CallV2CommonRequest

func (c *VMS) CancelClick2CallV2CommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CancelClick2CallV2CommonRequest generates a "volcengine/request.Request" representing the client's request for the CancelClick2CallV2Common operation. The "output" return value will be populated with the CancelClick2CallV2Common request's response once the request completes successfully.

Use "Send" method on the returned CancelClick2CallV2Common Request to send the API call to the service. the "output" return value is not valid until after CancelClick2CallV2Common Send returns without error.

See CancelClick2CallV2Common for more information on using the CancelClick2CallV2Common API call, and error handling.

// Example sending a request using the CancelClick2CallV2CommonRequest method.
req, resp := client.CancelClick2CallV2CommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) CancelClick2CallV2CommonWithContext

func (c *VMS) CancelClick2CallV2CommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CancelClick2CallV2CommonWithContext is the same as CancelClick2CallV2Common with the addition of the ability to pass a context and additional request options.

See CancelClick2CallV2Common for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) CancelClick2CallV2Request

func (c *VMS) CancelClick2CallV2Request(input *CancelClick2CallV2Input) (req *request.Request, output *CancelClick2CallV2Output)

CancelClick2CallV2Request generates a "volcengine/request.Request" representing the client's request for the CancelClick2CallV2 operation. The "output" return value will be populated with the CancelClick2CallV2Common request's response once the request completes successfully.

Use "Send" method on the returned CancelClick2CallV2Common Request to send the API call to the service. the "output" return value is not valid until after CancelClick2CallV2Common Send returns without error.

See CancelClick2CallV2 for more information on using the CancelClick2CallV2 API call, and error handling.

// Example sending a request using the CancelClick2CallV2Request method.
req, resp := client.CancelClick2CallV2Request(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) CancelClick2CallV2WithContext

func (c *VMS) CancelClick2CallV2WithContext(ctx volcengine.Context, input *CancelClick2CallV2Input, opts ...request.Option) (*CancelClick2CallV2Output, error)

CancelClick2CallV2WithContext is the same as CancelClick2CallV2 with the addition of the ability to pass a context and additional request options.

See CancelClick2CallV2 for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) Click2Call

func (c *VMS) Click2Call(input *Click2CallInput) (*Click2CallOutput, error)

Click2Call API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation Click2Call for usage and error information.

func (*VMS) Click2CallCommon

func (c *VMS) Click2CallCommon(input *map[string]interface{}) (*map[string]interface{}, error)

Click2CallCommon API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation Click2CallCommon for usage and error information.

func (*VMS) Click2CallCommonRequest

func (c *VMS) Click2CallCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

Click2CallCommonRequest generates a "volcengine/request.Request" representing the client's request for the Click2CallCommon operation. The "output" return value will be populated with the Click2CallCommon request's response once the request completes successfully.

Use "Send" method on the returned Click2CallCommon Request to send the API call to the service. the "output" return value is not valid until after Click2CallCommon Send returns without error.

See Click2CallCommon for more information on using the Click2CallCommon API call, and error handling.

// Example sending a request using the Click2CallCommonRequest method.
req, resp := client.Click2CallCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) Click2CallCommonWithContext

func (c *VMS) Click2CallCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

Click2CallCommonWithContext is the same as Click2CallCommon with the addition of the ability to pass a context and additional request options.

See Click2CallCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) Click2CallRequest

func (c *VMS) Click2CallRequest(input *Click2CallInput) (req *request.Request, output *Click2CallOutput)

Click2CallRequest generates a "volcengine/request.Request" representing the client's request for the Click2Call operation. The "output" return value will be populated with the Click2CallCommon request's response once the request completes successfully.

Use "Send" method on the returned Click2CallCommon Request to send the API call to the service. the "output" return value is not valid until after Click2CallCommon Send returns without error.

See Click2Call for more information on using the Click2Call API call, and error handling.

// Example sending a request using the Click2CallRequest method.
req, resp := client.Click2CallRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) Click2CallWithContext

func (c *VMS) Click2CallWithContext(ctx volcengine.Context, input *Click2CallInput, opts ...request.Option) (*Click2CallOutput, error)

Click2CallWithContext is the same as Click2Call with the addition of the ability to pass a context and additional request options.

See Click2Call for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) CommitResourceUpload

func (c *VMS) CommitResourceUpload(input *CommitResourceUploadInput) (*CommitResourceUploadOutput, error)

CommitResourceUpload API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation CommitResourceUpload for usage and error information.

func (*VMS) CommitResourceUploadCommon

func (c *VMS) CommitResourceUploadCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CommitResourceUploadCommon API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation CommitResourceUploadCommon for usage and error information.

func (*VMS) CommitResourceUploadCommonRequest

func (c *VMS) CommitResourceUploadCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CommitResourceUploadCommonRequest generates a "volcengine/request.Request" representing the client's request for the CommitResourceUploadCommon operation. The "output" return value will be populated with the CommitResourceUploadCommon request's response once the request completes successfully.

Use "Send" method on the returned CommitResourceUploadCommon Request to send the API call to the service. the "output" return value is not valid until after CommitResourceUploadCommon Send returns without error.

See CommitResourceUploadCommon for more information on using the CommitResourceUploadCommon API call, and error handling.

// Example sending a request using the CommitResourceUploadCommonRequest method.
req, resp := client.CommitResourceUploadCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) CommitResourceUploadCommonWithContext

func (c *VMS) CommitResourceUploadCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CommitResourceUploadCommonWithContext is the same as CommitResourceUploadCommon with the addition of the ability to pass a context and additional request options.

See CommitResourceUploadCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) CommitResourceUploadRequest

func (c *VMS) CommitResourceUploadRequest(input *CommitResourceUploadInput) (req *request.Request, output *CommitResourceUploadOutput)

CommitResourceUploadRequest generates a "volcengine/request.Request" representing the client's request for the CommitResourceUpload operation. The "output" return value will be populated with the CommitResourceUploadCommon request's response once the request completes successfully.

Use "Send" method on the returned CommitResourceUploadCommon Request to send the API call to the service. the "output" return value is not valid until after CommitResourceUploadCommon Send returns without error.

See CommitResourceUpload for more information on using the CommitResourceUpload API call, and error handling.

// Example sending a request using the CommitResourceUploadRequest method.
req, resp := client.CommitResourceUploadRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) CommitResourceUploadWithContext

func (c *VMS) CommitResourceUploadWithContext(ctx volcengine.Context, input *CommitResourceUploadInput, opts ...request.Option) (*CommitResourceUploadOutput, error)

CommitResourceUploadWithContext is the same as CommitResourceUpload with the addition of the ability to pass a context and additional request options.

See CommitResourceUpload for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) CreateNumberPool

func (c *VMS) CreateNumberPool(input *CreateNumberPoolInput) (*CreateNumberPoolOutput, error)

CreateNumberPool API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation CreateNumberPool for usage and error information.

func (*VMS) CreateNumberPoolCommon

func (c *VMS) CreateNumberPoolCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateNumberPoolCommon API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation CreateNumberPoolCommon for usage and error information.

func (*VMS) CreateNumberPoolCommonRequest

func (c *VMS) CreateNumberPoolCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateNumberPoolCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateNumberPoolCommon operation. The "output" return value will be populated with the CreateNumberPoolCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateNumberPoolCommon Request to send the API call to the service. the "output" return value is not valid until after CreateNumberPoolCommon Send returns without error.

See CreateNumberPoolCommon for more information on using the CreateNumberPoolCommon API call, and error handling.

// Example sending a request using the CreateNumberPoolCommonRequest method.
req, resp := client.CreateNumberPoolCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) CreateNumberPoolCommonWithContext

func (c *VMS) CreateNumberPoolCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateNumberPoolCommonWithContext is the same as CreateNumberPoolCommon with the addition of the ability to pass a context and additional request options.

See CreateNumberPoolCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) CreateNumberPoolRequest

func (c *VMS) CreateNumberPoolRequest(input *CreateNumberPoolInput) (req *request.Request, output *CreateNumberPoolOutput)

CreateNumberPoolRequest generates a "volcengine/request.Request" representing the client's request for the CreateNumberPool operation. The "output" return value will be populated with the CreateNumberPoolCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateNumberPoolCommon Request to send the API call to the service. the "output" return value is not valid until after CreateNumberPoolCommon Send returns without error.

See CreateNumberPool for more information on using the CreateNumberPool API call, and error handling.

// Example sending a request using the CreateNumberPoolRequest method.
req, resp := client.CreateNumberPoolRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) CreateNumberPoolWithContext

func (c *VMS) CreateNumberPoolWithContext(ctx volcengine.Context, input *CreateNumberPoolInput, opts ...request.Option) (*CreateNumberPoolOutput, error)

CreateNumberPoolWithContext is the same as CreateNumberPool with the addition of the ability to pass a context and additional request options.

See CreateNumberPool for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) CreateTask

func (c *VMS) CreateTask(input *CreateTaskInput) (*CreateTaskOutput, error)

CreateTask API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation CreateTask for usage and error information.

func (*VMS) CreateTaskCommon

func (c *VMS) CreateTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)

CreateTaskCommon API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation CreateTaskCommon for usage and error information.

func (*VMS) CreateTaskCommonRequest

func (c *VMS) CreateTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

CreateTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the CreateTaskCommon operation. The "output" return value will be populated with the CreateTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTaskCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTaskCommon Send returns without error.

See CreateTaskCommon for more information on using the CreateTaskCommon API call, and error handling.

// Example sending a request using the CreateTaskCommonRequest method.
req, resp := client.CreateTaskCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) CreateTaskCommonWithContext

func (c *VMS) CreateTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

CreateTaskCommonWithContext is the same as CreateTaskCommon with the addition of the ability to pass a context and additional request options.

See CreateTaskCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) CreateTaskRequest

func (c *VMS) CreateTaskRequest(input *CreateTaskInput) (req *request.Request, output *CreateTaskOutput)

CreateTaskRequest generates a "volcengine/request.Request" representing the client's request for the CreateTask operation. The "output" return value will be populated with the CreateTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned CreateTaskCommon Request to send the API call to the service. the "output" return value is not valid until after CreateTaskCommon Send returns without error.

See CreateTask for more information on using the CreateTask API call, and error handling.

// Example sending a request using the CreateTaskRequest method.
req, resp := client.CreateTaskRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) CreateTaskWithContext

func (c *VMS) CreateTaskWithContext(ctx volcengine.Context, input *CreateTaskInput, opts ...request.Option) (*CreateTaskOutput, error)

CreateTaskWithContext is the same as CreateTask with the addition of the ability to pass a context and additional request options.

See CreateTask for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) EnableOrDisableNumber

func (c *VMS) EnableOrDisableNumber(input *EnableOrDisableNumberInput) (*EnableOrDisableNumberOutput, error)

EnableOrDisableNumber API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation EnableOrDisableNumber for usage and error information.

func (*VMS) EnableOrDisableNumberCommon

func (c *VMS) EnableOrDisableNumberCommon(input *map[string]interface{}) (*map[string]interface{}, error)

EnableOrDisableNumberCommon API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation EnableOrDisableNumberCommon for usage and error information.

func (*VMS) EnableOrDisableNumberCommonRequest

func (c *VMS) EnableOrDisableNumberCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

EnableOrDisableNumberCommonRequest generates a "volcengine/request.Request" representing the client's request for the EnableOrDisableNumberCommon operation. The "output" return value will be populated with the EnableOrDisableNumberCommon request's response once the request completes successfully.

Use "Send" method on the returned EnableOrDisableNumberCommon Request to send the API call to the service. the "output" return value is not valid until after EnableOrDisableNumberCommon Send returns without error.

See EnableOrDisableNumberCommon for more information on using the EnableOrDisableNumberCommon API call, and error handling.

// Example sending a request using the EnableOrDisableNumberCommonRequest method.
req, resp := client.EnableOrDisableNumberCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) EnableOrDisableNumberCommonWithContext

func (c *VMS) EnableOrDisableNumberCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

EnableOrDisableNumberCommonWithContext is the same as EnableOrDisableNumberCommon with the addition of the ability to pass a context and additional request options.

See EnableOrDisableNumberCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) EnableOrDisableNumberRequest

func (c *VMS) EnableOrDisableNumberRequest(input *EnableOrDisableNumberInput) (req *request.Request, output *EnableOrDisableNumberOutput)

EnableOrDisableNumberRequest generates a "volcengine/request.Request" representing the client's request for the EnableOrDisableNumber operation. The "output" return value will be populated with the EnableOrDisableNumberCommon request's response once the request completes successfully.

Use "Send" method on the returned EnableOrDisableNumberCommon Request to send the API call to the service. the "output" return value is not valid until after EnableOrDisableNumberCommon Send returns without error.

See EnableOrDisableNumber for more information on using the EnableOrDisableNumber API call, and error handling.

// Example sending a request using the EnableOrDisableNumberRequest method.
req, resp := client.EnableOrDisableNumberRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) EnableOrDisableNumberWithContext

func (c *VMS) EnableOrDisableNumberWithContext(ctx volcengine.Context, input *EnableOrDisableNumberInput, opts ...request.Option) (*EnableOrDisableNumberOutput, error)

EnableOrDisableNumberWithContext is the same as EnableOrDisableNumber with the addition of the ability to pass a context and additional request options.

See EnableOrDisableNumber for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) GetResourceUploadUrl

func (c *VMS) GetResourceUploadUrl(input *GetResourceUploadUrlInput) (*GetResourceUploadUrlOutput, error)

GetResourceUploadUrl API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation GetResourceUploadUrl for usage and error information.

func (*VMS) GetResourceUploadUrlCommon

func (c *VMS) GetResourceUploadUrlCommon(input *map[string]interface{}) (*map[string]interface{}, error)

GetResourceUploadUrlCommon API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation GetResourceUploadUrlCommon for usage and error information.

func (*VMS) GetResourceUploadUrlCommonRequest

func (c *VMS) GetResourceUploadUrlCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

GetResourceUploadUrlCommonRequest generates a "volcengine/request.Request" representing the client's request for the GetResourceUploadUrlCommon operation. The "output" return value will be populated with the GetResourceUploadUrlCommon request's response once the request completes successfully.

Use "Send" method on the returned GetResourceUploadUrlCommon Request to send the API call to the service. the "output" return value is not valid until after GetResourceUploadUrlCommon Send returns without error.

See GetResourceUploadUrlCommon for more information on using the GetResourceUploadUrlCommon API call, and error handling.

// Example sending a request using the GetResourceUploadUrlCommonRequest method.
req, resp := client.GetResourceUploadUrlCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) GetResourceUploadUrlCommonWithContext

func (c *VMS) GetResourceUploadUrlCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

GetResourceUploadUrlCommonWithContext is the same as GetResourceUploadUrlCommon with the addition of the ability to pass a context and additional request options.

See GetResourceUploadUrlCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) GetResourceUploadUrlRequest

func (c *VMS) GetResourceUploadUrlRequest(input *GetResourceUploadUrlInput) (req *request.Request, output *GetResourceUploadUrlOutput)

GetResourceUploadUrlRequest generates a "volcengine/request.Request" representing the client's request for the GetResourceUploadUrl operation. The "output" return value will be populated with the GetResourceUploadUrlCommon request's response once the request completes successfully.

Use "Send" method on the returned GetResourceUploadUrlCommon Request to send the API call to the service. the "output" return value is not valid until after GetResourceUploadUrlCommon Send returns without error.

See GetResourceUploadUrl for more information on using the GetResourceUploadUrl API call, and error handling.

// Example sending a request using the GetResourceUploadUrlRequest method.
req, resp := client.GetResourceUploadUrlRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) GetResourceUploadUrlWithContext

func (c *VMS) GetResourceUploadUrlWithContext(ctx volcengine.Context, input *GetResourceUploadUrlInput, opts ...request.Option) (*GetResourceUploadUrlOutput, error)

GetResourceUploadUrlWithContext is the same as GetResourceUploadUrl with the addition of the ability to pass a context and additional request options.

See GetResourceUploadUrl for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) NumberList

func (c *VMS) NumberList(input *NumberListInput) (*NumberListOutput, error)

NumberList API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation NumberList for usage and error information.

func (*VMS) NumberListCommon

func (c *VMS) NumberListCommon(input *map[string]interface{}) (*map[string]interface{}, error)

NumberListCommon API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation NumberListCommon for usage and error information.

func (*VMS) NumberListCommonRequest

func (c *VMS) NumberListCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

NumberListCommonRequest generates a "volcengine/request.Request" representing the client's request for the NumberListCommon operation. The "output" return value will be populated with the NumberListCommon request's response once the request completes successfully.

Use "Send" method on the returned NumberListCommon Request to send the API call to the service. the "output" return value is not valid until after NumberListCommon Send returns without error.

See NumberListCommon for more information on using the NumberListCommon API call, and error handling.

// Example sending a request using the NumberListCommonRequest method.
req, resp := client.NumberListCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) NumberListCommonWithContext

func (c *VMS) NumberListCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

NumberListCommonWithContext is the same as NumberListCommon with the addition of the ability to pass a context and additional request options.

See NumberListCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) NumberListRequest

func (c *VMS) NumberListRequest(input *NumberListInput) (req *request.Request, output *NumberListOutput)

NumberListRequest generates a "volcengine/request.Request" representing the client's request for the NumberList operation. The "output" return value will be populated with the NumberListCommon request's response once the request completes successfully.

Use "Send" method on the returned NumberListCommon Request to send the API call to the service. the "output" return value is not valid until after NumberListCommon Send returns without error.

See NumberList for more information on using the NumberList API call, and error handling.

// Example sending a request using the NumberListRequest method.
req, resp := client.NumberListRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) NumberListWithContext

func (c *VMS) NumberListWithContext(ctx volcengine.Context, input *NumberListInput, opts ...request.Option) (*NumberListOutput, error)

NumberListWithContext is the same as NumberList with the addition of the ability to pass a context and additional request options.

See NumberList for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) NumberPoolList

func (c *VMS) NumberPoolList(input *NumberPoolListInput) (*NumberPoolListOutput, error)

NumberPoolList API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation NumberPoolList for usage and error information.

func (*VMS) NumberPoolListCommon

func (c *VMS) NumberPoolListCommon(input *map[string]interface{}) (*map[string]interface{}, error)

NumberPoolListCommon API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation NumberPoolListCommon for usage and error information.

func (*VMS) NumberPoolListCommonRequest

func (c *VMS) NumberPoolListCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

NumberPoolListCommonRequest generates a "volcengine/request.Request" representing the client's request for the NumberPoolListCommon operation. The "output" return value will be populated with the NumberPoolListCommon request's response once the request completes successfully.

Use "Send" method on the returned NumberPoolListCommon Request to send the API call to the service. the "output" return value is not valid until after NumberPoolListCommon Send returns without error.

See NumberPoolListCommon for more information on using the NumberPoolListCommon API call, and error handling.

// Example sending a request using the NumberPoolListCommonRequest method.
req, resp := client.NumberPoolListCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) NumberPoolListCommonWithContext

func (c *VMS) NumberPoolListCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

NumberPoolListCommonWithContext is the same as NumberPoolListCommon with the addition of the ability to pass a context and additional request options.

See NumberPoolListCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) NumberPoolListRequest

func (c *VMS) NumberPoolListRequest(input *NumberPoolListInput) (req *request.Request, output *NumberPoolListOutput)

NumberPoolListRequest generates a "volcengine/request.Request" representing the client's request for the NumberPoolList operation. The "output" return value will be populated with the NumberPoolListCommon request's response once the request completes successfully.

Use "Send" method on the returned NumberPoolListCommon Request to send the API call to the service. the "output" return value is not valid until after NumberPoolListCommon Send returns without error.

See NumberPoolList for more information on using the NumberPoolList API call, and error handling.

// Example sending a request using the NumberPoolListRequest method.
req, resp := client.NumberPoolListRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) NumberPoolListWithContext

func (c *VMS) NumberPoolListWithContext(ctx volcengine.Context, input *NumberPoolListInput, opts ...request.Option) (*NumberPoolListOutput, error)

NumberPoolListWithContext is the same as NumberPoolList with the addition of the ability to pass a context and additional request options.

See NumberPoolList for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) OpenCreateTts

func (c *VMS) OpenCreateTts(input *OpenCreateTtsInput) (*OpenCreateTtsOutput, error)

OpenCreateTts API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation OpenCreateTts for usage and error information.

func (*VMS) OpenCreateTtsCommon

func (c *VMS) OpenCreateTtsCommon(input *map[string]interface{}) (*map[string]interface{}, error)

OpenCreateTtsCommon API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation OpenCreateTtsCommon for usage and error information.

func (*VMS) OpenCreateTtsCommonRequest

func (c *VMS) OpenCreateTtsCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

OpenCreateTtsCommonRequest generates a "volcengine/request.Request" representing the client's request for the OpenCreateTtsCommon operation. The "output" return value will be populated with the OpenCreateTtsCommon request's response once the request completes successfully.

Use "Send" method on the returned OpenCreateTtsCommon Request to send the API call to the service. the "output" return value is not valid until after OpenCreateTtsCommon Send returns without error.

See OpenCreateTtsCommon for more information on using the OpenCreateTtsCommon API call, and error handling.

// Example sending a request using the OpenCreateTtsCommonRequest method.
req, resp := client.OpenCreateTtsCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) OpenCreateTtsCommonWithContext

func (c *VMS) OpenCreateTtsCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

OpenCreateTtsCommonWithContext is the same as OpenCreateTtsCommon with the addition of the ability to pass a context and additional request options.

See OpenCreateTtsCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) OpenCreateTtsRequest

func (c *VMS) OpenCreateTtsRequest(input *OpenCreateTtsInput) (req *request.Request, output *OpenCreateTtsOutput)

OpenCreateTtsRequest generates a "volcengine/request.Request" representing the client's request for the OpenCreateTts operation. The "output" return value will be populated with the OpenCreateTtsCommon request's response once the request completes successfully.

Use "Send" method on the returned OpenCreateTtsCommon Request to send the API call to the service. the "output" return value is not valid until after OpenCreateTtsCommon Send returns without error.

See OpenCreateTts for more information on using the OpenCreateTts API call, and error handling.

// Example sending a request using the OpenCreateTtsRequest method.
req, resp := client.OpenCreateTtsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) OpenCreateTtsWithContext

func (c *VMS) OpenCreateTtsWithContext(ctx volcengine.Context, input *OpenCreateTtsInput, opts ...request.Option) (*OpenCreateTtsOutput, error)

OpenCreateTtsWithContext is the same as OpenCreateTts with the addition of the ability to pass a context and additional request options.

See OpenCreateTts for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) OpenDeleteResource

func (c *VMS) OpenDeleteResource(input *OpenDeleteResourceInput) (*OpenDeleteResourceOutput, error)

OpenDeleteResource API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation OpenDeleteResource for usage and error information.

func (*VMS) OpenDeleteResourceCommon

func (c *VMS) OpenDeleteResourceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

OpenDeleteResourceCommon API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation OpenDeleteResourceCommon for usage and error information.

func (*VMS) OpenDeleteResourceCommonRequest

func (c *VMS) OpenDeleteResourceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

OpenDeleteResourceCommonRequest generates a "volcengine/request.Request" representing the client's request for the OpenDeleteResourceCommon operation. The "output" return value will be populated with the OpenDeleteResourceCommon request's response once the request completes successfully.

Use "Send" method on the returned OpenDeleteResourceCommon Request to send the API call to the service. the "output" return value is not valid until after OpenDeleteResourceCommon Send returns without error.

See OpenDeleteResourceCommon for more information on using the OpenDeleteResourceCommon API call, and error handling.

// Example sending a request using the OpenDeleteResourceCommonRequest method.
req, resp := client.OpenDeleteResourceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) OpenDeleteResourceCommonWithContext

func (c *VMS) OpenDeleteResourceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

OpenDeleteResourceCommonWithContext is the same as OpenDeleteResourceCommon with the addition of the ability to pass a context and additional request options.

See OpenDeleteResourceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) OpenDeleteResourceRequest

func (c *VMS) OpenDeleteResourceRequest(input *OpenDeleteResourceInput) (req *request.Request, output *OpenDeleteResourceOutput)

OpenDeleteResourceRequest generates a "volcengine/request.Request" representing the client's request for the OpenDeleteResource operation. The "output" return value will be populated with the OpenDeleteResourceCommon request's response once the request completes successfully.

Use "Send" method on the returned OpenDeleteResourceCommon Request to send the API call to the service. the "output" return value is not valid until after OpenDeleteResourceCommon Send returns without error.

See OpenDeleteResource for more information on using the OpenDeleteResource API call, and error handling.

// Example sending a request using the OpenDeleteResourceRequest method.
req, resp := client.OpenDeleteResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) OpenDeleteResourceWithContext

func (c *VMS) OpenDeleteResourceWithContext(ctx volcengine.Context, input *OpenDeleteResourceInput, opts ...request.Option) (*OpenDeleteResourceOutput, error)

OpenDeleteResourceWithContext is the same as OpenDeleteResource with the addition of the ability to pass a context and additional request options.

See OpenDeleteResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) OpenUpdateResource

func (c *VMS) OpenUpdateResource(input *OpenUpdateResourceInput) (*OpenUpdateResourceOutput, error)

OpenUpdateResource API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation OpenUpdateResource for usage and error information.

func (*VMS) OpenUpdateResourceCommon

func (c *VMS) OpenUpdateResourceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

OpenUpdateResourceCommon API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation OpenUpdateResourceCommon for usage and error information.

func (*VMS) OpenUpdateResourceCommonRequest

func (c *VMS) OpenUpdateResourceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

OpenUpdateResourceCommonRequest generates a "volcengine/request.Request" representing the client's request for the OpenUpdateResourceCommon operation. The "output" return value will be populated with the OpenUpdateResourceCommon request's response once the request completes successfully.

Use "Send" method on the returned OpenUpdateResourceCommon Request to send the API call to the service. the "output" return value is not valid until after OpenUpdateResourceCommon Send returns without error.

See OpenUpdateResourceCommon for more information on using the OpenUpdateResourceCommon API call, and error handling.

// Example sending a request using the OpenUpdateResourceCommonRequest method.
req, resp := client.OpenUpdateResourceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) OpenUpdateResourceCommonWithContext

func (c *VMS) OpenUpdateResourceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

OpenUpdateResourceCommonWithContext is the same as OpenUpdateResourceCommon with the addition of the ability to pass a context and additional request options.

See OpenUpdateResourceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) OpenUpdateResourceRequest

func (c *VMS) OpenUpdateResourceRequest(input *OpenUpdateResourceInput) (req *request.Request, output *OpenUpdateResourceOutput)

OpenUpdateResourceRequest generates a "volcengine/request.Request" representing the client's request for the OpenUpdateResource operation. The "output" return value will be populated with the OpenUpdateResourceCommon request's response once the request completes successfully.

Use "Send" method on the returned OpenUpdateResourceCommon Request to send the API call to the service. the "output" return value is not valid until after OpenUpdateResourceCommon Send returns without error.

See OpenUpdateResource for more information on using the OpenUpdateResource API call, and error handling.

// Example sending a request using the OpenUpdateResourceRequest method.
req, resp := client.OpenUpdateResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) OpenUpdateResourceWithContext

func (c *VMS) OpenUpdateResourceWithContext(ctx volcengine.Context, input *OpenUpdateResourceInput, opts ...request.Option) (*OpenUpdateResourceOutput, error)

OpenUpdateResourceWithContext is the same as OpenUpdateResource with the addition of the ability to pass a context and additional request options.

See OpenUpdateResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) PauseTask

func (c *VMS) PauseTask(input *PauseTaskInput) (*PauseTaskOutput, error)

PauseTask API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation PauseTask for usage and error information.

func (*VMS) PauseTaskCommon

func (c *VMS) PauseTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)

PauseTaskCommon API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation PauseTaskCommon for usage and error information.

func (*VMS) PauseTaskCommonRequest

func (c *VMS) PauseTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

PauseTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the PauseTaskCommon operation. The "output" return value will be populated with the PauseTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned PauseTaskCommon Request to send the API call to the service. the "output" return value is not valid until after PauseTaskCommon Send returns without error.

See PauseTaskCommon for more information on using the PauseTaskCommon API call, and error handling.

// Example sending a request using the PauseTaskCommonRequest method.
req, resp := client.PauseTaskCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) PauseTaskCommonWithContext

func (c *VMS) PauseTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

PauseTaskCommonWithContext is the same as PauseTaskCommon with the addition of the ability to pass a context and additional request options.

See PauseTaskCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) PauseTaskRequest

func (c *VMS) PauseTaskRequest(input *PauseTaskInput) (req *request.Request, output *PauseTaskOutput)

PauseTaskRequest generates a "volcengine/request.Request" representing the client's request for the PauseTask operation. The "output" return value will be populated with the PauseTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned PauseTaskCommon Request to send the API call to the service. the "output" return value is not valid until after PauseTaskCommon Send returns without error.

See PauseTask for more information on using the PauseTask API call, and error handling.

// Example sending a request using the PauseTaskRequest method.
req, resp := client.PauseTaskRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) PauseTaskWithContext

func (c *VMS) PauseTaskWithContext(ctx volcengine.Context, input *PauseTaskInput, opts ...request.Option) (*PauseTaskOutput, error)

PauseTaskWithContext is the same as PauseTask with the addition of the ability to pass a context and additional request options.

See PauseTask for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) QueryAudioRecordFileUrl

func (c *VMS) QueryAudioRecordFileUrl(input *QueryAudioRecordFileUrlInput) (*QueryAudioRecordFileUrlOutput, error)

QueryAudioRecordFileUrl API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation QueryAudioRecordFileUrl for usage and error information.

func (*VMS) QueryAudioRecordFileUrlCommon

func (c *VMS) QueryAudioRecordFileUrlCommon(input *map[string]interface{}) (*map[string]interface{}, error)

QueryAudioRecordFileUrlCommon API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation QueryAudioRecordFileUrlCommon for usage and error information.

func (*VMS) QueryAudioRecordFileUrlCommonRequest

func (c *VMS) QueryAudioRecordFileUrlCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

QueryAudioRecordFileUrlCommonRequest generates a "volcengine/request.Request" representing the client's request for the QueryAudioRecordFileUrlCommon operation. The "output" return value will be populated with the QueryAudioRecordFileUrlCommon request's response once the request completes successfully.

Use "Send" method on the returned QueryAudioRecordFileUrlCommon Request to send the API call to the service. the "output" return value is not valid until after QueryAudioRecordFileUrlCommon Send returns without error.

See QueryAudioRecordFileUrlCommon for more information on using the QueryAudioRecordFileUrlCommon API call, and error handling.

// Example sending a request using the QueryAudioRecordFileUrlCommonRequest method.
req, resp := client.QueryAudioRecordFileUrlCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) QueryAudioRecordFileUrlCommonWithContext

func (c *VMS) QueryAudioRecordFileUrlCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

QueryAudioRecordFileUrlCommonWithContext is the same as QueryAudioRecordFileUrlCommon with the addition of the ability to pass a context and additional request options.

See QueryAudioRecordFileUrlCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) QueryAudioRecordFileUrlRequest

func (c *VMS) QueryAudioRecordFileUrlRequest(input *QueryAudioRecordFileUrlInput) (req *request.Request, output *QueryAudioRecordFileUrlOutput)

QueryAudioRecordFileUrlRequest generates a "volcengine/request.Request" representing the client's request for the QueryAudioRecordFileUrl operation. The "output" return value will be populated with the QueryAudioRecordFileUrlCommon request's response once the request completes successfully.

Use "Send" method on the returned QueryAudioRecordFileUrlCommon Request to send the API call to the service. the "output" return value is not valid until after QueryAudioRecordFileUrlCommon Send returns without error.

See QueryAudioRecordFileUrl for more information on using the QueryAudioRecordFileUrl API call, and error handling.

// Example sending a request using the QueryAudioRecordFileUrlRequest method.
req, resp := client.QueryAudioRecordFileUrlRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) QueryAudioRecordFileUrlWithContext

func (c *VMS) QueryAudioRecordFileUrlWithContext(ctx volcengine.Context, input *QueryAudioRecordFileUrlInput, opts ...request.Option) (*QueryAudioRecordFileUrlOutput, error)

QueryAudioRecordFileUrlWithContext is the same as QueryAudioRecordFileUrl with the addition of the ability to pass a context and additional request options.

See QueryAudioRecordFileUrl for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) QueryAudioRecordToTextFileUrlV2

func (c *VMS) QueryAudioRecordToTextFileUrlV2(input *QueryAudioRecordToTextFileUrlV2Input) (*QueryAudioRecordToTextFileUrlV2Output, error)

QueryAudioRecordToTextFileUrlV2 API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation QueryAudioRecordToTextFileUrlV2 for usage and error information.

func (*VMS) QueryAudioRecordToTextFileUrlV2Common

func (c *VMS) QueryAudioRecordToTextFileUrlV2Common(input *map[string]interface{}) (*map[string]interface{}, error)

QueryAudioRecordToTextFileUrlV2Common API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation QueryAudioRecordToTextFileUrlV2Common for usage and error information.

func (*VMS) QueryAudioRecordToTextFileUrlV2CommonRequest

func (c *VMS) QueryAudioRecordToTextFileUrlV2CommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

QueryAudioRecordToTextFileUrlV2CommonRequest generates a "volcengine/request.Request" representing the client's request for the QueryAudioRecordToTextFileUrlV2Common operation. The "output" return value will be populated with the QueryAudioRecordToTextFileUrlV2Common request's response once the request completes successfully.

Use "Send" method on the returned QueryAudioRecordToTextFileUrlV2Common Request to send the API call to the service. the "output" return value is not valid until after QueryAudioRecordToTextFileUrlV2Common Send returns without error.

See QueryAudioRecordToTextFileUrlV2Common for more information on using the QueryAudioRecordToTextFileUrlV2Common API call, and error handling.

// Example sending a request using the QueryAudioRecordToTextFileUrlV2CommonRequest method.
req, resp := client.QueryAudioRecordToTextFileUrlV2CommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) QueryAudioRecordToTextFileUrlV2CommonWithContext

func (c *VMS) QueryAudioRecordToTextFileUrlV2CommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

QueryAudioRecordToTextFileUrlV2CommonWithContext is the same as QueryAudioRecordToTextFileUrlV2Common with the addition of the ability to pass a context and additional request options.

See QueryAudioRecordToTextFileUrlV2Common for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) QueryAudioRecordToTextFileUrlV2Request

func (c *VMS) QueryAudioRecordToTextFileUrlV2Request(input *QueryAudioRecordToTextFileUrlV2Input) (req *request.Request, output *QueryAudioRecordToTextFileUrlV2Output)

QueryAudioRecordToTextFileUrlV2Request generates a "volcengine/request.Request" representing the client's request for the QueryAudioRecordToTextFileUrlV2 operation. The "output" return value will be populated with the QueryAudioRecordToTextFileUrlV2Common request's response once the request completes successfully.

Use "Send" method on the returned QueryAudioRecordToTextFileUrlV2Common Request to send the API call to the service. the "output" return value is not valid until after QueryAudioRecordToTextFileUrlV2Common Send returns without error.

See QueryAudioRecordToTextFileUrlV2 for more information on using the QueryAudioRecordToTextFileUrlV2 API call, and error handling.

// Example sending a request using the QueryAudioRecordToTextFileUrlV2Request method.
req, resp := client.QueryAudioRecordToTextFileUrlV2Request(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) QueryAudioRecordToTextFileUrlV2WithContext

func (c *VMS) QueryAudioRecordToTextFileUrlV2WithContext(ctx volcengine.Context, input *QueryAudioRecordToTextFileUrlV2Input, opts ...request.Option) (*QueryAudioRecordToTextFileUrlV2Output, error)

QueryAudioRecordToTextFileUrlV2WithContext is the same as QueryAudioRecordToTextFileUrlV2 with the addition of the ability to pass a context and additional request options.

See QueryAudioRecordToTextFileUrlV2 for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) QueryAuth

func (c *VMS) QueryAuth(input *QueryAuthInput) (*QueryAuthOutput, error)

QueryAuth API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation QueryAuth for usage and error information.

func (*VMS) QueryAuthCommon

func (c *VMS) QueryAuthCommon(input *map[string]interface{}) (*map[string]interface{}, error)

QueryAuthCommon API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation QueryAuthCommon for usage and error information.

func (*VMS) QueryAuthCommonRequest

func (c *VMS) QueryAuthCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

QueryAuthCommonRequest generates a "volcengine/request.Request" representing the client's request for the QueryAuthCommon operation. The "output" return value will be populated with the QueryAuthCommon request's response once the request completes successfully.

Use "Send" method on the returned QueryAuthCommon Request to send the API call to the service. the "output" return value is not valid until after QueryAuthCommon Send returns without error.

See QueryAuthCommon for more information on using the QueryAuthCommon API call, and error handling.

// Example sending a request using the QueryAuthCommonRequest method.
req, resp := client.QueryAuthCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) QueryAuthCommonWithContext

func (c *VMS) QueryAuthCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

QueryAuthCommonWithContext is the same as QueryAuthCommon with the addition of the ability to pass a context and additional request options.

See QueryAuthCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) QueryAuthRequest

func (c *VMS) QueryAuthRequest(input *QueryAuthInput) (req *request.Request, output *QueryAuthOutput)

QueryAuthRequest generates a "volcengine/request.Request" representing the client's request for the QueryAuth operation. The "output" return value will be populated with the QueryAuthCommon request's response once the request completes successfully.

Use "Send" method on the returned QueryAuthCommon Request to send the API call to the service. the "output" return value is not valid until after QueryAuthCommon Send returns without error.

See QueryAuth for more information on using the QueryAuth API call, and error handling.

// Example sending a request using the QueryAuthRequest method.
req, resp := client.QueryAuthRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) QueryAuthWithContext

func (c *VMS) QueryAuthWithContext(ctx volcengine.Context, input *QueryAuthInput, opts ...request.Option) (*QueryAuthOutput, error)

QueryAuthWithContext is the same as QueryAuth with the addition of the ability to pass a context and additional request options.

See QueryAuth for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) QueryCallRecordMsgV2

func (c *VMS) QueryCallRecordMsgV2(input *QueryCallRecordMsgV2Input) (*QueryCallRecordMsgV2Output, error)

QueryCallRecordMsgV2 API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation QueryCallRecordMsgV2 for usage and error information.

func (*VMS) QueryCallRecordMsgV2Common

func (c *VMS) QueryCallRecordMsgV2Common(input *map[string]interface{}) (*map[string]interface{}, error)

QueryCallRecordMsgV2Common API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation QueryCallRecordMsgV2Common for usage and error information.

func (*VMS) QueryCallRecordMsgV2CommonRequest

func (c *VMS) QueryCallRecordMsgV2CommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

QueryCallRecordMsgV2CommonRequest generates a "volcengine/request.Request" representing the client's request for the QueryCallRecordMsgV2Common operation. The "output" return value will be populated with the QueryCallRecordMsgV2Common request's response once the request completes successfully.

Use "Send" method on the returned QueryCallRecordMsgV2Common Request to send the API call to the service. the "output" return value is not valid until after QueryCallRecordMsgV2Common Send returns without error.

See QueryCallRecordMsgV2Common for more information on using the QueryCallRecordMsgV2Common API call, and error handling.

// Example sending a request using the QueryCallRecordMsgV2CommonRequest method.
req, resp := client.QueryCallRecordMsgV2CommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) QueryCallRecordMsgV2CommonWithContext

func (c *VMS) QueryCallRecordMsgV2CommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

QueryCallRecordMsgV2CommonWithContext is the same as QueryCallRecordMsgV2Common with the addition of the ability to pass a context and additional request options.

See QueryCallRecordMsgV2Common for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) QueryCallRecordMsgV2Request

func (c *VMS) QueryCallRecordMsgV2Request(input *QueryCallRecordMsgV2Input) (req *request.Request, output *QueryCallRecordMsgV2Output)

QueryCallRecordMsgV2Request generates a "volcengine/request.Request" representing the client's request for the QueryCallRecordMsgV2 operation. The "output" return value will be populated with the QueryCallRecordMsgV2Common request's response once the request completes successfully.

Use "Send" method on the returned QueryCallRecordMsgV2Common Request to send the API call to the service. the "output" return value is not valid until after QueryCallRecordMsgV2Common Send returns without error.

See QueryCallRecordMsgV2 for more information on using the QueryCallRecordMsgV2 API call, and error handling.

// Example sending a request using the QueryCallRecordMsgV2Request method.
req, resp := client.QueryCallRecordMsgV2Request(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) QueryCallRecordMsgV2WithContext

func (c *VMS) QueryCallRecordMsgV2WithContext(ctx volcengine.Context, input *QueryCallRecordMsgV2Input, opts ...request.Option) (*QueryCallRecordMsgV2Output, error)

QueryCallRecordMsgV2WithContext is the same as QueryCallRecordMsgV2 with the addition of the ability to pass a context and additional request options.

See QueryCallRecordMsgV2 for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) QueryOpenGetResource

func (c *VMS) QueryOpenGetResource(input *QueryOpenGetResourceInput) (*QueryOpenGetResourceOutput, error)

QueryOpenGetResource API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation QueryOpenGetResource for usage and error information.

func (*VMS) QueryOpenGetResourceCommon

func (c *VMS) QueryOpenGetResourceCommon(input *map[string]interface{}) (*map[string]interface{}, error)

QueryOpenGetResourceCommon API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation QueryOpenGetResourceCommon for usage and error information.

func (*VMS) QueryOpenGetResourceCommonRequest

func (c *VMS) QueryOpenGetResourceCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

QueryOpenGetResourceCommonRequest generates a "volcengine/request.Request" representing the client's request for the QueryOpenGetResourceCommon operation. The "output" return value will be populated with the QueryOpenGetResourceCommon request's response once the request completes successfully.

Use "Send" method on the returned QueryOpenGetResourceCommon Request to send the API call to the service. the "output" return value is not valid until after QueryOpenGetResourceCommon Send returns without error.

See QueryOpenGetResourceCommon for more information on using the QueryOpenGetResourceCommon API call, and error handling.

// Example sending a request using the QueryOpenGetResourceCommonRequest method.
req, resp := client.QueryOpenGetResourceCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) QueryOpenGetResourceCommonWithContext

func (c *VMS) QueryOpenGetResourceCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

QueryOpenGetResourceCommonWithContext is the same as QueryOpenGetResourceCommon with the addition of the ability to pass a context and additional request options.

See QueryOpenGetResourceCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) QueryOpenGetResourceRequest

func (c *VMS) QueryOpenGetResourceRequest(input *QueryOpenGetResourceInput) (req *request.Request, output *QueryOpenGetResourceOutput)

QueryOpenGetResourceRequest generates a "volcengine/request.Request" representing the client's request for the QueryOpenGetResource operation. The "output" return value will be populated with the QueryOpenGetResourceCommon request's response once the request completes successfully.

Use "Send" method on the returned QueryOpenGetResourceCommon Request to send the API call to the service. the "output" return value is not valid until after QueryOpenGetResourceCommon Send returns without error.

See QueryOpenGetResource for more information on using the QueryOpenGetResource API call, and error handling.

// Example sending a request using the QueryOpenGetResourceRequest method.
req, resp := client.QueryOpenGetResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) QueryOpenGetResourceWithContext

func (c *VMS) QueryOpenGetResourceWithContext(ctx volcengine.Context, input *QueryOpenGetResourceInput, opts ...request.Option) (*QueryOpenGetResourceOutput, error)

QueryOpenGetResourceWithContext is the same as QueryOpenGetResource with the addition of the ability to pass a context and additional request options.

See QueryOpenGetResource for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) QueryQualification

func (c *VMS) QueryQualification(input *QueryQualificationInput) (*QueryQualificationOutput, error)

QueryQualification API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation QueryQualification for usage and error information.

func (*VMS) QueryQualificationCommon

func (c *VMS) QueryQualificationCommon(input *map[string]interface{}) (*map[string]interface{}, error)

QueryQualificationCommon API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation QueryQualificationCommon for usage and error information.

func (*VMS) QueryQualificationCommonRequest

func (c *VMS) QueryQualificationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

QueryQualificationCommonRequest generates a "volcengine/request.Request" representing the client's request for the QueryQualificationCommon operation. The "output" return value will be populated with the QueryQualificationCommon request's response once the request completes successfully.

Use "Send" method on the returned QueryQualificationCommon Request to send the API call to the service. the "output" return value is not valid until after QueryQualificationCommon Send returns without error.

See QueryQualificationCommon for more information on using the QueryQualificationCommon API call, and error handling.

// Example sending a request using the QueryQualificationCommonRequest method.
req, resp := client.QueryQualificationCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) QueryQualificationCommonWithContext

func (c *VMS) QueryQualificationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

QueryQualificationCommonWithContext is the same as QueryQualificationCommon with the addition of the ability to pass a context and additional request options.

See QueryQualificationCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) QueryQualificationRequest

func (c *VMS) QueryQualificationRequest(input *QueryQualificationInput) (req *request.Request, output *QueryQualificationOutput)

QueryQualificationRequest generates a "volcengine/request.Request" representing the client's request for the QueryQualification operation. The "output" return value will be populated with the QueryQualificationCommon request's response once the request completes successfully.

Use "Send" method on the returned QueryQualificationCommon Request to send the API call to the service. the "output" return value is not valid until after QueryQualificationCommon Send returns without error.

See QueryQualification for more information on using the QueryQualification API call, and error handling.

// Example sending a request using the QueryQualificationRequest method.
req, resp := client.QueryQualificationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) QueryQualificationWithContext

func (c *VMS) QueryQualificationWithContext(ctx volcengine.Context, input *QueryQualificationInput, opts ...request.Option) (*QueryQualificationOutput, error)

QueryQualificationWithContext is the same as QueryQualification with the addition of the ability to pass a context and additional request options.

See QueryQualification for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) QuerySingleInfo

func (c *VMS) QuerySingleInfo(input *QuerySingleInfoInput) (*QuerySingleInfoOutput, error)

QuerySingleInfo API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation QuerySingleInfo for usage and error information.

func (*VMS) QuerySingleInfoCommon

func (c *VMS) QuerySingleInfoCommon(input *map[string]interface{}) (*map[string]interface{}, error)

QuerySingleInfoCommon API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation QuerySingleInfoCommon for usage and error information.

func (*VMS) QuerySingleInfoCommonRequest

func (c *VMS) QuerySingleInfoCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

QuerySingleInfoCommonRequest generates a "volcengine/request.Request" representing the client's request for the QuerySingleInfoCommon operation. The "output" return value will be populated with the QuerySingleInfoCommon request's response once the request completes successfully.

Use "Send" method on the returned QuerySingleInfoCommon Request to send the API call to the service. the "output" return value is not valid until after QuerySingleInfoCommon Send returns without error.

See QuerySingleInfoCommon for more information on using the QuerySingleInfoCommon API call, and error handling.

// Example sending a request using the QuerySingleInfoCommonRequest method.
req, resp := client.QuerySingleInfoCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) QuerySingleInfoCommonWithContext

func (c *VMS) QuerySingleInfoCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

QuerySingleInfoCommonWithContext is the same as QuerySingleInfoCommon with the addition of the ability to pass a context and additional request options.

See QuerySingleInfoCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) QuerySingleInfoRequest

func (c *VMS) QuerySingleInfoRequest(input *QuerySingleInfoInput) (req *request.Request, output *QuerySingleInfoOutput)

QuerySingleInfoRequest generates a "volcengine/request.Request" representing the client's request for the QuerySingleInfo operation. The "output" return value will be populated with the QuerySingleInfoCommon request's response once the request completes successfully.

Use "Send" method on the returned QuerySingleInfoCommon Request to send the API call to the service. the "output" return value is not valid until after QuerySingleInfoCommon Send returns without error.

See QuerySingleInfo for more information on using the QuerySingleInfo API call, and error handling.

// Example sending a request using the QuerySingleInfoRequest method.
req, resp := client.QuerySingleInfoRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) QuerySingleInfoWithContext

func (c *VMS) QuerySingleInfoWithContext(ctx volcengine.Context, input *QuerySingleInfoInput, opts ...request.Option) (*QuerySingleInfoOutput, error)

QuerySingleInfoWithContext is the same as QuerySingleInfo with the addition of the ability to pass a context and additional request options.

See QuerySingleInfo for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) QuerySubscription

func (c *VMS) QuerySubscription(input *QuerySubscriptionInput) (*QuerySubscriptionOutput, error)

QuerySubscription API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation QuerySubscription for usage and error information.

func (*VMS) QuerySubscriptionCommon

func (c *VMS) QuerySubscriptionCommon(input *map[string]interface{}) (*map[string]interface{}, error)

QuerySubscriptionCommon API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation QuerySubscriptionCommon for usage and error information.

func (*VMS) QuerySubscriptionCommonRequest

func (c *VMS) QuerySubscriptionCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

QuerySubscriptionCommonRequest generates a "volcengine/request.Request" representing the client's request for the QuerySubscriptionCommon operation. The "output" return value will be populated with the QuerySubscriptionCommon request's response once the request completes successfully.

Use "Send" method on the returned QuerySubscriptionCommon Request to send the API call to the service. the "output" return value is not valid until after QuerySubscriptionCommon Send returns without error.

See QuerySubscriptionCommon for more information on using the QuerySubscriptionCommon API call, and error handling.

// Example sending a request using the QuerySubscriptionCommonRequest method.
req, resp := client.QuerySubscriptionCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) QuerySubscriptionCommonWithContext

func (c *VMS) QuerySubscriptionCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

QuerySubscriptionCommonWithContext is the same as QuerySubscriptionCommon with the addition of the ability to pass a context and additional request options.

See QuerySubscriptionCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) QuerySubscriptionForList

func (c *VMS) QuerySubscriptionForList(input *QuerySubscriptionForListInput) (*QuerySubscriptionForListOutput, error)

QuerySubscriptionForList API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation QuerySubscriptionForList for usage and error information.

func (*VMS) QuerySubscriptionForListCommon

func (c *VMS) QuerySubscriptionForListCommon(input *map[string]interface{}) (*map[string]interface{}, error)

QuerySubscriptionForListCommon API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation QuerySubscriptionForListCommon for usage and error information.

func (*VMS) QuerySubscriptionForListCommonRequest

func (c *VMS) QuerySubscriptionForListCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

QuerySubscriptionForListCommonRequest generates a "volcengine/request.Request" representing the client's request for the QuerySubscriptionForListCommon operation. The "output" return value will be populated with the QuerySubscriptionForListCommon request's response once the request completes successfully.

Use "Send" method on the returned QuerySubscriptionForListCommon Request to send the API call to the service. the "output" return value is not valid until after QuerySubscriptionForListCommon Send returns without error.

See QuerySubscriptionForListCommon for more information on using the QuerySubscriptionForListCommon API call, and error handling.

// Example sending a request using the QuerySubscriptionForListCommonRequest method.
req, resp := client.QuerySubscriptionForListCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) QuerySubscriptionForListCommonWithContext

func (c *VMS) QuerySubscriptionForListCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

QuerySubscriptionForListCommonWithContext is the same as QuerySubscriptionForListCommon with the addition of the ability to pass a context and additional request options.

See QuerySubscriptionForListCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) QuerySubscriptionForListRequest

func (c *VMS) QuerySubscriptionForListRequest(input *QuerySubscriptionForListInput) (req *request.Request, output *QuerySubscriptionForListOutput)

QuerySubscriptionForListRequest generates a "volcengine/request.Request" representing the client's request for the QuerySubscriptionForList operation. The "output" return value will be populated with the QuerySubscriptionForListCommon request's response once the request completes successfully.

Use "Send" method on the returned QuerySubscriptionForListCommon Request to send the API call to the service. the "output" return value is not valid until after QuerySubscriptionForListCommon Send returns without error.

See QuerySubscriptionForList for more information on using the QuerySubscriptionForList API call, and error handling.

// Example sending a request using the QuerySubscriptionForListRequest method.
req, resp := client.QuerySubscriptionForListRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) QuerySubscriptionForListWithContext

func (c *VMS) QuerySubscriptionForListWithContext(ctx volcengine.Context, input *QuerySubscriptionForListInput, opts ...request.Option) (*QuerySubscriptionForListOutput, error)

QuerySubscriptionForListWithContext is the same as QuerySubscriptionForList with the addition of the ability to pass a context and additional request options.

See QuerySubscriptionForList for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) QuerySubscriptionRequest

func (c *VMS) QuerySubscriptionRequest(input *QuerySubscriptionInput) (req *request.Request, output *QuerySubscriptionOutput)

QuerySubscriptionRequest generates a "volcengine/request.Request" representing the client's request for the QuerySubscription operation. The "output" return value will be populated with the QuerySubscriptionCommon request's response once the request completes successfully.

Use "Send" method on the returned QuerySubscriptionCommon Request to send the API call to the service. the "output" return value is not valid until after QuerySubscriptionCommon Send returns without error.

See QuerySubscription for more information on using the QuerySubscription API call, and error handling.

// Example sending a request using the QuerySubscriptionRequest method.
req, resp := client.QuerySubscriptionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) QuerySubscriptionWithContext

func (c *VMS) QuerySubscriptionWithContext(ctx volcengine.Context, input *QuerySubscriptionInput, opts ...request.Option) (*QuerySubscriptionOutput, error)

QuerySubscriptionWithContext is the same as QuerySubscription with the addition of the ability to pass a context and additional request options.

See QuerySubscription for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) QueryUsableResourceV2

func (c *VMS) QueryUsableResourceV2(input *QueryUsableResourceV2Input) (*QueryUsableResourceV2Output, error)

QueryUsableResourceV2 API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation QueryUsableResourceV2 for usage and error information.

func (*VMS) QueryUsableResourceV2Common

func (c *VMS) QueryUsableResourceV2Common(input *map[string]interface{}) (*map[string]interface{}, error)

QueryUsableResourceV2Common API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation QueryUsableResourceV2Common for usage and error information.

func (*VMS) QueryUsableResourceV2CommonRequest

func (c *VMS) QueryUsableResourceV2CommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

QueryUsableResourceV2CommonRequest generates a "volcengine/request.Request" representing the client's request for the QueryUsableResourceV2Common operation. The "output" return value will be populated with the QueryUsableResourceV2Common request's response once the request completes successfully.

Use "Send" method on the returned QueryUsableResourceV2Common Request to send the API call to the service. the "output" return value is not valid until after QueryUsableResourceV2Common Send returns without error.

See QueryUsableResourceV2Common for more information on using the QueryUsableResourceV2Common API call, and error handling.

// Example sending a request using the QueryUsableResourceV2CommonRequest method.
req, resp := client.QueryUsableResourceV2CommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) QueryUsableResourceV2CommonWithContext

func (c *VMS) QueryUsableResourceV2CommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

QueryUsableResourceV2CommonWithContext is the same as QueryUsableResourceV2Common with the addition of the ability to pass a context and additional request options.

See QueryUsableResourceV2Common for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) QueryUsableResourceV2Request

func (c *VMS) QueryUsableResourceV2Request(input *QueryUsableResourceV2Input) (req *request.Request, output *QueryUsableResourceV2Output)

QueryUsableResourceV2Request generates a "volcengine/request.Request" representing the client's request for the QueryUsableResourceV2 operation. The "output" return value will be populated with the QueryUsableResourceV2Common request's response once the request completes successfully.

Use "Send" method on the returned QueryUsableResourceV2Common Request to send the API call to the service. the "output" return value is not valid until after QueryUsableResourceV2Common Send returns without error.

See QueryUsableResourceV2 for more information on using the QueryUsableResourceV2 API call, and error handling.

// Example sending a request using the QueryUsableResourceV2Request method.
req, resp := client.QueryUsableResourceV2Request(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) QueryUsableResourceV2WithContext

func (c *VMS) QueryUsableResourceV2WithContext(ctx volcengine.Context, input *QueryUsableResourceV2Input, opts ...request.Option) (*QueryUsableResourceV2Output, error)

QueryUsableResourceV2WithContext is the same as QueryUsableResourceV2 with the addition of the ability to pass a context and additional request options.

See QueryUsableResourceV2 for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) ResumeTask

func (c *VMS) ResumeTask(input *ResumeTaskInput) (*ResumeTaskOutput, error)

ResumeTask API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation ResumeTask for usage and error information.

func (*VMS) ResumeTaskCommon

func (c *VMS) ResumeTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)

ResumeTaskCommon API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation ResumeTaskCommon for usage and error information.

func (*VMS) ResumeTaskCommonRequest

func (c *VMS) ResumeTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

ResumeTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the ResumeTaskCommon operation. The "output" return value will be populated with the ResumeTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned ResumeTaskCommon Request to send the API call to the service. the "output" return value is not valid until after ResumeTaskCommon Send returns without error.

See ResumeTaskCommon for more information on using the ResumeTaskCommon API call, and error handling.

// Example sending a request using the ResumeTaskCommonRequest method.
req, resp := client.ResumeTaskCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) ResumeTaskCommonWithContext

func (c *VMS) ResumeTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

ResumeTaskCommonWithContext is the same as ResumeTaskCommon with the addition of the ability to pass a context and additional request options.

See ResumeTaskCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) ResumeTaskRequest

func (c *VMS) ResumeTaskRequest(input *ResumeTaskInput) (req *request.Request, output *ResumeTaskOutput)

ResumeTaskRequest generates a "volcengine/request.Request" representing the client's request for the ResumeTask operation. The "output" return value will be populated with the ResumeTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned ResumeTaskCommon Request to send the API call to the service. the "output" return value is not valid until after ResumeTaskCommon Send returns without error.

See ResumeTask for more information on using the ResumeTask API call, and error handling.

// Example sending a request using the ResumeTaskRequest method.
req, resp := client.ResumeTaskRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) ResumeTaskWithContext

func (c *VMS) ResumeTaskWithContext(ctx volcengine.Context, input *ResumeTaskInput, opts ...request.Option) (*ResumeTaskOutput, error)

ResumeTaskWithContext is the same as ResumeTask with the addition of the ability to pass a context and additional request options.

See ResumeTask for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) RouteAAuth

func (c *VMS) RouteAAuth(input *RouteAAuthInput) (*RouteAAuthOutput, error)

RouteAAuth API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation RouteAAuth for usage and error information.

func (*VMS) RouteAAuthCommon

func (c *VMS) RouteAAuthCommon(input *map[string]interface{}) (*map[string]interface{}, error)

RouteAAuthCommon API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation RouteAAuthCommon for usage and error information.

func (*VMS) RouteAAuthCommonRequest

func (c *VMS) RouteAAuthCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

RouteAAuthCommonRequest generates a "volcengine/request.Request" representing the client's request for the RouteAAuthCommon operation. The "output" return value will be populated with the RouteAAuthCommon request's response once the request completes successfully.

Use "Send" method on the returned RouteAAuthCommon Request to send the API call to the service. the "output" return value is not valid until after RouteAAuthCommon Send returns without error.

See RouteAAuthCommon for more information on using the RouteAAuthCommon API call, and error handling.

// Example sending a request using the RouteAAuthCommonRequest method.
req, resp := client.RouteAAuthCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) RouteAAuthCommonWithContext

func (c *VMS) RouteAAuthCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

RouteAAuthCommonWithContext is the same as RouteAAuthCommon with the addition of the ability to pass a context and additional request options.

See RouteAAuthCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) RouteAAuthRequest

func (c *VMS) RouteAAuthRequest(input *RouteAAuthInput) (req *request.Request, output *RouteAAuthOutput)

RouteAAuthRequest generates a "volcengine/request.Request" representing the client's request for the RouteAAuth operation. The "output" return value will be populated with the RouteAAuthCommon request's response once the request completes successfully.

Use "Send" method on the returned RouteAAuthCommon Request to send the API call to the service. the "output" return value is not valid until after RouteAAuthCommon Send returns without error.

See RouteAAuth for more information on using the RouteAAuth API call, and error handling.

// Example sending a request using the RouteAAuthRequest method.
req, resp := client.RouteAAuthRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) RouteAAuthWithContext

func (c *VMS) RouteAAuthWithContext(ctx volcengine.Context, input *RouteAAuthInput, opts ...request.Option) (*RouteAAuthOutput, error)

RouteAAuthWithContext is the same as RouteAAuth with the addition of the ability to pass a context and additional request options.

See RouteAAuth for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) SelectNumberAndBindAXB

func (c *VMS) SelectNumberAndBindAXB(input *SelectNumberAndBindAXBInput) (*SelectNumberAndBindAXBOutput, error)

SelectNumberAndBindAXB API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation SelectNumberAndBindAXB for usage and error information.

func (*VMS) SelectNumberAndBindAXBCommon

func (c *VMS) SelectNumberAndBindAXBCommon(input *map[string]interface{}) (*map[string]interface{}, error)

SelectNumberAndBindAXBCommon API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation SelectNumberAndBindAXBCommon for usage and error information.

func (*VMS) SelectNumberAndBindAXBCommonRequest

func (c *VMS) SelectNumberAndBindAXBCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

SelectNumberAndBindAXBCommonRequest generates a "volcengine/request.Request" representing the client's request for the SelectNumberAndBindAXBCommon operation. The "output" return value will be populated with the SelectNumberAndBindAXBCommon request's response once the request completes successfully.

Use "Send" method on the returned SelectNumberAndBindAXBCommon Request to send the API call to the service. the "output" return value is not valid until after SelectNumberAndBindAXBCommon Send returns without error.

See SelectNumberAndBindAXBCommon for more information on using the SelectNumberAndBindAXBCommon API call, and error handling.

// Example sending a request using the SelectNumberAndBindAXBCommonRequest method.
req, resp := client.SelectNumberAndBindAXBCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) SelectNumberAndBindAXBCommonWithContext

func (c *VMS) SelectNumberAndBindAXBCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

SelectNumberAndBindAXBCommonWithContext is the same as SelectNumberAndBindAXBCommon with the addition of the ability to pass a context and additional request options.

See SelectNumberAndBindAXBCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) SelectNumberAndBindAXBRequest

func (c *VMS) SelectNumberAndBindAXBRequest(input *SelectNumberAndBindAXBInput) (req *request.Request, output *SelectNumberAndBindAXBOutput)

SelectNumberAndBindAXBRequest generates a "volcengine/request.Request" representing the client's request for the SelectNumberAndBindAXB operation. The "output" return value will be populated with the SelectNumberAndBindAXBCommon request's response once the request completes successfully.

Use "Send" method on the returned SelectNumberAndBindAXBCommon Request to send the API call to the service. the "output" return value is not valid until after SelectNumberAndBindAXBCommon Send returns without error.

See SelectNumberAndBindAXB for more information on using the SelectNumberAndBindAXB API call, and error handling.

// Example sending a request using the SelectNumberAndBindAXBRequest method.
req, resp := client.SelectNumberAndBindAXBRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) SelectNumberAndBindAXBWithContext

func (c *VMS) SelectNumberAndBindAXBWithContext(ctx volcengine.Context, input *SelectNumberAndBindAXBInput, opts ...request.Option) (*SelectNumberAndBindAXBOutput, error)

SelectNumberAndBindAXBWithContext is the same as SelectNumberAndBindAXB with the addition of the ability to pass a context and additional request options.

See SelectNumberAndBindAXB for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) SelectNumberAndBindAXN

func (c *VMS) SelectNumberAndBindAXN(input *SelectNumberAndBindAXNInput) (*SelectNumberAndBindAXNOutput, error)

SelectNumberAndBindAXN API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation SelectNumberAndBindAXN for usage and error information.

func (*VMS) SelectNumberAndBindAXNCommon

func (c *VMS) SelectNumberAndBindAXNCommon(input *map[string]interface{}) (*map[string]interface{}, error)

SelectNumberAndBindAXNCommon API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation SelectNumberAndBindAXNCommon for usage and error information.

func (*VMS) SelectNumberAndBindAXNCommonRequest

func (c *VMS) SelectNumberAndBindAXNCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

SelectNumberAndBindAXNCommonRequest generates a "volcengine/request.Request" representing the client's request for the SelectNumberAndBindAXNCommon operation. The "output" return value will be populated with the SelectNumberAndBindAXNCommon request's response once the request completes successfully.

Use "Send" method on the returned SelectNumberAndBindAXNCommon Request to send the API call to the service. the "output" return value is not valid until after SelectNumberAndBindAXNCommon Send returns without error.

See SelectNumberAndBindAXNCommon for more information on using the SelectNumberAndBindAXNCommon API call, and error handling.

// Example sending a request using the SelectNumberAndBindAXNCommonRequest method.
req, resp := client.SelectNumberAndBindAXNCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) SelectNumberAndBindAXNCommonWithContext

func (c *VMS) SelectNumberAndBindAXNCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

SelectNumberAndBindAXNCommonWithContext is the same as SelectNumberAndBindAXNCommon with the addition of the ability to pass a context and additional request options.

See SelectNumberAndBindAXNCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) SelectNumberAndBindAXNRequest

func (c *VMS) SelectNumberAndBindAXNRequest(input *SelectNumberAndBindAXNInput) (req *request.Request, output *SelectNumberAndBindAXNOutput)

SelectNumberAndBindAXNRequest generates a "volcengine/request.Request" representing the client's request for the SelectNumberAndBindAXN operation. The "output" return value will be populated with the SelectNumberAndBindAXNCommon request's response once the request completes successfully.

Use "Send" method on the returned SelectNumberAndBindAXNCommon Request to send the API call to the service. the "output" return value is not valid until after SelectNumberAndBindAXNCommon Send returns without error.

See SelectNumberAndBindAXN for more information on using the SelectNumberAndBindAXN API call, and error handling.

// Example sending a request using the SelectNumberAndBindAXNRequest method.
req, resp := client.SelectNumberAndBindAXNRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) SelectNumberAndBindAXNWithContext

func (c *VMS) SelectNumberAndBindAXNWithContext(ctx volcengine.Context, input *SelectNumberAndBindAXNInput, opts ...request.Option) (*SelectNumberAndBindAXNOutput, error)

SelectNumberAndBindAXNWithContext is the same as SelectNumberAndBindAXN with the addition of the ability to pass a context and additional request options.

See SelectNumberAndBindAXN for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) SingleBatchAppend

func (c *VMS) SingleBatchAppend(input *SingleBatchAppendInput) (*SingleBatchAppendOutput, error)

SingleBatchAppend API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation SingleBatchAppend for usage and error information.

func (*VMS) SingleBatchAppendCommon

func (c *VMS) SingleBatchAppendCommon(input *map[string]interface{}) (*map[string]interface{}, error)

SingleBatchAppendCommon API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation SingleBatchAppendCommon for usage and error information.

func (*VMS) SingleBatchAppendCommonRequest

func (c *VMS) SingleBatchAppendCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

SingleBatchAppendCommonRequest generates a "volcengine/request.Request" representing the client's request for the SingleBatchAppendCommon operation. The "output" return value will be populated with the SingleBatchAppendCommon request's response once the request completes successfully.

Use "Send" method on the returned SingleBatchAppendCommon Request to send the API call to the service. the "output" return value is not valid until after SingleBatchAppendCommon Send returns without error.

See SingleBatchAppendCommon for more information on using the SingleBatchAppendCommon API call, and error handling.

// Example sending a request using the SingleBatchAppendCommonRequest method.
req, resp := client.SingleBatchAppendCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) SingleBatchAppendCommonWithContext

func (c *VMS) SingleBatchAppendCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

SingleBatchAppendCommonWithContext is the same as SingleBatchAppendCommon with the addition of the ability to pass a context and additional request options.

See SingleBatchAppendCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) SingleBatchAppendRequest

func (c *VMS) SingleBatchAppendRequest(input *SingleBatchAppendInput) (req *request.Request, output *SingleBatchAppendOutput)

SingleBatchAppendRequest generates a "volcengine/request.Request" representing the client's request for the SingleBatchAppend operation. The "output" return value will be populated with the SingleBatchAppendCommon request's response once the request completes successfully.

Use "Send" method on the returned SingleBatchAppendCommon Request to send the API call to the service. the "output" return value is not valid until after SingleBatchAppendCommon Send returns without error.

See SingleBatchAppend for more information on using the SingleBatchAppend API call, and error handling.

// Example sending a request using the SingleBatchAppendRequest method.
req, resp := client.SingleBatchAppendRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) SingleBatchAppendWithContext

func (c *VMS) SingleBatchAppendWithContext(ctx volcengine.Context, input *SingleBatchAppendInput, opts ...request.Option) (*SingleBatchAppendOutput, error)

SingleBatchAppendWithContext is the same as SingleBatchAppend with the addition of the ability to pass a context and additional request options.

See SingleBatchAppend for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) SingleCancelV2

func (c *VMS) SingleCancelV2(input *SingleCancelV2Input) (*SingleCancelV2Output, error)

SingleCancelV2 API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation SingleCancelV2 for usage and error information.

func (*VMS) SingleCancelV2Common

func (c *VMS) SingleCancelV2Common(input *map[string]interface{}) (*map[string]interface{}, error)

SingleCancelV2Common API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation SingleCancelV2Common for usage and error information.

func (*VMS) SingleCancelV2CommonRequest

func (c *VMS) SingleCancelV2CommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

SingleCancelV2CommonRequest generates a "volcengine/request.Request" representing the client's request for the SingleCancelV2Common operation. The "output" return value will be populated with the SingleCancelV2Common request's response once the request completes successfully.

Use "Send" method on the returned SingleCancelV2Common Request to send the API call to the service. the "output" return value is not valid until after SingleCancelV2Common Send returns without error.

See SingleCancelV2Common for more information on using the SingleCancelV2Common API call, and error handling.

// Example sending a request using the SingleCancelV2CommonRequest method.
req, resp := client.SingleCancelV2CommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) SingleCancelV2CommonWithContext

func (c *VMS) SingleCancelV2CommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

SingleCancelV2CommonWithContext is the same as SingleCancelV2Common with the addition of the ability to pass a context and additional request options.

See SingleCancelV2Common for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) SingleCancelV2Request

func (c *VMS) SingleCancelV2Request(input *SingleCancelV2Input) (req *request.Request, output *SingleCancelV2Output)

SingleCancelV2Request generates a "volcengine/request.Request" representing the client's request for the SingleCancelV2 operation. The "output" return value will be populated with the SingleCancelV2Common request's response once the request completes successfully.

Use "Send" method on the returned SingleCancelV2Common Request to send the API call to the service. the "output" return value is not valid until after SingleCancelV2Common Send returns without error.

See SingleCancelV2 for more information on using the SingleCancelV2 API call, and error handling.

// Example sending a request using the SingleCancelV2Request method.
req, resp := client.SingleCancelV2Request(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) SingleCancelV2WithContext

func (c *VMS) SingleCancelV2WithContext(ctx volcengine.Context, input *SingleCancelV2Input, opts ...request.Option) (*SingleCancelV2Output, error)

SingleCancelV2WithContext is the same as SingleCancelV2 with the addition of the ability to pass a context and additional request options.

See SingleCancelV2 for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) StopTask

func (c *VMS) StopTask(input *StopTaskInput) (*StopTaskOutput, error)

StopTask API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation StopTask for usage and error information.

func (*VMS) StopTaskCommon

func (c *VMS) StopTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)

StopTaskCommon API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation StopTaskCommon for usage and error information.

func (*VMS) StopTaskCommonRequest

func (c *VMS) StopTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

StopTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the StopTaskCommon operation. The "output" return value will be populated with the StopTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned StopTaskCommon Request to send the API call to the service. the "output" return value is not valid until after StopTaskCommon Send returns without error.

See StopTaskCommon for more information on using the StopTaskCommon API call, and error handling.

// Example sending a request using the StopTaskCommonRequest method.
req, resp := client.StopTaskCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) StopTaskCommonWithContext

func (c *VMS) StopTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

StopTaskCommonWithContext is the same as StopTaskCommon with the addition of the ability to pass a context and additional request options.

See StopTaskCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) StopTaskRequest

func (c *VMS) StopTaskRequest(input *StopTaskInput) (req *request.Request, output *StopTaskOutput)

StopTaskRequest generates a "volcengine/request.Request" representing the client's request for the StopTask operation. The "output" return value will be populated with the StopTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned StopTaskCommon Request to send the API call to the service. the "output" return value is not valid until after StopTaskCommon Send returns without error.

See StopTask for more information on using the StopTask API call, and error handling.

// Example sending a request using the StopTaskRequest method.
req, resp := client.StopTaskRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) StopTaskWithContext

func (c *VMS) StopTaskWithContext(ctx volcengine.Context, input *StopTaskInput, opts ...request.Option) (*StopTaskOutput, error)

StopTaskWithContext is the same as StopTask with the addition of the ability to pass a context and additional request options.

See StopTask for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) UnbindAXBV2

func (c *VMS) UnbindAXBV2(input *UnbindAXBV2Input) (*UnbindAXBV2Output, error)

UnbindAXBV2 API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation UnbindAXBV2 for usage and error information.

func (*VMS) UnbindAXBV2Common

func (c *VMS) UnbindAXBV2Common(input *map[string]interface{}) (*map[string]interface{}, error)

UnbindAXBV2Common API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation UnbindAXBV2Common for usage and error information.

func (*VMS) UnbindAXBV2CommonRequest

func (c *VMS) UnbindAXBV2CommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UnbindAXBV2CommonRequest generates a "volcengine/request.Request" representing the client's request for the UnbindAXBV2Common operation. The "output" return value will be populated with the UnbindAXBV2Common request's response once the request completes successfully.

Use "Send" method on the returned UnbindAXBV2Common Request to send the API call to the service. the "output" return value is not valid until after UnbindAXBV2Common Send returns without error.

See UnbindAXBV2Common for more information on using the UnbindAXBV2Common API call, and error handling.

// Example sending a request using the UnbindAXBV2CommonRequest method.
req, resp := client.UnbindAXBV2CommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) UnbindAXBV2CommonWithContext

func (c *VMS) UnbindAXBV2CommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UnbindAXBV2CommonWithContext is the same as UnbindAXBV2Common with the addition of the ability to pass a context and additional request options.

See UnbindAXBV2Common for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) UnbindAXBV2Request

func (c *VMS) UnbindAXBV2Request(input *UnbindAXBV2Input) (req *request.Request, output *UnbindAXBV2Output)

UnbindAXBV2Request generates a "volcengine/request.Request" representing the client's request for the UnbindAXBV2 operation. The "output" return value will be populated with the UnbindAXBV2Common request's response once the request completes successfully.

Use "Send" method on the returned UnbindAXBV2Common Request to send the API call to the service. the "output" return value is not valid until after UnbindAXBV2Common Send returns without error.

See UnbindAXBV2 for more information on using the UnbindAXBV2 API call, and error handling.

// Example sending a request using the UnbindAXBV2Request method.
req, resp := client.UnbindAXBV2Request(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) UnbindAXBV2WithContext

func (c *VMS) UnbindAXBV2WithContext(ctx volcengine.Context, input *UnbindAXBV2Input, opts ...request.Option) (*UnbindAXBV2Output, error)

UnbindAXBV2WithContext is the same as UnbindAXBV2 with the addition of the ability to pass a context and additional request options.

See UnbindAXBV2 for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) UnbindAXNEV2

func (c *VMS) UnbindAXNEV2(input *UnbindAXNEV2Input) (*UnbindAXNEV2Output, error)

UnbindAXNEV2 API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation UnbindAXNEV2 for usage and error information.

func (*VMS) UnbindAXNEV2Common

func (c *VMS) UnbindAXNEV2Common(input *map[string]interface{}) (*map[string]interface{}, error)

UnbindAXNEV2Common API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation UnbindAXNEV2Common for usage and error information.

func (*VMS) UnbindAXNEV2CommonRequest

func (c *VMS) UnbindAXNEV2CommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UnbindAXNEV2CommonRequest generates a "volcengine/request.Request" representing the client's request for the UnbindAXNEV2Common operation. The "output" return value will be populated with the UnbindAXNEV2Common request's response once the request completes successfully.

Use "Send" method on the returned UnbindAXNEV2Common Request to send the API call to the service. the "output" return value is not valid until after UnbindAXNEV2Common Send returns without error.

See UnbindAXNEV2Common for more information on using the UnbindAXNEV2Common API call, and error handling.

// Example sending a request using the UnbindAXNEV2CommonRequest method.
req, resp := client.UnbindAXNEV2CommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) UnbindAXNEV2CommonWithContext

func (c *VMS) UnbindAXNEV2CommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UnbindAXNEV2CommonWithContext is the same as UnbindAXNEV2Common with the addition of the ability to pass a context and additional request options.

See UnbindAXNEV2Common for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) UnbindAXNEV2Request

func (c *VMS) UnbindAXNEV2Request(input *UnbindAXNEV2Input) (req *request.Request, output *UnbindAXNEV2Output)

UnbindAXNEV2Request generates a "volcengine/request.Request" representing the client's request for the UnbindAXNEV2 operation. The "output" return value will be populated with the UnbindAXNEV2Common request's response once the request completes successfully.

Use "Send" method on the returned UnbindAXNEV2Common Request to send the API call to the service. the "output" return value is not valid until after UnbindAXNEV2Common Send returns without error.

See UnbindAXNEV2 for more information on using the UnbindAXNEV2 API call, and error handling.

// Example sending a request using the UnbindAXNEV2Request method.
req, resp := client.UnbindAXNEV2Request(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) UnbindAXNEV2WithContext

func (c *VMS) UnbindAXNEV2WithContext(ctx volcengine.Context, input *UnbindAXNEV2Input, opts ...request.Option) (*UnbindAXNEV2Output, error)

UnbindAXNEV2WithContext is the same as UnbindAXNEV2 with the addition of the ability to pass a context and additional request options.

See UnbindAXNEV2 for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) UnbindAXNV2

func (c *VMS) UnbindAXNV2(input *UnbindAXNV2Input) (*UnbindAXNV2Output, error)

UnbindAXNV2 API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation UnbindAXNV2 for usage and error information.

func (*VMS) UnbindAXNV2Common

func (c *VMS) UnbindAXNV2Common(input *map[string]interface{}) (*map[string]interface{}, error)

UnbindAXNV2Common API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation UnbindAXNV2Common for usage and error information.

func (*VMS) UnbindAXNV2CommonRequest

func (c *VMS) UnbindAXNV2CommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UnbindAXNV2CommonRequest generates a "volcengine/request.Request" representing the client's request for the UnbindAXNV2Common operation. The "output" return value will be populated with the UnbindAXNV2Common request's response once the request completes successfully.

Use "Send" method on the returned UnbindAXNV2Common Request to send the API call to the service. the "output" return value is not valid until after UnbindAXNV2Common Send returns without error.

See UnbindAXNV2Common for more information on using the UnbindAXNV2Common API call, and error handling.

// Example sending a request using the UnbindAXNV2CommonRequest method.
req, resp := client.UnbindAXNV2CommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) UnbindAXNV2CommonWithContext

func (c *VMS) UnbindAXNV2CommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UnbindAXNV2CommonWithContext is the same as UnbindAXNV2Common with the addition of the ability to pass a context and additional request options.

See UnbindAXNV2Common for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) UnbindAXNV2Request

func (c *VMS) UnbindAXNV2Request(input *UnbindAXNV2Input) (req *request.Request, output *UnbindAXNV2Output)

UnbindAXNV2Request generates a "volcengine/request.Request" representing the client's request for the UnbindAXNV2 operation. The "output" return value will be populated with the UnbindAXNV2Common request's response once the request completes successfully.

Use "Send" method on the returned UnbindAXNV2Common Request to send the API call to the service. the "output" return value is not valid until after UnbindAXNV2Common Send returns without error.

See UnbindAXNV2 for more information on using the UnbindAXNV2 API call, and error handling.

// Example sending a request using the UnbindAXNV2Request method.
req, resp := client.UnbindAXNV2Request(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) UnbindAXNV2WithContext

func (c *VMS) UnbindAXNV2WithContext(ctx volcengine.Context, input *UnbindAXNV2Input, opts ...request.Option) (*UnbindAXNV2Output, error)

UnbindAXNV2WithContext is the same as UnbindAXNV2 with the addition of the ability to pass a context and additional request options.

See UnbindAXNV2 for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) UnbindAXYBV2

func (c *VMS) UnbindAXYBV2(input *UnbindAXYBV2Input) (*UnbindAXYBV2Output, error)

UnbindAXYBV2 API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation UnbindAXYBV2 for usage and error information.

func (*VMS) UnbindAXYBV2Common

func (c *VMS) UnbindAXYBV2Common(input *map[string]interface{}) (*map[string]interface{}, error)

UnbindAXYBV2Common API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation UnbindAXYBV2Common for usage and error information.

func (*VMS) UnbindAXYBV2CommonRequest

func (c *VMS) UnbindAXYBV2CommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UnbindAXYBV2CommonRequest generates a "volcengine/request.Request" representing the client's request for the UnbindAXYBV2Common operation. The "output" return value will be populated with the UnbindAXYBV2Common request's response once the request completes successfully.

Use "Send" method on the returned UnbindAXYBV2Common Request to send the API call to the service. the "output" return value is not valid until after UnbindAXYBV2Common Send returns without error.

See UnbindAXYBV2Common for more information on using the UnbindAXYBV2Common API call, and error handling.

// Example sending a request using the UnbindAXYBV2CommonRequest method.
req, resp := client.UnbindAXYBV2CommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) UnbindAXYBV2CommonWithContext

func (c *VMS) UnbindAXYBV2CommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UnbindAXYBV2CommonWithContext is the same as UnbindAXYBV2Common with the addition of the ability to pass a context and additional request options.

See UnbindAXYBV2Common for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) UnbindAXYBV2Request

func (c *VMS) UnbindAXYBV2Request(input *UnbindAXYBV2Input) (req *request.Request, output *UnbindAXYBV2Output)

UnbindAXYBV2Request generates a "volcengine/request.Request" representing the client's request for the UnbindAXYBV2 operation. The "output" return value will be populated with the UnbindAXYBV2Common request's response once the request completes successfully.

Use "Send" method on the returned UnbindAXYBV2Common Request to send the API call to the service. the "output" return value is not valid until after UnbindAXYBV2Common Send returns without error.

See UnbindAXYBV2 for more information on using the UnbindAXYBV2 API call, and error handling.

// Example sending a request using the UnbindAXYBV2Request method.
req, resp := client.UnbindAXYBV2Request(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) UnbindAXYBV2WithContext

func (c *VMS) UnbindAXYBV2WithContext(ctx volcengine.Context, input *UnbindAXYBV2Input, opts ...request.Option) (*UnbindAXYBV2Output, error)

UnbindAXYBV2WithContext is the same as UnbindAXYBV2 with the addition of the ability to pass a context and additional request options.

See UnbindAXYBV2 for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) UpdateNumberPoolV2

func (c *VMS) UpdateNumberPoolV2(input *UpdateNumberPoolV2Input) (*UpdateNumberPoolV2Output, error)

UpdateNumberPoolV2 API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation UpdateNumberPoolV2 for usage and error information.

func (*VMS) UpdateNumberPoolV2Common

func (c *VMS) UpdateNumberPoolV2Common(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateNumberPoolV2Common API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation UpdateNumberPoolV2Common for usage and error information.

func (*VMS) UpdateNumberPoolV2CommonRequest

func (c *VMS) UpdateNumberPoolV2CommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateNumberPoolV2CommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateNumberPoolV2Common operation. The "output" return value will be populated with the UpdateNumberPoolV2Common request's response once the request completes successfully.

Use "Send" method on the returned UpdateNumberPoolV2Common Request to send the API call to the service. the "output" return value is not valid until after UpdateNumberPoolV2Common Send returns without error.

See UpdateNumberPoolV2Common for more information on using the UpdateNumberPoolV2Common API call, and error handling.

// Example sending a request using the UpdateNumberPoolV2CommonRequest method.
req, resp := client.UpdateNumberPoolV2CommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) UpdateNumberPoolV2CommonWithContext

func (c *VMS) UpdateNumberPoolV2CommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateNumberPoolV2CommonWithContext is the same as UpdateNumberPoolV2Common with the addition of the ability to pass a context and additional request options.

See UpdateNumberPoolV2Common for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) UpdateNumberPoolV2Request

func (c *VMS) UpdateNumberPoolV2Request(input *UpdateNumberPoolV2Input) (req *request.Request, output *UpdateNumberPoolV2Output)

UpdateNumberPoolV2Request generates a "volcengine/request.Request" representing the client's request for the UpdateNumberPoolV2 operation. The "output" return value will be populated with the UpdateNumberPoolV2Common request's response once the request completes successfully.

Use "Send" method on the returned UpdateNumberPoolV2Common Request to send the API call to the service. the "output" return value is not valid until after UpdateNumberPoolV2Common Send returns without error.

See UpdateNumberPoolV2 for more information on using the UpdateNumberPoolV2 API call, and error handling.

// Example sending a request using the UpdateNumberPoolV2Request method.
req, resp := client.UpdateNumberPoolV2Request(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) UpdateNumberPoolV2WithContext

func (c *VMS) UpdateNumberPoolV2WithContext(ctx volcengine.Context, input *UpdateNumberPoolV2Input, opts ...request.Option) (*UpdateNumberPoolV2Output, error)

UpdateNumberPoolV2WithContext is the same as UpdateNumberPoolV2 with the addition of the ability to pass a context and additional request options.

See UpdateNumberPoolV2 for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) UpdateQualification

func (c *VMS) UpdateQualification(input *UpdateQualificationInput) (*UpdateQualificationOutput, error)

UpdateQualification API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation UpdateQualification for usage and error information.

func (*VMS) UpdateQualificationCommon

func (c *VMS) UpdateQualificationCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateQualificationCommon API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation UpdateQualificationCommon for usage and error information.

func (*VMS) UpdateQualificationCommonRequest

func (c *VMS) UpdateQualificationCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateQualificationCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateQualificationCommon operation. The "output" return value will be populated with the UpdateQualificationCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateQualificationCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateQualificationCommon Send returns without error.

See UpdateQualificationCommon for more information on using the UpdateQualificationCommon API call, and error handling.

// Example sending a request using the UpdateQualificationCommonRequest method.
req, resp := client.UpdateQualificationCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) UpdateQualificationCommonWithContext

func (c *VMS) UpdateQualificationCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateQualificationCommonWithContext is the same as UpdateQualificationCommon with the addition of the ability to pass a context and additional request options.

See UpdateQualificationCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) UpdateQualificationRequest

func (c *VMS) UpdateQualificationRequest(input *UpdateQualificationInput) (req *request.Request, output *UpdateQualificationOutput)

UpdateQualificationRequest generates a "volcengine/request.Request" representing the client's request for the UpdateQualification operation. The "output" return value will be populated with the UpdateQualificationCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateQualificationCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateQualificationCommon Send returns without error.

See UpdateQualification for more information on using the UpdateQualification API call, and error handling.

// Example sending a request using the UpdateQualificationRequest method.
req, resp := client.UpdateQualificationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) UpdateQualificationWithContext

func (c *VMS) UpdateQualificationWithContext(ctx volcengine.Context, input *UpdateQualificationInput, opts ...request.Option) (*UpdateQualificationOutput, error)

UpdateQualificationWithContext is the same as UpdateQualification with the addition of the ability to pass a context and additional request options.

See UpdateQualification for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) UpdateTask

func (c *VMS) UpdateTask(input *UpdateTaskInput) (*UpdateTaskOutput, error)

UpdateTask API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation UpdateTask for usage and error information.

func (*VMS) UpdateTaskCommon

func (c *VMS) UpdateTaskCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpdateTaskCommon API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation UpdateTaskCommon for usage and error information.

func (*VMS) UpdateTaskCommonRequest

func (c *VMS) UpdateTaskCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpdateTaskCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpdateTaskCommon operation. The "output" return value will be populated with the UpdateTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateTaskCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateTaskCommon Send returns without error.

See UpdateTaskCommon for more information on using the UpdateTaskCommon API call, and error handling.

// Example sending a request using the UpdateTaskCommonRequest method.
req, resp := client.UpdateTaskCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) UpdateTaskCommonWithContext

func (c *VMS) UpdateTaskCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpdateTaskCommonWithContext is the same as UpdateTaskCommon with the addition of the ability to pass a context and additional request options.

See UpdateTaskCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) UpdateTaskRequest

func (c *VMS) UpdateTaskRequest(input *UpdateTaskInput) (req *request.Request, output *UpdateTaskOutput)

UpdateTaskRequest generates a "volcengine/request.Request" representing the client's request for the UpdateTask operation. The "output" return value will be populated with the UpdateTaskCommon request's response once the request completes successfully.

Use "Send" method on the returned UpdateTaskCommon Request to send the API call to the service. the "output" return value is not valid until after UpdateTaskCommon Send returns without error.

See UpdateTask for more information on using the UpdateTask API call, and error handling.

// Example sending a request using the UpdateTaskRequest method.
req, resp := client.UpdateTaskRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) UpdateTaskWithContext

func (c *VMS) UpdateTaskWithContext(ctx volcengine.Context, input *UpdateTaskInput, opts ...request.Option) (*UpdateTaskOutput, error)

UpdateTaskWithContext is the same as UpdateTask with the addition of the ability to pass a context and additional request options.

See UpdateTask for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) UpgradeAXToAXB

func (c *VMS) UpgradeAXToAXB(input *UpgradeAXToAXBInput) (*UpgradeAXToAXBOutput, error)

UpgradeAXToAXB API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation UpgradeAXToAXB for usage and error information.

func (*VMS) UpgradeAXToAXBCommon

func (c *VMS) UpgradeAXToAXBCommon(input *map[string]interface{}) (*map[string]interface{}, error)

UpgradeAXToAXBCommon API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation UpgradeAXToAXBCommon for usage and error information.

func (*VMS) UpgradeAXToAXBCommonRequest

func (c *VMS) UpgradeAXToAXBCommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UpgradeAXToAXBCommonRequest generates a "volcengine/request.Request" representing the client's request for the UpgradeAXToAXBCommon operation. The "output" return value will be populated with the UpgradeAXToAXBCommon request's response once the request completes successfully.

Use "Send" method on the returned UpgradeAXToAXBCommon Request to send the API call to the service. the "output" return value is not valid until after UpgradeAXToAXBCommon Send returns without error.

See UpgradeAXToAXBCommon for more information on using the UpgradeAXToAXBCommon API call, and error handling.

// Example sending a request using the UpgradeAXToAXBCommonRequest method.
req, resp := client.UpgradeAXToAXBCommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) UpgradeAXToAXBCommonWithContext

func (c *VMS) UpgradeAXToAXBCommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UpgradeAXToAXBCommonWithContext is the same as UpgradeAXToAXBCommon with the addition of the ability to pass a context and additional request options.

See UpgradeAXToAXBCommon for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) UpgradeAXToAXBRequest

func (c *VMS) UpgradeAXToAXBRequest(input *UpgradeAXToAXBInput) (req *request.Request, output *UpgradeAXToAXBOutput)

UpgradeAXToAXBRequest generates a "volcengine/request.Request" representing the client's request for the UpgradeAXToAXB operation. The "output" return value will be populated with the UpgradeAXToAXBCommon request's response once the request completes successfully.

Use "Send" method on the returned UpgradeAXToAXBCommon Request to send the API call to the service. the "output" return value is not valid until after UpgradeAXToAXBCommon Send returns without error.

See UpgradeAXToAXB for more information on using the UpgradeAXToAXB API call, and error handling.

// Example sending a request using the UpgradeAXToAXBRequest method.
req, resp := client.UpgradeAXToAXBRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) UpgradeAXToAXBWithContext

func (c *VMS) UpgradeAXToAXBWithContext(ctx volcengine.Context, input *UpgradeAXToAXBInput, opts ...request.Option) (*UpgradeAXToAXBOutput, error)

UpgradeAXToAXBWithContext is the same as UpgradeAXToAXB with the addition of the ability to pass a context and additional request options.

See UpgradeAXToAXB for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) UploadQualificationFileV2

func (c *VMS) UploadQualificationFileV2(input *UploadQualificationFileV2Input) (*UploadQualificationFileV2Output, error)

UploadQualificationFileV2 API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation UploadQualificationFileV2 for usage and error information.

func (*VMS) UploadQualificationFileV2Common

func (c *VMS) UploadQualificationFileV2Common(input *map[string]interface{}) (*map[string]interface{}, error)

UploadQualificationFileV2Common API operation for VMS.

Returns volcengineerr.Error for service API and SDK errors. Use runtime type assertions with volcengineerr.Error's Code and Message methods to get detailed information about the error.

See the VOLCENGINE API reference guide for VMS's API operation UploadQualificationFileV2Common for usage and error information.

func (*VMS) UploadQualificationFileV2CommonRequest

func (c *VMS) UploadQualificationFileV2CommonRequest(input *map[string]interface{}) (req *request.Request, output *map[string]interface{})

UploadQualificationFileV2CommonRequest generates a "volcengine/request.Request" representing the client's request for the UploadQualificationFileV2Common operation. The "output" return value will be populated with the UploadQualificationFileV2Common request's response once the request completes successfully.

Use "Send" method on the returned UploadQualificationFileV2Common Request to send the API call to the service. the "output" return value is not valid until after UploadQualificationFileV2Common Send returns without error.

See UploadQualificationFileV2Common for more information on using the UploadQualificationFileV2Common API call, and error handling.

// Example sending a request using the UploadQualificationFileV2CommonRequest method.
req, resp := client.UploadQualificationFileV2CommonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) UploadQualificationFileV2CommonWithContext

func (c *VMS) UploadQualificationFileV2CommonWithContext(ctx volcengine.Context, input *map[string]interface{}, opts ...request.Option) (*map[string]interface{}, error)

UploadQualificationFileV2CommonWithContext is the same as UploadQualificationFileV2Common with the addition of the ability to pass a context and additional request options.

See UploadQualificationFileV2Common for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

func (*VMS) UploadQualificationFileV2Request

func (c *VMS) UploadQualificationFileV2Request(input *UploadQualificationFileV2Input) (req *request.Request, output *UploadQualificationFileV2Output)

UploadQualificationFileV2Request generates a "volcengine/request.Request" representing the client's request for the UploadQualificationFileV2 operation. The "output" return value will be populated with the UploadQualificationFileV2Common request's response once the request completes successfully.

Use "Send" method on the returned UploadQualificationFileV2Common Request to send the API call to the service. the "output" return value is not valid until after UploadQualificationFileV2Common Send returns without error.

See UploadQualificationFileV2 for more information on using the UploadQualificationFileV2 API call, and error handling.

// Example sending a request using the UploadQualificationFileV2Request method.
req, resp := client.UploadQualificationFileV2Request(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*VMS) UploadQualificationFileV2WithContext

func (c *VMS) UploadQualificationFileV2WithContext(ctx volcengine.Context, input *UploadQualificationFileV2Input, opts ...request.Option) (*UploadQualificationFileV2Output, error)

UploadQualificationFileV2WithContext is the same as UploadQualificationFileV2 with the addition of the ability to pass a context and additional request options.

See UploadQualificationFileV2 for details on how to use this API operation.

The context must be non-nil and will be used for request cancellation. Ifthe context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type VMSAPI

type VMSAPI interface {
	AddQualificationCommon(*map[string]interface{}) (*map[string]interface{}, error)
	AddQualificationCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	AddQualificationCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	AddQualification(*AddQualificationInput) (*AddQualificationOutput, error)
	AddQualificationWithContext(volcengine.Context, *AddQualificationInput, ...request.Option) (*AddQualificationOutput, error)
	AddQualificationRequest(*AddQualificationInput) (*request.Request, *AddQualificationOutput)

	BatchAppendCommon(*map[string]interface{}) (*map[string]interface{}, error)
	BatchAppendCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	BatchAppendCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	BatchAppend(*BatchAppendInput) (*BatchAppendOutput, error)
	BatchAppendWithContext(volcengine.Context, *BatchAppendInput, ...request.Option) (*BatchAppendOutput, error)
	BatchAppendRequest(*BatchAppendInput) (*request.Request, *BatchAppendOutput)

	BindAXNCommon(*map[string]interface{}) (*map[string]interface{}, error)
	BindAXNCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	BindAXNCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	BindAXN(*BindAXNInput) (*BindAXNOutput, error)
	BindAXNWithContext(volcengine.Context, *BindAXNInput, ...request.Option) (*BindAXNOutput, error)
	BindAXNRequest(*BindAXNInput) (*request.Request, *BindAXNOutput)

	BindAXNECommon(*map[string]interface{}) (*map[string]interface{}, error)
	BindAXNECommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	BindAXNECommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	BindAXNE(*BindAXNEInput) (*BindAXNEOutput, error)
	BindAXNEWithContext(volcengine.Context, *BindAXNEInput, ...request.Option) (*BindAXNEOutput, error)
	BindAXNERequest(*BindAXNEInput) (*request.Request, *BindAXNEOutput)

	BindAXYBCommon(*map[string]interface{}) (*map[string]interface{}, error)
	BindAXYBCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	BindAXYBCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	BindAXYB(*BindAXYBInput) (*BindAXYBOutput, error)
	BindAXYBWithContext(volcengine.Context, *BindAXYBInput, ...request.Option) (*BindAXYBOutput, error)
	BindAXYBRequest(*BindAXYBInput) (*request.Request, *BindAXYBOutput)

	BindYBForAXYBCommon(*map[string]interface{}) (*map[string]interface{}, error)
	BindYBForAXYBCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	BindYBForAXYBCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	BindYBForAXYB(*BindYBForAXYBInput) (*BindYBForAXYBOutput, error)
	BindYBForAXYBWithContext(volcengine.Context, *BindYBForAXYBInput, ...request.Option) (*BindYBForAXYBOutput, error)
	BindYBForAXYBRequest(*BindYBForAXYBInput) (*request.Request, *BindYBForAXYBOutput)

	CancelClick2CallV2Common(*map[string]interface{}) (*map[string]interface{}, error)
	CancelClick2CallV2CommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CancelClick2CallV2CommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CancelClick2CallV2(*CancelClick2CallV2Input) (*CancelClick2CallV2Output, error)
	CancelClick2CallV2WithContext(volcengine.Context, *CancelClick2CallV2Input, ...request.Option) (*CancelClick2CallV2Output, error)
	CancelClick2CallV2Request(*CancelClick2CallV2Input) (*request.Request, *CancelClick2CallV2Output)

	Click2CallCommon(*map[string]interface{}) (*map[string]interface{}, error)
	Click2CallCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	Click2CallCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	Click2Call(*Click2CallInput) (*Click2CallOutput, error)
	Click2CallWithContext(volcengine.Context, *Click2CallInput, ...request.Option) (*Click2CallOutput, error)
	Click2CallRequest(*Click2CallInput) (*request.Request, *Click2CallOutput)

	CommitResourceUploadCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CommitResourceUploadCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CommitResourceUploadCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CommitResourceUpload(*CommitResourceUploadInput) (*CommitResourceUploadOutput, error)
	CommitResourceUploadWithContext(volcengine.Context, *CommitResourceUploadInput, ...request.Option) (*CommitResourceUploadOutput, error)
	CommitResourceUploadRequest(*CommitResourceUploadInput) (*request.Request, *CommitResourceUploadOutput)

	CreateNumberPoolCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateNumberPoolCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateNumberPoolCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateNumberPool(*CreateNumberPoolInput) (*CreateNumberPoolOutput, error)
	CreateNumberPoolWithContext(volcengine.Context, *CreateNumberPoolInput, ...request.Option) (*CreateNumberPoolOutput, error)
	CreateNumberPoolRequest(*CreateNumberPoolInput) (*request.Request, *CreateNumberPoolOutput)

	CreateTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
	CreateTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	CreateTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	CreateTask(*CreateTaskInput) (*CreateTaskOutput, error)
	CreateTaskWithContext(volcengine.Context, *CreateTaskInput, ...request.Option) (*CreateTaskOutput, error)
	CreateTaskRequest(*CreateTaskInput) (*request.Request, *CreateTaskOutput)

	EnableOrDisableNumberCommon(*map[string]interface{}) (*map[string]interface{}, error)
	EnableOrDisableNumberCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	EnableOrDisableNumberCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	EnableOrDisableNumber(*EnableOrDisableNumberInput) (*EnableOrDisableNumberOutput, error)
	EnableOrDisableNumberWithContext(volcengine.Context, *EnableOrDisableNumberInput, ...request.Option) (*EnableOrDisableNumberOutput, error)
	EnableOrDisableNumberRequest(*EnableOrDisableNumberInput) (*request.Request, *EnableOrDisableNumberOutput)

	GetResourceUploadUrlCommon(*map[string]interface{}) (*map[string]interface{}, error)
	GetResourceUploadUrlCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	GetResourceUploadUrlCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	GetResourceUploadUrl(*GetResourceUploadUrlInput) (*GetResourceUploadUrlOutput, error)
	GetResourceUploadUrlWithContext(volcengine.Context, *GetResourceUploadUrlInput, ...request.Option) (*GetResourceUploadUrlOutput, error)
	GetResourceUploadUrlRequest(*GetResourceUploadUrlInput) (*request.Request, *GetResourceUploadUrlOutput)

	NumberListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	NumberListCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	NumberListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	NumberList(*NumberListInput) (*NumberListOutput, error)
	NumberListWithContext(volcengine.Context, *NumberListInput, ...request.Option) (*NumberListOutput, error)
	NumberListRequest(*NumberListInput) (*request.Request, *NumberListOutput)

	NumberPoolListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	NumberPoolListCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	NumberPoolListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	NumberPoolList(*NumberPoolListInput) (*NumberPoolListOutput, error)
	NumberPoolListWithContext(volcengine.Context, *NumberPoolListInput, ...request.Option) (*NumberPoolListOutput, error)
	NumberPoolListRequest(*NumberPoolListInput) (*request.Request, *NumberPoolListOutput)

	OpenCreateTtsCommon(*map[string]interface{}) (*map[string]interface{}, error)
	OpenCreateTtsCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	OpenCreateTtsCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	OpenCreateTts(*OpenCreateTtsInput) (*OpenCreateTtsOutput, error)
	OpenCreateTtsWithContext(volcengine.Context, *OpenCreateTtsInput, ...request.Option) (*OpenCreateTtsOutput, error)
	OpenCreateTtsRequest(*OpenCreateTtsInput) (*request.Request, *OpenCreateTtsOutput)

	OpenDeleteResourceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	OpenDeleteResourceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	OpenDeleteResourceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	OpenDeleteResource(*OpenDeleteResourceInput) (*OpenDeleteResourceOutput, error)
	OpenDeleteResourceWithContext(volcengine.Context, *OpenDeleteResourceInput, ...request.Option) (*OpenDeleteResourceOutput, error)
	OpenDeleteResourceRequest(*OpenDeleteResourceInput) (*request.Request, *OpenDeleteResourceOutput)

	OpenUpdateResourceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	OpenUpdateResourceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	OpenUpdateResourceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	OpenUpdateResource(*OpenUpdateResourceInput) (*OpenUpdateResourceOutput, error)
	OpenUpdateResourceWithContext(volcengine.Context, *OpenUpdateResourceInput, ...request.Option) (*OpenUpdateResourceOutput, error)
	OpenUpdateResourceRequest(*OpenUpdateResourceInput) (*request.Request, *OpenUpdateResourceOutput)

	PauseTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
	PauseTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	PauseTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	PauseTask(*PauseTaskInput) (*PauseTaskOutput, error)
	PauseTaskWithContext(volcengine.Context, *PauseTaskInput, ...request.Option) (*PauseTaskOutput, error)
	PauseTaskRequest(*PauseTaskInput) (*request.Request, *PauseTaskOutput)

	QueryAudioRecordFileUrlCommon(*map[string]interface{}) (*map[string]interface{}, error)
	QueryAudioRecordFileUrlCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	QueryAudioRecordFileUrlCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	QueryAudioRecordFileUrl(*QueryAudioRecordFileUrlInput) (*QueryAudioRecordFileUrlOutput, error)
	QueryAudioRecordFileUrlWithContext(volcengine.Context, *QueryAudioRecordFileUrlInput, ...request.Option) (*QueryAudioRecordFileUrlOutput, error)
	QueryAudioRecordFileUrlRequest(*QueryAudioRecordFileUrlInput) (*request.Request, *QueryAudioRecordFileUrlOutput)

	QueryAudioRecordToTextFileUrlV2Common(*map[string]interface{}) (*map[string]interface{}, error)
	QueryAudioRecordToTextFileUrlV2CommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	QueryAudioRecordToTextFileUrlV2CommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	QueryAudioRecordToTextFileUrlV2(*QueryAudioRecordToTextFileUrlV2Input) (*QueryAudioRecordToTextFileUrlV2Output, error)
	QueryAudioRecordToTextFileUrlV2WithContext(volcengine.Context, *QueryAudioRecordToTextFileUrlV2Input, ...request.Option) (*QueryAudioRecordToTextFileUrlV2Output, error)
	QueryAudioRecordToTextFileUrlV2Request(*QueryAudioRecordToTextFileUrlV2Input) (*request.Request, *QueryAudioRecordToTextFileUrlV2Output)

	QueryAuthCommon(*map[string]interface{}) (*map[string]interface{}, error)
	QueryAuthCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	QueryAuthCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	QueryAuth(*QueryAuthInput) (*QueryAuthOutput, error)
	QueryAuthWithContext(volcengine.Context, *QueryAuthInput, ...request.Option) (*QueryAuthOutput, error)
	QueryAuthRequest(*QueryAuthInput) (*request.Request, *QueryAuthOutput)

	QueryCallRecordMsgV2Common(*map[string]interface{}) (*map[string]interface{}, error)
	QueryCallRecordMsgV2CommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	QueryCallRecordMsgV2CommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	QueryCallRecordMsgV2(*QueryCallRecordMsgV2Input) (*QueryCallRecordMsgV2Output, error)
	QueryCallRecordMsgV2WithContext(volcengine.Context, *QueryCallRecordMsgV2Input, ...request.Option) (*QueryCallRecordMsgV2Output, error)
	QueryCallRecordMsgV2Request(*QueryCallRecordMsgV2Input) (*request.Request, *QueryCallRecordMsgV2Output)

	QueryOpenGetResourceCommon(*map[string]interface{}) (*map[string]interface{}, error)
	QueryOpenGetResourceCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	QueryOpenGetResourceCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	QueryOpenGetResource(*QueryOpenGetResourceInput) (*QueryOpenGetResourceOutput, error)
	QueryOpenGetResourceWithContext(volcengine.Context, *QueryOpenGetResourceInput, ...request.Option) (*QueryOpenGetResourceOutput, error)
	QueryOpenGetResourceRequest(*QueryOpenGetResourceInput) (*request.Request, *QueryOpenGetResourceOutput)

	QueryQualificationCommon(*map[string]interface{}) (*map[string]interface{}, error)
	QueryQualificationCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	QueryQualificationCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	QueryQualification(*QueryQualificationInput) (*QueryQualificationOutput, error)
	QueryQualificationWithContext(volcengine.Context, *QueryQualificationInput, ...request.Option) (*QueryQualificationOutput, error)
	QueryQualificationRequest(*QueryQualificationInput) (*request.Request, *QueryQualificationOutput)

	QuerySingleInfoCommon(*map[string]interface{}) (*map[string]interface{}, error)
	QuerySingleInfoCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	QuerySingleInfoCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	QuerySingleInfo(*QuerySingleInfoInput) (*QuerySingleInfoOutput, error)
	QuerySingleInfoWithContext(volcengine.Context, *QuerySingleInfoInput, ...request.Option) (*QuerySingleInfoOutput, error)
	QuerySingleInfoRequest(*QuerySingleInfoInput) (*request.Request, *QuerySingleInfoOutput)

	QuerySubscriptionCommon(*map[string]interface{}) (*map[string]interface{}, error)
	QuerySubscriptionCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	QuerySubscriptionCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	QuerySubscription(*QuerySubscriptionInput) (*QuerySubscriptionOutput, error)
	QuerySubscriptionWithContext(volcengine.Context, *QuerySubscriptionInput, ...request.Option) (*QuerySubscriptionOutput, error)
	QuerySubscriptionRequest(*QuerySubscriptionInput) (*request.Request, *QuerySubscriptionOutput)

	QuerySubscriptionForListCommon(*map[string]interface{}) (*map[string]interface{}, error)
	QuerySubscriptionForListCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	QuerySubscriptionForListCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	QuerySubscriptionForList(*QuerySubscriptionForListInput) (*QuerySubscriptionForListOutput, error)
	QuerySubscriptionForListWithContext(volcengine.Context, *QuerySubscriptionForListInput, ...request.Option) (*QuerySubscriptionForListOutput, error)
	QuerySubscriptionForListRequest(*QuerySubscriptionForListInput) (*request.Request, *QuerySubscriptionForListOutput)

	QueryUsableResourceV2Common(*map[string]interface{}) (*map[string]interface{}, error)
	QueryUsableResourceV2CommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	QueryUsableResourceV2CommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	QueryUsableResourceV2(*QueryUsableResourceV2Input) (*QueryUsableResourceV2Output, error)
	QueryUsableResourceV2WithContext(volcengine.Context, *QueryUsableResourceV2Input, ...request.Option) (*QueryUsableResourceV2Output, error)
	QueryUsableResourceV2Request(*QueryUsableResourceV2Input) (*request.Request, *QueryUsableResourceV2Output)

	ResumeTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
	ResumeTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	ResumeTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	ResumeTask(*ResumeTaskInput) (*ResumeTaskOutput, error)
	ResumeTaskWithContext(volcengine.Context, *ResumeTaskInput, ...request.Option) (*ResumeTaskOutput, error)
	ResumeTaskRequest(*ResumeTaskInput) (*request.Request, *ResumeTaskOutput)

	RouteAAuthCommon(*map[string]interface{}) (*map[string]interface{}, error)
	RouteAAuthCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	RouteAAuthCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	RouteAAuth(*RouteAAuthInput) (*RouteAAuthOutput, error)
	RouteAAuthWithContext(volcengine.Context, *RouteAAuthInput, ...request.Option) (*RouteAAuthOutput, error)
	RouteAAuthRequest(*RouteAAuthInput) (*request.Request, *RouteAAuthOutput)

	SelectNumberAndBindAXBCommon(*map[string]interface{}) (*map[string]interface{}, error)
	SelectNumberAndBindAXBCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	SelectNumberAndBindAXBCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	SelectNumberAndBindAXB(*SelectNumberAndBindAXBInput) (*SelectNumberAndBindAXBOutput, error)
	SelectNumberAndBindAXBWithContext(volcengine.Context, *SelectNumberAndBindAXBInput, ...request.Option) (*SelectNumberAndBindAXBOutput, error)
	SelectNumberAndBindAXBRequest(*SelectNumberAndBindAXBInput) (*request.Request, *SelectNumberAndBindAXBOutput)

	SelectNumberAndBindAXNCommon(*map[string]interface{}) (*map[string]interface{}, error)
	SelectNumberAndBindAXNCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	SelectNumberAndBindAXNCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	SelectNumberAndBindAXN(*SelectNumberAndBindAXNInput) (*SelectNumberAndBindAXNOutput, error)
	SelectNumberAndBindAXNWithContext(volcengine.Context, *SelectNumberAndBindAXNInput, ...request.Option) (*SelectNumberAndBindAXNOutput, error)
	SelectNumberAndBindAXNRequest(*SelectNumberAndBindAXNInput) (*request.Request, *SelectNumberAndBindAXNOutput)

	SingleBatchAppendCommon(*map[string]interface{}) (*map[string]interface{}, error)
	SingleBatchAppendCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	SingleBatchAppendCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	SingleBatchAppend(*SingleBatchAppendInput) (*SingleBatchAppendOutput, error)
	SingleBatchAppendWithContext(volcengine.Context, *SingleBatchAppendInput, ...request.Option) (*SingleBatchAppendOutput, error)
	SingleBatchAppendRequest(*SingleBatchAppendInput) (*request.Request, *SingleBatchAppendOutput)

	SingleCancelV2Common(*map[string]interface{}) (*map[string]interface{}, error)
	SingleCancelV2CommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	SingleCancelV2CommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	SingleCancelV2(*SingleCancelV2Input) (*SingleCancelV2Output, error)
	SingleCancelV2WithContext(volcengine.Context, *SingleCancelV2Input, ...request.Option) (*SingleCancelV2Output, error)
	SingleCancelV2Request(*SingleCancelV2Input) (*request.Request, *SingleCancelV2Output)

	StopTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
	StopTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	StopTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	StopTask(*StopTaskInput) (*StopTaskOutput, error)
	StopTaskWithContext(volcengine.Context, *StopTaskInput, ...request.Option) (*StopTaskOutput, error)
	StopTaskRequest(*StopTaskInput) (*request.Request, *StopTaskOutput)

	UnbindAXBV2Common(*map[string]interface{}) (*map[string]interface{}, error)
	UnbindAXBV2CommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UnbindAXBV2CommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UnbindAXBV2(*UnbindAXBV2Input) (*UnbindAXBV2Output, error)
	UnbindAXBV2WithContext(volcengine.Context, *UnbindAXBV2Input, ...request.Option) (*UnbindAXBV2Output, error)
	UnbindAXBV2Request(*UnbindAXBV2Input) (*request.Request, *UnbindAXBV2Output)

	UnbindAXNEV2Common(*map[string]interface{}) (*map[string]interface{}, error)
	UnbindAXNEV2CommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UnbindAXNEV2CommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UnbindAXNEV2(*UnbindAXNEV2Input) (*UnbindAXNEV2Output, error)
	UnbindAXNEV2WithContext(volcengine.Context, *UnbindAXNEV2Input, ...request.Option) (*UnbindAXNEV2Output, error)
	UnbindAXNEV2Request(*UnbindAXNEV2Input) (*request.Request, *UnbindAXNEV2Output)

	UnbindAXNV2Common(*map[string]interface{}) (*map[string]interface{}, error)
	UnbindAXNV2CommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UnbindAXNV2CommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UnbindAXNV2(*UnbindAXNV2Input) (*UnbindAXNV2Output, error)
	UnbindAXNV2WithContext(volcengine.Context, *UnbindAXNV2Input, ...request.Option) (*UnbindAXNV2Output, error)
	UnbindAXNV2Request(*UnbindAXNV2Input) (*request.Request, *UnbindAXNV2Output)

	UnbindAXYBV2Common(*map[string]interface{}) (*map[string]interface{}, error)
	UnbindAXYBV2CommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UnbindAXYBV2CommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UnbindAXYBV2(*UnbindAXYBV2Input) (*UnbindAXYBV2Output, error)
	UnbindAXYBV2WithContext(volcengine.Context, *UnbindAXYBV2Input, ...request.Option) (*UnbindAXYBV2Output, error)
	UnbindAXYBV2Request(*UnbindAXYBV2Input) (*request.Request, *UnbindAXYBV2Output)

	UpdateNumberPoolV2Common(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateNumberPoolV2CommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateNumberPoolV2CommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateNumberPoolV2(*UpdateNumberPoolV2Input) (*UpdateNumberPoolV2Output, error)
	UpdateNumberPoolV2WithContext(volcengine.Context, *UpdateNumberPoolV2Input, ...request.Option) (*UpdateNumberPoolV2Output, error)
	UpdateNumberPoolV2Request(*UpdateNumberPoolV2Input) (*request.Request, *UpdateNumberPoolV2Output)

	UpdateQualificationCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateQualificationCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateQualificationCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateQualification(*UpdateQualificationInput) (*UpdateQualificationOutput, error)
	UpdateQualificationWithContext(volcengine.Context, *UpdateQualificationInput, ...request.Option) (*UpdateQualificationOutput, error)
	UpdateQualificationRequest(*UpdateQualificationInput) (*request.Request, *UpdateQualificationOutput)

	UpdateTaskCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpdateTaskCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpdateTaskCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpdateTask(*UpdateTaskInput) (*UpdateTaskOutput, error)
	UpdateTaskWithContext(volcengine.Context, *UpdateTaskInput, ...request.Option) (*UpdateTaskOutput, error)
	UpdateTaskRequest(*UpdateTaskInput) (*request.Request, *UpdateTaskOutput)

	UpgradeAXToAXBCommon(*map[string]interface{}) (*map[string]interface{}, error)
	UpgradeAXToAXBCommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UpgradeAXToAXBCommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UpgradeAXToAXB(*UpgradeAXToAXBInput) (*UpgradeAXToAXBOutput, error)
	UpgradeAXToAXBWithContext(volcengine.Context, *UpgradeAXToAXBInput, ...request.Option) (*UpgradeAXToAXBOutput, error)
	UpgradeAXToAXBRequest(*UpgradeAXToAXBInput) (*request.Request, *UpgradeAXToAXBOutput)

	UploadQualificationFileV2Common(*map[string]interface{}) (*map[string]interface{}, error)
	UploadQualificationFileV2CommonWithContext(volcengine.Context, *map[string]interface{}, ...request.Option) (*map[string]interface{}, error)
	UploadQualificationFileV2CommonRequest(*map[string]interface{}) (*request.Request, *map[string]interface{})

	UploadQualificationFileV2(*UploadQualificationFileV2Input) (*UploadQualificationFileV2Output, error)
	UploadQualificationFileV2WithContext(volcengine.Context, *UploadQualificationFileV2Input, ...request.Option) (*UploadQualificationFileV2Output, error)
	UploadQualificationFileV2Request(*UploadQualificationFileV2Input) (*request.Request, *UploadQualificationFileV2Output)
}

VMSAPI provides an interface to enable mocking the vms.VMS service client's API operation,

// volcengine sdk func uses an SDK service client to make a request to
// VMS.
func myFunc(svc VMSAPI) bool {
    // Make svc.AddQualification request
}

func main() {
    sess := session.New()
    svc := vms.New(sess)

    myFunc(svc)
}

Jump to

Keyboard shortcuts

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