event_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 Client

type Client struct {
	openapi.Client
}

func NewClient

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

func (*Client) GetCallBackFaileResult

func (client *Client) GetCallBackFaileResult(request *GetCallBackFaileResultRequest) (_result *GetCallBackFaileResultResponse, _err error)

func (*Client) GetCallBackFaileResultWithOptions

func (client *Client) GetCallBackFaileResultWithOptions(request *GetCallBackFaileResultRequest, headers *GetCallBackFaileResultHeaders, runtime *util.RuntimeOptions) (_result *GetCallBackFaileResultResponse, _err error)

func (*Client) Init

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

func (*Client) InstallApp added in v2.0.83

func (client *Client) InstallApp(request *InstallAppRequest) (_result *InstallAppResponse, _err error)

func (*Client) InstallAppWithOptions added in v2.0.83

func (client *Client) InstallAppWithOptions(request *InstallAppRequest, headers *InstallAppHeaders, runtime *util.RuntimeOptions) (_result *InstallAppResponse, _err error)

func (*Client) InstallCoolApp added in v2.0.83

func (client *Client) InstallCoolApp(request *InstallCoolAppRequest) (_result *InstallCoolAppResponse, _err error)

func (*Client) InstallCoolAppWithOptions added in v2.0.83

func (client *Client) InstallCoolAppWithOptions(tmpReq *InstallCoolAppRequest, headers *InstallCoolAppHeaders, runtime *util.RuntimeOptions) (_result *InstallCoolAppResponse, _err error)

func (*Client) RePushSuiteTicket added in v2.0.83

func (client *Client) RePushSuiteTicket(request *RePushSuiteTicketRequest) (_result *RePushSuiteTicketResponse, _err error)

func (*Client) RePushSuiteTicketWithOptions added in v2.0.83

func (client *Client) RePushSuiteTicketWithOptions(request *RePushSuiteTicketRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *RePushSuiteTicketResponse, _err error)

type GetCallBackFaileResultHeaders

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

func (*GetCallBackFaileResultHeaders) SetCommonHeaders

func (*GetCallBackFaileResultHeaders) SetXAcsDingtalkAccessToken

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

func (GetCallBackFaileResultHeaders) String

type GetCallBackFaileResultRequest

type GetCallBackFaileResultRequest struct {
	BeginTime *int64 `json:"beginTime,omitempty" xml:"beginTime,omitempty"`
	EndTime   *int64 `json:"endTime,omitempty" xml:"endTime,omitempty"`
}

func (GetCallBackFaileResultRequest) GoString

func (*GetCallBackFaileResultRequest) SetBeginTime

func (*GetCallBackFaileResultRequest) SetEndTime

func (GetCallBackFaileResultRequest) String

type GetCallBackFaileResultResponse

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

func (GetCallBackFaileResultResponse) GoString

func (*GetCallBackFaileResultResponse) SetHeaders

func (*GetCallBackFaileResultResponse) SetStatusCode

func (GetCallBackFaileResultResponse) String

type GetCallBackFaileResultResponseBody

type GetCallBackFaileResultResponseBody struct {
	FailedList []*GetCallBackFaileResultResponseBodyFailedList `json:"failedList,omitempty" xml:"failedList,omitempty" type:"Repeated"`
	HasMore    *bool                                           `json:"hasMore,omitempty" xml:"hasMore,omitempty"`
}

func (GetCallBackFaileResultResponseBody) GoString

func (*GetCallBackFaileResultResponseBody) SetHasMore

func (GetCallBackFaileResultResponseBody) String

type GetCallBackFaileResultResponseBodyFailedList

type GetCallBackFaileResultResponseBodyFailedList struct {
	CallBackData *string `json:"callBackData,omitempty" xml:"callBackData,omitempty"`
	CallBackTag  *string `json:"callBackTag,omitempty" xml:"callBackTag,omitempty"`
	CorpId       *string `json:"corpId,omitempty" xml:"corpId,omitempty"`
	EventTime    *int64  `json:"eventTime,omitempty" xml:"eventTime,omitempty"`
}

func (GetCallBackFaileResultResponseBodyFailedList) GoString

func (*GetCallBackFaileResultResponseBodyFailedList) SetCallBackData

func (*GetCallBackFaileResultResponseBodyFailedList) SetCallBackTag

func (*GetCallBackFaileResultResponseBodyFailedList) SetCorpId

func (*GetCallBackFaileResultResponseBodyFailedList) SetEventTime

func (GetCallBackFaileResultResponseBodyFailedList) String

type InstallAppHeaders added in v2.0.83

type InstallAppHeaders 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 (InstallAppHeaders) GoString added in v2.0.83

func (s InstallAppHeaders) GoString() string

func (*InstallAppHeaders) SetCommonHeaders added in v2.0.83

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

func (*InstallAppHeaders) SetXAcsDingtalkAccessToken added in v2.0.83

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

