response

package
v3.0.0-...-7300911 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ResponseMeetingCreate

type ResponseMeetingCreate struct {
	response.ResponseWork

	MeetingID int `json:"meetingid"`
}

type ResponseMeetingGetBookingInfo

type ResponseMeetingGetBookingInfo struct {
	response.ResponseWork

	CreatorUserID          string         `json:"creator_userid"`
	Title                  string         `json:"title"`
	ReserveMeetingStart    int64          `json:"reserve_meeting_start"`
	ReserveMeetingDuration int64          `json:"reserve_meeting_duration"`
	MeetingStart           int64          `json:"meeting_start"`
	MeetingDuration        int64          `json:"meeting_duration"`
	Description            string         `json:"description"`
	MainDepartment         int            `json:"main_department"`
	Type                   int            `json:"type"`
	Status                 int            `json:"status"`
	RemindTime             int64          `json:"remind_time"`
	Attendees              *power.HashMap `json:"attendees"`
}

type ResponseMeetingGetUserMeetingID

type ResponseMeetingGetUserMeetingID struct {
	response.ResponseWork

	NextCursor    string   `json:"next_cursor"`
	MeetingidList []string `json:"meetingid_list"`
}

Jump to

Keyboard shortcuts

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