cool_ops_1_0

package
v1.6.66 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 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 BatchQueryOpportunityTagHeaders added in v1.6.36

type BatchQueryOpportunityTagHeaders 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 (BatchQueryOpportunityTagHeaders) GoString added in v1.6.36

func (*BatchQueryOpportunityTagHeaders) SetCommonHeaders added in v1.6.36

func (*BatchQueryOpportunityTagHeaders) SetXAcsDingtalkAccessToken added in v1.6.36

func (BatchQueryOpportunityTagHeaders) String added in v1.6.36

type BatchQueryOpportunityTagRequest added in v1.6.36

type BatchQueryOpportunityTagRequest struct {
	CorpIdList []*string `json:"corpIdList,omitempty" xml:"corpIdList,omitempty" type:"Repeated"`
}

func (BatchQueryOpportunityTagRequest) GoString added in v1.6.36

func (*BatchQueryOpportunityTagRequest) SetCorpIdList added in v1.6.36

func (BatchQueryOpportunityTagRequest) String added in v1.6.36

type BatchQueryOpportunityTagResponse added in v1.6.36

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

func (BatchQueryOpportunityTagResponse) GoString added in v1.6.36

func (*BatchQueryOpportunityTagResponse) SetBody added in v1.6.36

func (*BatchQueryOpportunityTagResponse) SetHeaders added in v1.6.36

func (*BatchQueryOpportunityTagResponse) SetStatusCode added in v1.6.36

func (BatchQueryOpportunityTagResponse) String added in v1.6.36

type BatchQueryOpportunityTagResponseBody added in v1.6.36

type BatchQueryOpportunityTagResponseBody struct {
	Result *BatchQueryOpportunityTagResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"`
}

func (BatchQueryOpportunityTagResponseBody) GoString added in v1.6.36

func (*BatchQueryOpportunityTagResponseBody) SetResult added in v1.6.36

func (BatchQueryOpportunityTagResponseBody) String added in v1.6.36

type BatchQueryOpportunityTagResponseBodyResult added in v1.6.36

type BatchQueryOpportunityTagResponseBodyResult struct {
	OpportunityList []*BatchQueryOpportunityTagResponseBodyResultOpportunityList `json:"opportunityList,omitempty" xml:"opportunityList,omitempty" type:"Repeated"`
}

func (BatchQueryOpportunityTagResponseBodyResult) GoString added in v1.6.36

func (*BatchQueryOpportunityTagResponseBodyResult) SetOpportunityList added in v1.6.36

func (BatchQueryOpportunityTagResponseBodyResult) String added in v1.6.36

type BatchQueryOpportunityTagResponseBodyResultOpportunityList added in v1.6.36

type BatchQueryOpportunityTagResponseBodyResultOpportunityList struct {
	ActiveUserCnt7d        *int64  `json:"activeUserCnt7d,omitempty" xml:"activeUserCnt7d,omitempty"`
	AppActiveState         *string `json:"appActiveState,omitempty" xml:"appActiveState,omitempty"`
	CorpId                 *string `json:"corpId,omitempty" xml:"corpId,omitempty"`
	FstFunnelsourceNameLv1 *string `json:"fstFunnelsourceNameLv1,omitempty" xml:"fstFunnelsourceNameLv1,omitempty"`
	FunnelsourceNameLv1    *string `json:"funnelsourceNameLv1,omitempty" xml:"funnelsourceNameLv1,omitempty"`
}

func (BatchQueryOpportunityTagResponseBodyResultOpportunityList) GoString added in v1.6.36

func (*BatchQueryOpportunityTagResponseBodyResultOpportunityList) SetActiveUserCnt7d added in v1.6.36

func (*BatchQueryOpportunityTagResponseBodyResultOpportunityList) SetAppActiveState added in v1.6.36

func (*BatchQueryOpportunityTagResponseBodyResultOpportunityList) SetCorpId added in v1.6.36

func (*BatchQueryOpportunityTagResponseBodyResultOpportunityList) SetFstFunnelsourceNameLv1 added in v1.6.36

func (*BatchQueryOpportunityTagResponseBodyResultOpportunityList) SetFunnelsourceNameLv1 added in v1.6.36

func (BatchQueryOpportunityTagResponseBodyResultOpportunityList) String added in v1.6.36

type Client

type Client struct {
	openapi.Client
}

func NewClient

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

func (*Client) BatchQueryOpportunityTag added in v1.6.36

func (client *Client) BatchQueryOpportunityTag(request *BatchQueryOpportunityTagRequest) (_result *BatchQueryOpportunityTagResponse, _err error)

func (*Client) BatchQueryOpportunityTagWithOptions added in v1.6.36

func (client *Client) BatchQueryOpportunityTagWithOptions(request *BatchQueryOpportunityTagRequest, headers *BatchQueryOpportunityTagHeaders, runtime *util.RuntimeOptions) (_result *BatchQueryOpportunityTagResponse, _err error)