func (InstallAppHeaders) String added in v2.0.83

func (s InstallAppHeaders) String() string

type InstallAppRequest added in v2.0.83

type InstallAppRequest struct {
	AppId      *int64  `json:"appId,omitempty" xml:"appId,omitempty"`
	CorpId     *string `json:"corpId,omitempty" xml:"corpId,omitempty"`
	DingUserId *string `json:"dingUserId,omitempty" xml:"dingUserId,omitempty"`
	SuiteId    *int64  `json:"suiteId,omitempty" xml:"suiteId,omitempty"`
}

func (InstallAppRequest) GoString added in v2.0.83

func (s InstallAppRequest) GoString() string

func (*InstallAppRequest) SetAppId added in v2.0.83

func (s *InstallAppRequest) SetAppId(v int64) *InstallAppRequest

func (*InstallAppRequest) SetCorpId added in v2.0.83

func (s *InstallAppRequest) SetCorpId(v string) *InstallAppRequest

func (*InstallAppRequest) SetDingUserId added in v2.0.83

func (s *InstallAppRequest) SetDingUserId(v string) *InstallAppRequest

func (*InstallAppRequest) SetSuiteId added in v2.0.83

func (s *InstallAppRequest) SetSuiteId(v int64) *InstallAppRequest

func (InstallAppRequest) String added in v2.0.83

func (s InstallAppRequest) String() string

type InstallAppResponse added in v2.0.83

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

func (InstallAppResponse) GoString added in v2.0.83

func (s InstallAppResponse) GoString() string

func (*InstallAppResponse) SetBody added in v2.0.83

func (*InstallAppResponse) SetHeaders added in v2.0.83

func (s *InstallAppResponse) SetHeaders(v map[string]*string) *InstallAppResponse

func (*InstallAppResponse) SetStatusCode added in v2.0.83

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

func (InstallAppResponse) String added in v2.0.83

func (s InstallAppResponse) String() string

type InstallAppResponseBody added in v2.0.83

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

func (InstallAppResponseBody) GoString added in v2.0.83

func (s InstallAppResponseBody) GoString() string

func (*InstallAppResponseBody) SetResult added in v2.0.83

func (InstallAppResponseBody) String added in v2.0.83

func (s InstallAppResponseBody) String() string

type InstallCoolAppHeaders added in v2.0.83

type InstallCoolAppHeaders 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 (InstallCoolAppHeaders) GoString added in v2.0.83

func (s InstallCoolAppHeaders) GoString() string

func (*InstallCoolAppHeaders) SetCommonHeaders added in v2.0.83

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

func (*InstallCoolAppHeaders) SetXAcsDingtalkAccessToken added in v2.0.83

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

func (InstallCoolAppHeaders) String added in v2.0.83

func (s InstallCoolAppHeaders) String() string

type InstallCoolAppRequest added in v2.0.83

type InstallCoolAppRequest struct {
	AppId              *int64                 `json:"appId,omitempty" xml:"appId,omitempty"`
	CoolAppCode        *string                `json:"coolAppCode,omitempty" xml:"coolAppCode,omitempty"`
	CorpId             *string                `json:"corpId,omitempty" xml:"corpId,omitempty"`
	Feature            map[string]interface{} `json:"feature,omitempty" xml:"feature,omitempty"`
	InstallUid         *string                `json:"installUid,omitempty" xml:"installUid,omitempty"`
	OpenConversationId *string                `json:"openConversationId,omitempty" xml:"openConversationId,omitempty"`
	Options            map[string]interface{} `json:"options,omitempty" xml:"options,omitempty"`
	SuiteId            *string                `json:"suiteId,omitempty" xml:"suiteId,omitempty"`
}

func (InstallCoolAppRequest) GoString added in v2.0.83

func (s InstallCoolAppRequest) GoString() string

func (*InstallCoolAppRequest) SetAppId added in v2.0.83

func (*InstallCoolAppRequest) SetCoolAppCode added in v2.0.83

func (s *InstallCoolAppRequest) SetCoolAppCode(v string) *InstallCoolAppRequest

func (*InstallCoolAppRequest) SetCorpId added in v2.0.83

func (*InstallCoolAppRequest) SetFeature added in v2.0.83

func (s *InstallCoolAppRequest) SetFeature(v map[string]interface{}) *InstallCoolAppRequest

func (*InstallCoolAppRequest) SetInstallUid added in v2.0.83

func (s *InstallCoolAppRequest) SetInstallUid(v string) *InstallCoolAppRequest

func (*InstallCoolAppRequest) SetOpenConversationId added in v2.0.83

func (s *InstallCoolAppRequest) SetOpenConversationId(v string) *InstallCoolAppRequest

func (*InstallCoolAppRequest) SetOptions added in v2.0.83

func (s *InstallCoolAppRequest) SetOptions(v map[string]interface{}) *InstallCoolAppRequest

