ding_phone_1_0

package
v2.0.83 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

This file is auto-generated, don't edit it. Thanks. *

*

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddCallConfigHeaders

type AddCallConfigHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (AddCallConfigHeaders) GoString

func (s AddCallConfigHeaders) GoString() string

func (*AddCallConfigHeaders) SetCommonHeaders

func (s *AddCallConfigHeaders) SetCommonHeaders(v map[string]*string) *AddCallConfigHeaders

func (*AddCallConfigHeaders) SetXAcsDingtalkAccessToken

func (s *AddCallConfigHeaders) SetXAcsDingtalkAccessToken(v string) *AddCallConfigHeaders

func (AddCallConfigHeaders) String

func (s AddCallConfigHeaders) String() string

type AddCallConfigRequest

type AddCallConfigRequest struct {
	CorpId      *string `json:"corpId,omitempty" xml:"corpId,omitempty"`
	IsvToken    *string `json:"isvToken,omitempty" xml:"isvToken,omitempty"`
	PhoneNumber *string `json:"phoneNumber,omitempty" xml:"phoneNumber,omitempty"`
	ScopeType   *string `json:"scopeType,omitempty" xml:"scopeType,omitempty"`
}

func (AddCallConfigRequest) GoString

func (s AddCallConfigRequest) GoString() string

func (*AddCallConfigRequest) SetCorpId

func (*AddCallConfigRequest) SetIsvToken

func (*AddCallConfigRequest) SetPhoneNumber

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

func (*AddCallConfigRequest) SetScopeType

func (s *AddCallConfigRequest) SetScopeType(v string) *AddCallConfigRequest

func (AddCallConfigRequest) String

func (s AddCallConfigRequest) String() string

type AddCallConfigResponse

type AddCallConfigResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *AddCallConfigResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (AddCallConfigResponse) GoString

func (s AddCallConfigResponse) GoString() string

func (*AddCallConfigResponse) SetBody

func (*AddCallConfigResponse) SetHeaders

func (*AddCallConfigResponse) SetStatusCode

func (s *AddCallConfigResponse) SetStatusCode(v int32) *AddCallConfigResponse

func (AddCallConfigResponse) String

func (s AddCallConfigResponse) String() string

type AddCallConfigResponseBody

type AddCallConfigResponseBody struct {
	Token *string `json:"token,omitempty" xml:"token,omitempty"`
}

func (AddCallConfigResponseBody) GoString

func (s AddCallConfigResponseBody) GoString() string

func (*AddCallConfigResponseBody) SetToken

func (AddCallConfigResponseBody) String

func (s AddCallConfigResponseBody) String() string

type Client

type Client struct {
	openapi.Client
}

func NewClient

func NewClient(config *openapi.Config) (*Client, error)

func (*Client) AddCallConfig

func (client *Client) AddCallConfig(request *AddCallConfigRequest) (_result *AddCallConfigResponse, _err error)

func (*Client) AddCallConfigWithOptions

func (client *Client) AddCallConfigWithOptions(request *AddCallConfigRequest, headers *AddCallConfigHeaders, runtime *util.RuntimeOptions) (_result *AddCallConfigResponse, _err error)

func (*Client) DelCallConfig

func (client *Client) DelCallConfig(request *DelCallConfigRequest) (_result *DelCallConfigResponse, _err error)

func (*Client) DelCallConfigWithOptions

func (client *Client) DelCallConfigWithOptions(request *DelCallConfigRequest, headers *DelCallConfigHeaders, runtime *util.RuntimeOptions) (_result *DelCallConfigResponse, _err error)

func (*Client) Init

func (client *Client) Init(config *openapi.Config) (_err error)

func (*Client) QueryCallConfig

func (client *Client) QueryCallConfig(request *QueryCallConfigRequest) (_result *QueryCallConfigResponse, _err error)

func (*Client) QueryCallConfigWithOptions

func (client *Client) QueryCallConfigWithOptions(request *QueryCallConfigRequest, headers *QueryCallConfigHeaders, runtime *util.RuntimeOptions) (_result *QueryCallConfigResponse, _err error)

type DelCallConfigHeaders

type DelCallConfigHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (DelCallConfigHeaders) GoString

func (s DelCallConfigHeaders) GoString() string

func (*DelCallConfigHeaders) SetCommonHeaders

func (s *DelCallConfigHeaders) SetCommonHeaders(v map[string]*string) *DelCallConfigHeaders

func (*DelCallConfigHeaders) SetXAcsDingtalkAccessToken

func (s *DelCallConfigHeaders) SetXAcsDingtalkAccessToken(v string) *DelCallConfigHeaders

func (DelCallConfigHeaders) String

func (s DelCallConfigHeaders) String() string

type DelCallConfigRequest

type DelCallConfigRequest struct {
	CorpId      *string `json:"corpId,omitempty" xml:"corpId,omitempty"`
	IsvToken    *string `json:"isvToken,omitempty" xml:"isvToken,omitempty"`
	PhoneNumber *string `json:"phoneNumber,omitempty" xml:"phoneNumber,omitempty"`
}

func (DelCallConfigRequest) GoString

func (s DelCallConfigRequest) GoString() string

func (*DelCallConfigRequest) SetCorpId

func (*DelCallConfigRequest) SetIsvToken

func (*DelCallConfigRequest) SetPhoneNumber

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