func (*Client) Init

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

func (*Client) UpdateIsvOppStatus

func (client *Client) UpdateIsvOppStatus(request *UpdateIsvOppStatusRequest) (_result *UpdateIsvOppStatusResponse, _err error)

func (*Client) UpdateIsvOppStatusWithOptions

func (client *Client) UpdateIsvOppStatusWithOptions(request *UpdateIsvOppStatusRequest, headers *UpdateIsvOppStatusHeaders, runtime *util.RuntimeOptions) (_result *UpdateIsvOppStatusResponse, _err error)

type UpdateIsvOppStatusHeaders

type UpdateIsvOppStatusHeaders 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 (UpdateIsvOppStatusHeaders) GoString

func (s UpdateIsvOppStatusHeaders) GoString() string

func (*UpdateIsvOppStatusHeaders) SetCommonHeaders

func (*UpdateIsvOppStatusHeaders) SetXAcsDingtalkAccessToken

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

func (UpdateIsvOppStatusHeaders) String

func (s UpdateIsvOppStatusHeaders) String() string

type UpdateIsvOppStatusRequest

type UpdateIsvOppStatusRequest struct {
	IsvOpportunityStatusList []*UpdateIsvOppStatusRequestIsvOpportunityStatusList `json:"isvOpportunityStatusList,omitempty" xml:"isvOpportunityStatusList,omitempty" type:"Repeated"`
}

func (UpdateIsvOppStatusRequest) GoString

func (s UpdateIsvOppStatusRequest) GoString() string

func (UpdateIsvOppStatusRequest) String

func (s UpdateIsvOppStatusRequest) String() string

type UpdateIsvOppStatusRequestIsvOpportunityStatusList

type UpdateIsvOppStatusRequestIsvOpportunityStatusList struct {
	IsvCorpId         *string `json:"isvCorpId,omitempty" xml:"isvCorpId,omitempty"`
	MicroAppId        *string `json:"microAppId,omitempty" xml:"microAppId,omitempty"`
	Name              *string `json:"name,omitempty" xml:"name,omitempty"`
	Note              *string `json:"note,omitempty" xml:"note,omitempty"`
	OperCorpId        *string `json:"operCorpId,omitempty" xml:"operCorpId,omitempty"`
	OperName          *string `json:"operName,omitempty" xml:"operName,omitempty"`
	OperTime          *string `json:"operTime,omitempty" xml:"operTime,omitempty"`
	OperUserId        *string `json:"operUserId,omitempty" xml:"operUserId,omitempty"`
	OppSourceCorpId   *string `json:"oppSourceCorpId,omitempty" xml:"oppSourceCorpId,omitempty"`
	OpportunityStatus *string `json:"opportunityStatus,omitempty" xml:"opportunityStatus,omitempty"`
	UserId            *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (UpdateIsvOppStatusRequestIsvOpportunityStatusList) GoString

func (*UpdateIsvOppStatusRequestIsvOpportunityStatusList) SetIsvCorpId

func (*UpdateIsvOppStatusRequestIsvOpportunityStatusList) SetMicroAppId

func (*UpdateIsvOppStatusRequestIsvOpportunityStatusList) SetName

func (*UpdateIsvOppStatusRequestIsvOpportunityStatusList) SetNote

func (*UpdateIsvOppStatusRequestIsvOpportunityStatusList) SetOperCorpId added in v1.6.38

func (*UpdateIsvOppStatusRequestIsvOpportunityStatusList) SetOperName

func (*UpdateIsvOppStatusRequestIsvOpportunityStatusList) SetOperTime

func (*UpdateIsvOppStatusRequestIsvOpportunityStatusList) SetOperUserId

func (*UpdateIsvOppStatusRequestIsvOpportunityStatusList) SetOppSourceCorpId

func (*UpdateIsvOppStatusRequestIsvOpportunityStatusList) SetOpportunityStatus

func (*UpdateIsvOppStatusRequestIsvOpportunityStatusList) SetUserId

func (UpdateIsvOppStatusRequestIsvOpportunityStatusList) String

type UpdateIsvOppStatusResponse

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

func (UpdateIsvOppStatusResponse) GoString

func (s UpdateIsvOppStatusResponse) GoString() string

func (*UpdateIsvOppStatusResponse) SetBody

func (*UpdateIsvOppStatusResponse) SetHeaders

func (*UpdateIsvOppStatusResponse) SetStatusCode

func (UpdateIsvOppStatusResponse) String

type UpdateIsvOppStatusResponseBody

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

func (UpdateIsvOppStatusResponseBody) GoString

func (*UpdateIsvOppStatusResponseBody) SetResult

func (UpdateIsvOppStatusResponseBody) String

Jump to

Keyboard shortcuts

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