flashmeeting_1_0

package
v1.4.45 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 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 Client

type Client struct {
	openapi.Client
}

func NewClient

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

func (*Client) CreateFlashMeeting

func (client *Client) CreateFlashMeeting(request *CreateFlashMeetingRequest) (_result *CreateFlashMeetingResponse, _err error)

func (*Client) CreateFlashMeetingWithOptions

func (client *Client) CreateFlashMeetingWithOptions(request *CreateFlashMeetingRequest, headers *CreateFlashMeetingHeaders, runtime *util.RuntimeOptions) (_result *CreateFlashMeetingResponse, _err error)

func (*Client) Init

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

type CreateFlashMeetingHeaders

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

func (s CreateFlashMeetingHeaders) GoString() string

func (*CreateFlashMeetingHeaders) SetCommonHeaders

func (*CreateFlashMeetingHeaders) SetXAcsDingtalkAccessToken

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

func (CreateFlashMeetingHeaders) String

func (s CreateFlashMeetingHeaders) String() string

type CreateFlashMeetingRequest

type CreateFlashMeetingRequest struct {
	// 创建人union id
	Creator *string `json:"creator,omitempty" xml:"creator,omitempty"`
	// 日程id
	EventId *string `json:"eventId,omitempty" xml:"eventId,omitempty"`
	// 钉闪会名称
	Title *string `json:"title,omitempty" xml:"title,omitempty"`
}

func (CreateFlashMeetingRequest) GoString

func (s CreateFlashMeetingRequest) GoString() string

func (*CreateFlashMeetingRequest) SetCreator

func (*CreateFlashMeetingRequest) SetEventId

func (*CreateFlashMeetingRequest) SetTitle

func (CreateFlashMeetingRequest) String

func (s CreateFlashMeetingRequest) String() string

type CreateFlashMeetingResponse

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

func (CreateFlashMeetingResponse) GoString

func (s CreateFlashMeetingResponse) GoString() string

func (*CreateFlashMeetingResponse) SetBody

func (*CreateFlashMeetingResponse) SetHeaders

func (CreateFlashMeetingResponse) String

type CreateFlashMeetingResponseBody

type CreateFlashMeetingResponseBody struct {
	// 闪会结束时间
	EndTime *int64 `json:"endTime,omitempty" xml:"endTime,omitempty"`
	// 闪会的key
	FlashMeetingKey *string `json:"flashMeetingKey,omitempty" xml:"flashMeetingKey,omitempty"`
	// 闪会开始时间
	StartTime *int64 `json:"startTime,omitempty" xml:"startTime,omitempty"`
	// 闪会标题
	Title *string `json:"title,omitempty" xml:"title,omitempty"`
	// 闪会url
	Url *string `json:"url,omitempty" xml:"url,omitempty"`
}

func (CreateFlashMeetingResponseBody) GoString

func (*CreateFlashMeetingResponseBody) SetEndTime

func (*CreateFlashMeetingResponseBody) SetFlashMeetingKey

func (*CreateFlashMeetingResponseBody) SetStartTime

func (*CreateFlashMeetingResponseBody) SetTitle

func (*CreateFlashMeetingResponseBody) SetUrl

func (CreateFlashMeetingResponseBody) String

Jump to

Keyboard shortcuts

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