project_integration_1_0

package
v1.4.19 Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2022 License: Apache-2.0 Imports: 4 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 AddAttendeeToEventGroupHeaders

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

func (*AddAttendeeToEventGroupHeaders) SetCommonHeaders

func (*AddAttendeeToEventGroupHeaders) SetXAcsDingtalkAccessToken

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

func (AddAttendeeToEventGroupHeaders) String

type AddAttendeeToEventGroupResponse

type AddAttendeeToEventGroupResponse struct {
	Headers map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    map[string]interface{} `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (AddAttendeeToEventGroupResponse) GoString

func (*AddAttendeeToEventGroupResponse) SetBody

func (*AddAttendeeToEventGroupResponse) SetHeaders

func (AddAttendeeToEventGroupResponse) String

type Client

type Client struct {
	openapi.Client
}

func NewClient

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

func (*Client) AddAttendeeToEventGroup

func (client *Client) AddAttendeeToEventGroup(userId *string, groupId *string) (_result *AddAttendeeToEventGroupResponse, _err error)

func (*Client) AddAttendeeToEventGroupWithOptions

func (client *Client) AddAttendeeToEventGroupWithOptions(userId *string, groupId *string, headers *AddAttendeeToEventGroupHeaders, runtime *util.RuntimeOptions) (_result *AddAttendeeToEventGroupResponse, _err error)

func (*Client) CreateEventGroup

func (client *Client) CreateEventGroup(userId *string) (_result *CreateEventGroupResponse, _err error)

func (*Client) CreateEventGroupWithOptions

func (client *Client) CreateEventGroupWithOptions(userId *string, headers *CreateEventGroupHeaders, runtime *util.RuntimeOptions) (_result *CreateEventGroupResponse, _err error)

func (*Client) Init

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

func (*Client) SendInteractiveCard

func (client *Client) SendInteractiveCard(userId *string) (_result *SendInteractiveCardResponse, _err error)

func (*Client) SendInteractiveCardWithOptions

func (client *Client) SendInteractiveCardWithOptions(userId *string, headers *SendInteractiveCardHeaders, runtime *util.RuntimeOptions) (_result *SendInteractiveCardResponse, _err error)

func (*Client) SendSingleInteractiveCard

func (client *Client) SendSingleInteractiveCard(userId *string) (_result *SendSingleInteractiveCardResponse, _err error)

func (*Client) SendSingleInteractiveCardWithOptions

func (client *Client) SendSingleInteractiveCardWithOptions(userId *string, headers *SendSingleInteractiveCardHeaders, runtime *util.RuntimeOptions) (_result *SendSingleInteractiveCardResponse, _err error)

func (*Client) UpdateInteractiveCard

func (client *Client) UpdateInteractiveCard(userId *string) (_result *UpdateInteractiveCardResponse, _err error)

func (*Client) UpdateInteractiveCardWithOptions

func (client *Client) UpdateInteractiveCardWithOptions(userId *string, headers *UpdateInteractiveCardHeaders, runtime *util.RuntimeOptions) (_result *UpdateInteractiveCardResponse, _err error)

type CreateEventGroupHeaders

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

func (s CreateEventGroupHeaders) GoString() string

func (*CreateEventGroupHeaders) SetCommonHeaders

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

func (*CreateEventGroupHeaders) SetXAcsDingtalkAccessToken

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

func (CreateEventGroupHeaders) String

func (s CreateEventGroupHeaders) String() string

type CreateEventGroupResponse

type CreateEventGroupResponse struct {
	Headers map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    map[string]interface{} `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (CreateEventGroupResponse) GoString

func (s CreateEventGroupResponse) GoString() string

func (*CreateEventGroupResponse) SetBody

func (s *CreateEventGroupResponse) SetBody(v map[string]interface{}) *CreateEventGroupResponse

func (*CreateEventGroupResponse) SetHeaders

func (CreateEventGroupResponse) String

func (s CreateEventGroupResponse) String() string

type SendInteractiveCardHeaders

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

func (s SendInteractiveCardHeaders) GoString() string

func (*SendInteractiveCardHeaders) SetCommonHeaders

func (*SendInteractiveCardHeaders) SetXAcsDingtalkAccessToken

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

func (SendInteractiveCardHeaders) String

type SendInteractiveCardResponse

type SendInteractiveCardResponse struct {
	Headers map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    map[string]interface{} `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SendInteractiveCardResponse) GoString

func (s SendInteractiveCardResponse) GoString() string

func (*SendInteractiveCardResponse) SetBody

func (s *SendInteractiveCardResponse) SetBody(v map[string]interface{}) *SendInteractiveCardResponse

func (*SendInteractiveCardResponse) SetHeaders

func (SendInteractiveCardResponse) String

type SendSingleInteractiveCardHeaders

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

func (*SendSingleInteractiveCardHeaders) SetCommonHeaders

func (*SendSingleInteractiveCardHeaders) SetXAcsDingtalkAccessToken

func (SendSingleInteractiveCardHeaders) String

type SendSingleInteractiveCardResponse

type SendSingleInteractiveCardResponse struct {
	Headers map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    map[string]interface{} `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (SendSingleInteractiveCardResponse) GoString

func (*SendSingleInteractiveCardResponse) SetBody

func (*SendSingleInteractiveCardResponse) SetHeaders

func (SendSingleInteractiveCardResponse) String

type UpdateInteractiveCardHeaders

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

func (s UpdateInteractiveCardHeaders) GoString() string

func (*UpdateInteractiveCardHeaders) SetCommonHeaders

func (*UpdateInteractiveCardHeaders) SetXAcsDingtalkAccessToken

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

func (UpdateInteractiveCardHeaders) String

type UpdateInteractiveCardResponse

type UpdateInteractiveCardResponse struct {
	Headers map[string]*string     `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
	Body    map[string]interface{} `json:"body,omitempty" xml:"body,omitempty" require:"true"`
}

func (UpdateInteractiveCardResponse) GoString

func (*UpdateInteractiveCardResponse) SetBody

func (*UpdateInteractiveCardResponse) SetHeaders

func (UpdateInteractiveCardResponse) String

Jump to

Keyboard shortcuts

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