func (DelCallConfigRequest) String

func (s DelCallConfigRequest) String() string

type DelCallConfigResponse

type DelCallConfigResponse struct {
	Headers    map[string]*string         `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                     `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *DelCallConfigResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (DelCallConfigResponse) GoString

func (s DelCallConfigResponse) GoString() string

func (*DelCallConfigResponse) SetBody

func (*DelCallConfigResponse) SetHeaders

func (*DelCallConfigResponse) SetStatusCode

func (s *DelCallConfigResponse) SetStatusCode(v int32) *DelCallConfigResponse

func (DelCallConfigResponse) String

func (s DelCallConfigResponse) String() string

type DelCallConfigResponseBody

type DelCallConfigResponseBody struct {
	Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}

func (DelCallConfigResponseBody) GoString

func (s DelCallConfigResponseBody) GoString() string

func (*DelCallConfigResponseBody) SetResult

func (DelCallConfigResponseBody) String

func (s DelCallConfigResponseBody) String() string

type QueryCallConfigHeaders

type QueryCallConfigHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (QueryCallConfigHeaders) GoString

func (s QueryCallConfigHeaders) GoString() string

func (*QueryCallConfigHeaders) SetCommonHeaders

func (s *QueryCallConfigHeaders) SetCommonHeaders(v map[string]*string) *QueryCallConfigHeaders

func (*QueryCallConfigHeaders) SetXAcsDingtalkAccessToken

func (s *QueryCallConfigHeaders) SetXAcsDingtalkAccessToken(v string) *QueryCallConfigHeaders

func (QueryCallConfigHeaders) String

func (s QueryCallConfigHeaders) String() string

type QueryCallConfigRequest

type QueryCallConfigRequest struct {
	CorpId      *string `json:"corpId,omitempty" xml:"corpId,omitempty"`
	IsvToken    *string `json:"isvToken,omitempty" xml:"isvToken,omitempty"`
	PhoneNumber *string `json:"phoneNumber,omitempty" xml:"phoneNumber,omitempty"`
	ScopeType   *string `json:"scopeType,omitempty" xml:"scopeType,omitempty"`
}

func (QueryCallConfigRequest) GoString

func (s QueryCallConfigRequest) GoString() string

func (*QueryCallConfigRequest) SetCorpId

func (*QueryCallConfigRequest) SetIsvToken

func (*QueryCallConfigRequest) SetPhoneNumber

func (*QueryCallConfigRequest) SetScopeType

func (QueryCallConfigRequest) String

func (s QueryCallConfigRequest) String() string

type QueryCallConfigResponse

type QueryCallConfigResponse struct {
	Headers    map[string]*string           `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                       `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *QueryCallConfigResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (QueryCallConfigResponse) GoString

func (s QueryCallConfigResponse) GoString() string

func (*QueryCallConfigResponse) SetBody

func (*QueryCallConfigResponse) SetHeaders

func (*QueryCallConfigResponse) SetStatusCode

func (QueryCallConfigResponse) String

func (s QueryCallConfigResponse) String() string

type QueryCallConfigResponseBody

type QueryCallConfigResponseBody struct {
	Result []*QueryCallConfigResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Repeated"`
}

func (QueryCallConfigResponseBody) GoString

func (s QueryCallConfigResponseBody) GoString() string

func (*QueryCallConfigResponseBody) SetResult

func (QueryCallConfigResponseBody) String

type QueryCallConfigResponseBodyResult

type QueryCallConfigResponseBodyResult struct {
	AccountDomain *string `json:"accountDomain,omitempty" xml:"accountDomain,omitempty"`
	AccountId     *string `json:"accountId,omitempty" xml:"accountId,omitempty"`
	CallInType    *int32  `json:"callInType,omitempty" xml:"callInType,omitempty"`
	CallOutType   *int32  `json:"callOutType,omitempty" xml:"callOutType,omitempty"`
	CreateUid     *string `json:"createUid,omitempty" xml:"createUid,omitempty"`
	PhoneNumber   *string `json:"phoneNumber,omitempty" xml:"phoneNumber,omitempty"`
	ScopeType     *string `json:"scopeType,omitempty" xml:"scopeType,omitempty"`
	ShowType      *int32  `json:"showType,omitempty" xml:"showType,omitempty"`
	SourceType    *string `json:"sourceType,omitempty" xml:"sourceType,omitempty"`
	Status        *int32  `json:"status,omitempty" xml:"status,omitempty"`
}

func (QueryCallConfigResponseBodyResult) GoString

func (*QueryCallConfigResponseBodyResult) SetAccountDomain

func (*QueryCallConfigResponseBodyResult) SetAccountId

func (*QueryCallConfigResponseBodyResult) SetCallInType

func (*QueryCallConfigResponseBodyResult) SetCallOutType

func (*QueryCallConfigResponseBodyResult) SetCreateUid

func (*QueryCallConfigResponseBodyResult) SetPhoneNumber

func (*QueryCallConfigResponseBodyResult) SetScopeType

func (*QueryCallConfigResponseBodyResult) SetShowType

func (*QueryCallConfigResponseBodyResult) SetSourceType

func (*QueryCallConfigResponseBodyResult) SetStatus

func (QueryCallConfigResponseBodyResult) String

Jump to

Keyboard shortcuts

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