func (*InstallCoolAppRequest) SetSuiteId added in v2.0.83

func (InstallCoolAppRequest) String added in v2.0.83

func (s InstallCoolAppRequest) String() string

type InstallCoolAppResponse added in v2.0.83

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

func (InstallCoolAppResponse) GoString added in v2.0.83

func (s InstallCoolAppResponse) GoString() string

func (*InstallCoolAppResponse) SetBody added in v2.0.83

func (*InstallCoolAppResponse) SetHeaders added in v2.0.83

func (*InstallCoolAppResponse) SetStatusCode added in v2.0.83

func (InstallCoolAppResponse) String added in v2.0.83

func (s InstallCoolAppResponse) String() string

type InstallCoolAppResponseBody added in v2.0.83

type InstallCoolAppResponseBody struct {
	Result *string `json:"result,omitempty" xml:"result,omitempty"`
}

func (InstallCoolAppResponseBody) GoString added in v2.0.83

func (s InstallCoolAppResponseBody) GoString() string

func (*InstallCoolAppResponseBody) SetResult added in v2.0.83

func (InstallCoolAppResponseBody) String added in v2.0.83

type InstallCoolAppShrinkRequest added in v2.0.83

type InstallCoolAppShrinkRequest struct {
	AppId              *int64  `json:"appId,omitempty" xml:"appId,omitempty"`
	CoolAppCode        *string `json:"coolAppCode,omitempty" xml:"coolAppCode,omitempty"`
	CorpId             *string `json:"corpId,omitempty" xml:"corpId,omitempty"`
	FeatureShrink      *string `json:"feature,omitempty" xml:"feature,omitempty"`
	InstallUid         *string `json:"installUid,omitempty" xml:"installUid,omitempty"`
	OpenConversationId *string `json:"openConversationId,omitempty" xml:"openConversationId,omitempty"`
	OptionsShrink      *string `json:"options,omitempty" xml:"options,omitempty"`
	SuiteId            *string `json:"suiteId,omitempty" xml:"suiteId,omitempty"`
}

func (InstallCoolAppShrinkRequest) GoString added in v2.0.83

func (s InstallCoolAppShrinkRequest) GoString() string

func (*InstallCoolAppShrinkRequest) SetAppId added in v2.0.83

func (*InstallCoolAppShrinkRequest) SetCoolAppCode added in v2.0.83

func (*InstallCoolAppShrinkRequest) SetCorpId added in v2.0.83

func (*InstallCoolAppShrinkRequest) SetFeatureShrink added in v2.0.83

func (*InstallCoolAppShrinkRequest) SetInstallUid added in v2.0.83

func (*InstallCoolAppShrinkRequest) SetOpenConversationId added in v2.0.83

func (s *InstallCoolAppShrinkRequest) SetOpenConversationId(v string) *InstallCoolAppShrinkRequest

func (*InstallCoolAppShrinkRequest) SetOptionsShrink added in v2.0.83

func (*InstallCoolAppShrinkRequest) SetSuiteId added in v2.0.83

func (InstallCoolAppShrinkRequest) String added in v2.0.83

type RePushSuiteTicketRequest added in v2.0.83

type RePushSuiteTicketRequest struct {
	SuiteId     *int64  `json:"suiteId,omitempty" xml:"suiteId,omitempty"`
	SuiteSecret *string `json:"suiteSecret,omitempty" xml:"suiteSecret,omitempty"`
}

func (RePushSuiteTicketRequest) GoString added in v2.0.83

func (s RePushSuiteTicketRequest) GoString() string

func (*RePushSuiteTicketRequest) SetSuiteId added in v2.0.83

func (*RePushSuiteTicketRequest) SetSuiteSecret added in v2.0.83

func (RePushSuiteTicketRequest) String added in v2.0.83

func (s RePushSuiteTicketRequest) String() string

type RePushSuiteTicketResponse added in v2.0.83

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

func (RePushSuiteTicketResponse) GoString added in v2.0.83

func (s RePushSuiteTicketResponse) GoString() string

func (*RePushSuiteTicketResponse) SetBody added in v2.0.83

func (*RePushSuiteTicketResponse) SetHeaders added in v2.0.83

func (*RePushSuiteTicketResponse) SetStatusCode added in v2.0.83

func (RePushSuiteTicketResponse) String added in v2.0.83

func (s RePushSuiteTicketResponse) String() string

type RePushSuiteTicketResponseBody added in v2.0.83

type RePushSuiteTicketResponseBody struct {
	Result *string `json:"result,omitempty" xml:"result,omitempty"`
}

func (RePushSuiteTicketResponseBody) GoString added in v2.0.83

func (*RePushSuiteTicketResponseBody) SetResult added in v2.0.83

func (RePushSuiteTicketResponseBody) String added in v2.0.83

Jump to

Keyboard shortcuts

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