Documentation ¶
Overview ¶
This file is auto-generated, don't edit it. Thanks. *
*
Index ¶
- type AddCallConfigHeaders
- type AddCallConfigRequest
- func (s AddCallConfigRequest) GoString() string
- func (s *AddCallConfigRequest) SetCorpId(v string) *AddCallConfigRequest
- func (s *AddCallConfigRequest) SetIsvToken(v string) *AddCallConfigRequest
- func (s *AddCallConfigRequest) SetPhoneNumber(v string) *AddCallConfigRequest
- func (s *AddCallConfigRequest) SetScopeType(v string) *AddCallConfigRequest
- func (s AddCallConfigRequest) String() string
- type AddCallConfigResponse
- func (s AddCallConfigResponse) GoString() string
- func (s *AddCallConfigResponse) SetBody(v *AddCallConfigResponseBody) *AddCallConfigResponse
- func (s *AddCallConfigResponse) SetHeaders(v map[string]*string) *AddCallConfigResponse
- func (s *AddCallConfigResponse) SetStatusCode(v int32) *AddCallConfigResponse
- func (s AddCallConfigResponse) String() string
- type AddCallConfigResponseBody
- type Client
- func (client *Client) AddCallConfig(request *AddCallConfigRequest) (_result *AddCallConfigResponse, _err error)
- func (client *Client) AddCallConfigWithOptions(request *AddCallConfigRequest, headers *AddCallConfigHeaders, ...) (_result *AddCallConfigResponse, _err error)
- func (client *Client) DelCallConfig(request *DelCallConfigRequest) (_result *DelCallConfigResponse, _err error)
- func (client *Client) DelCallConfigWithOptions(request *DelCallConfigRequest, headers *DelCallConfigHeaders, ...) (_result *DelCallConfigResponse, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
- func (client *Client) QueryCallConfig(request *QueryCallConfigRequest) (_result *QueryCallConfigResponse, _err error)
- func (client *Client) QueryCallConfigWithOptions(request *QueryCallConfigRequest, headers *QueryCallConfigHeaders, ...) (_result *QueryCallConfigResponse, _err error)
- type DelCallConfigHeaders
- type DelCallConfigRequest
- func (s DelCallConfigRequest) GoString() string
- func (s *DelCallConfigRequest) SetCorpId(v string) *DelCallConfigRequest
- func (s *DelCallConfigRequest) SetIsvToken(v string) *DelCallConfigRequest
- func (s *DelCallConfigRequest) SetPhoneNumber(v string) *DelCallConfigRequest
- func (s DelCallConfigRequest) String() string
- type DelCallConfigResponse
- func (s DelCallConfigResponse) GoString() string
- func (s *DelCallConfigResponse) SetBody(v *DelCallConfigResponseBody) *DelCallConfigResponse
- func (s *DelCallConfigResponse) SetHeaders(v map[string]*string) *DelCallConfigResponse
- func (s *DelCallConfigResponse) SetStatusCode(v int32) *DelCallConfigResponse
- func (s DelCallConfigResponse) String() string
- type DelCallConfigResponseBody
- type QueryCallConfigHeaders
- type QueryCallConfigRequest
- func (s QueryCallConfigRequest) GoString() string
- func (s *QueryCallConfigRequest) SetCorpId(v string) *QueryCallConfigRequest
- func (s *QueryCallConfigRequest) SetIsvToken(v string) *QueryCallConfigRequest
- func (s *QueryCallConfigRequest) SetPhoneNumber(v string) *QueryCallConfigRequest
- func (s *QueryCallConfigRequest) SetScopeType(v string) *QueryCallConfigRequest
- func (s QueryCallConfigRequest) String() string
- type QueryCallConfigResponse
- func (s QueryCallConfigResponse) GoString() string
- func (s *QueryCallConfigResponse) SetBody(v *QueryCallConfigResponseBody) *QueryCallConfigResponse
- func (s *QueryCallConfigResponse) SetHeaders(v map[string]*string) *QueryCallConfigResponse
- func (s *QueryCallConfigResponse) SetStatusCode(v int32) *QueryCallConfigResponse
- func (s QueryCallConfigResponse) String() string
- type QueryCallConfigResponseBody
- type QueryCallConfigResponseBodyResult
- func (s QueryCallConfigResponseBodyResult) GoString() string
- func (s *QueryCallConfigResponseBodyResult) SetAccountDomain(v string) *QueryCallConfigResponseBodyResult
- func (s *QueryCallConfigResponseBodyResult) SetAccountId(v string) *QueryCallConfigResponseBodyResult
- func (s *QueryCallConfigResponseBodyResult) SetCallInType(v int32) *QueryCallConfigResponseBodyResult
- func (s *QueryCallConfigResponseBodyResult) SetCallOutType(v int32) *QueryCallConfigResponseBodyResult
- func (s *QueryCallConfigResponseBodyResult) SetCreateUid(v string) *QueryCallConfigResponseBodyResult
- func (s *QueryCallConfigResponseBodyResult) SetPhoneNumber(v string) *QueryCallConfigResponseBodyResult
- func (s *QueryCallConfigResponseBodyResult) SetScopeType(v string) *QueryCallConfigResponseBodyResult
- func (s *QueryCallConfigResponseBodyResult) SetShowType(v int32) *QueryCallConfigResponseBodyResult
- func (s *QueryCallConfigResponseBodyResult) SetSourceType(v string) *QueryCallConfigResponseBodyResult
- func (s *QueryCallConfigResponseBodyResult) SetStatus(v int32) *QueryCallConfigResponseBodyResult
- func (s QueryCallConfigResponseBodyResult) String() string
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 (s *AddCallConfigRequest) SetCorpId(v string) *AddCallConfigRequest
func (*AddCallConfigRequest) SetIsvToken ¶
func (s *AddCallConfigRequest) SetIsvToken(v string) *AddCallConfigRequest
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 (s *AddCallConfigResponse) SetBody(v *AddCallConfigResponseBody) *AddCallConfigResponse
func (*AddCallConfigResponse) SetHeaders ¶
func (s *AddCallConfigResponse) SetHeaders(v map[string]*string) *AddCallConfigResponse
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 (s *AddCallConfigResponseBody) SetToken(v string) *AddCallConfigResponseBody
func (AddCallConfigResponseBody) String ¶
func (s AddCallConfigResponseBody) String() string
type Client ¶
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) 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 (s *DelCallConfigRequest) SetCorpId(v string) *DelCallConfigRequest
func (*DelCallConfigRequest) SetIsvToken ¶
func (s *DelCallConfigRequest) SetIsvToken(v string) *DelCallConfigRequest
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 (s *DelCallConfigResponse) SetBody(v *DelCallConfigResponseBody) *DelCallConfigResponse
func (*DelCallConfigResponse) SetHeaders ¶
func (s *DelCallConfigResponse) SetHeaders(v map[string]*string) *DelCallConfigResponse
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 (s *DelCallConfigResponseBody) SetResult(v bool) *DelCallConfigResponseBody
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 (s *QueryCallConfigRequest) SetCorpId(v string) *QueryCallConfigRequest
func (*QueryCallConfigRequest) SetIsvToken ¶
func (s *QueryCallConfigRequest) SetIsvToken(v string) *QueryCallConfigRequest
func (*QueryCallConfigRequest) SetPhoneNumber ¶
func (s *QueryCallConfigRequest) SetPhoneNumber(v string) *QueryCallConfigRequest
func (*QueryCallConfigRequest) SetScopeType ¶
func (s *QueryCallConfigRequest) SetScopeType(v string) *QueryCallConfigRequest
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 (s *QueryCallConfigResponse) SetBody(v *QueryCallConfigResponseBody) *QueryCallConfigResponse
func (*QueryCallConfigResponse) SetHeaders ¶
func (s *QueryCallConfigResponse) SetHeaders(v map[string]*string) *QueryCallConfigResponse
func (*QueryCallConfigResponse) SetStatusCode ¶
func (s *QueryCallConfigResponse) SetStatusCode(v int32) *QueryCallConfigResponse
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 (s *QueryCallConfigResponseBody) SetResult(v []*QueryCallConfigResponseBodyResult) *QueryCallConfigResponseBody
func (QueryCallConfigResponseBody) String ¶
func (s QueryCallConfigResponseBody) String() 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 (s QueryCallConfigResponseBodyResult) GoString() string
func (*QueryCallConfigResponseBodyResult) SetAccountDomain ¶
func (s *QueryCallConfigResponseBodyResult) SetAccountDomain(v string) *QueryCallConfigResponseBodyResult
func (*QueryCallConfigResponseBodyResult) SetAccountId ¶
func (s *QueryCallConfigResponseBodyResult) SetAccountId(v string) *QueryCallConfigResponseBodyResult
func (*QueryCallConfigResponseBodyResult) SetCallInType ¶
func (s *QueryCallConfigResponseBodyResult) SetCallInType(v int32) *QueryCallConfigResponseBodyResult
func (*QueryCallConfigResponseBodyResult) SetCallOutType ¶
func (s *QueryCallConfigResponseBodyResult) SetCallOutType(v int32) *QueryCallConfigResponseBodyResult
func (*QueryCallConfigResponseBodyResult) SetCreateUid ¶
func (s *QueryCallConfigResponseBodyResult) SetCreateUid(v string) *QueryCallConfigResponseBodyResult
func (*QueryCallConfigResponseBodyResult) SetPhoneNumber ¶
func (s *QueryCallConfigResponseBodyResult) SetPhoneNumber(v string) *QueryCallConfigResponseBodyResult
func (*QueryCallConfigResponseBodyResult) SetScopeType ¶
func (s *QueryCallConfigResponseBodyResult) SetScopeType(v string) *QueryCallConfigResponseBodyResult
func (*QueryCallConfigResponseBodyResult) SetShowType ¶
func (s *QueryCallConfigResponseBodyResult) SetShowType(v int32) *QueryCallConfigResponseBodyResult
func (*QueryCallConfigResponseBodyResult) SetSourceType ¶
func (s *QueryCallConfigResponseBodyResult) SetSourceType(v string) *QueryCallConfigResponseBodyResult
func (*QueryCallConfigResponseBodyResult) SetStatus ¶
func (s *QueryCallConfigResponseBodyResult) SetStatus(v int32) *QueryCallConfigResponseBodyResult
func (QueryCallConfigResponseBodyResult) String ¶
func (s QueryCallConfigResponseBodyResult) String() string
Click to show internal directories.
Click to hide internal directories.