calendar_1_0

package
v1.6.50 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2024 License: Apache-2.0 Imports: 5 Imported by: 2

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 AddAttendeeHeaders

type AddAttendeeHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XClientToken            *string            `json:"x-client-token,omitempty" xml:"x-client-token,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (AddAttendeeHeaders) GoString

func (s AddAttendeeHeaders) GoString() string

func (*AddAttendeeHeaders) SetCommonHeaders

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

func (*AddAttendeeHeaders) SetXAcsDingtalkAccessToken

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

func (*AddAttendeeHeaders) SetXClientToken

func (s *AddAttendeeHeaders) SetXClientToken(v string) *AddAttendeeHeaders

func (AddAttendeeHeaders) String

func (s AddAttendeeHeaders) String() string

type AddAttendeeRequest

type AddAttendeeRequest struct {
	AttendeesToAdd   []*AddAttendeeRequestAttendeesToAdd `json:"attendeesToAdd,omitempty" xml:"attendeesToAdd,omitempty" type:"Repeated"`
	ChatNotification *bool                               `json:"chatNotification,omitempty" xml:"chatNotification,omitempty"`
	PushNotification *bool                               `json:"pushNotification,omitempty" xml:"pushNotification,omitempty"`
}

func (AddAttendeeRequest) GoString

func (s AddAttendeeRequest) GoString() string

func (*AddAttendeeRequest) SetAttendeesToAdd

func (*AddAttendeeRequest) SetChatNotification added in v1.6.11

func (s *AddAttendeeRequest) SetChatNotification(v bool) *AddAttendeeRequest

func (*AddAttendeeRequest) SetPushNotification added in v1.6.11

func (s *AddAttendeeRequest) SetPushNotification(v bool) *AddAttendeeRequest

func (AddAttendeeRequest) String

func (s AddAttendeeRequest) String() string

type AddAttendeeRequestAttendeesToAdd

type AddAttendeeRequestAttendeesToAdd struct {
	Id         *string `json:"id,omitempty" xml:"id,omitempty"`
	IsOptional *bool   `json:"isOptional,omitempty" xml:"isOptional,omitempty"`
}

func (AddAttendeeRequestAttendeesToAdd) GoString

func (*AddAttendeeRequestAttendeesToAdd) SetId

func (*AddAttendeeRequestAttendeesToAdd) SetIsOptional

func (AddAttendeeRequestAttendeesToAdd) String

type AddAttendeeResponse

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

func (AddAttendeeResponse) GoString

func (s AddAttendeeResponse) GoString() string

func (*AddAttendeeResponse) SetHeaders

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

func (*AddAttendeeResponse) SetStatusCode

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

func (AddAttendeeResponse) String

func (s AddAttendeeResponse) String() string

type AddMeetingRoomsHeaders

type AddMeetingRoomsHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XClientToken            *string            `json:"x-client-token,omitempty" xml:"x-client-token,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (AddMeetingRoomsHeaders) GoString

func (s AddMeetingRoomsHeaders) GoString() string

func (*AddMeetingRoomsHeaders) SetCommonHeaders

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

func (*AddMeetingRoomsHeaders) SetXAcsDingtalkAccessToken

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

func (*AddMeetingRoomsHeaders) SetXClientToken

func (s *AddMeetingRoomsHeaders) SetXClientToken(v string) *AddMeetingRoomsHeaders

func (AddMeetingRoomsHeaders) String

func (s AddMeetingRoomsHeaders) String() string

type AddMeetingRoomsRequest

type AddMeetingRoomsRequest struct {
	MeetingRoomsToAdd []*AddMeetingRoomsRequestMeetingRoomsToAdd `json:"meetingRoomsToAdd,omitempty" xml:"meetingRoomsToAdd,omitempty" type:"Repeated"`
}

func (AddMeetingRoomsRequest) GoString

func (s AddMeetingRoomsRequest) GoString() string

func (*AddMeetingRoomsRequest) SetMeetingRoomsToAdd

func (AddMeetingRoomsRequest) String

func (s AddMeetingRoomsRequest) String() string

type AddMeetingRoomsRequestMeetingRoomsToAdd

type AddMeetingRoomsRequestMeetingRoomsToAdd struct {
	RoomId *string `json:"roomId,omitempty" xml:"roomId,omitempty"`
}

func (AddMeetingRoomsRequestMeetingRoomsToAdd) GoString

func (*AddMeetingRoomsRequestMeetingRoomsToAdd) SetRoomId

func (AddMeetingRoomsRequestMeetingRoomsToAdd) String

type AddMeetingRoomsResponse

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

func (AddMeetingRoomsResponse) GoString

func (s AddMeetingRoomsResponse) GoString() string

func (*AddMeetingRoomsResponse) SetBody

func (*AddMeetingRoomsResponse) SetHeaders

func (*AddMeetingRoomsResponse) SetStatusCode

func (AddMeetingRoomsResponse) String

func (s AddMeetingRoomsResponse) String() string

type AddMeetingRoomsResponseBody

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

func (AddMeetingRoomsResponseBody) GoString

func (s AddMeetingRoomsResponseBody) GoString() string

func (*AddMeetingRoomsResponseBody) SetResult

func (AddMeetingRoomsResponseBody) String

type CheckInHeaders

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

func (s CheckInHeaders) GoString() string

func (*CheckInHeaders) SetCommonHeaders

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

func (*CheckInHeaders) SetXAcsDingtalkAccessToken

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

func (CheckInHeaders) String

func (s CheckInHeaders) String() string

type CheckInResponse

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

func (CheckInResponse) GoString

func (s CheckInResponse) GoString() string

func (*CheckInResponse) SetBody

func (*CheckInResponse) SetHeaders

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

func (*CheckInResponse) SetStatusCode

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

func (CheckInResponse) String

func (s CheckInResponse) String() string

type CheckInResponseBody

type CheckInResponseBody struct {
	CheckInTime *int64 `json:"checkInTime,omitempty" xml:"checkInTime,omitempty"`
}

func (CheckInResponseBody) GoString

func (s CheckInResponseBody) GoString() string

func (*CheckInResponseBody) SetCheckInTime

func (s *CheckInResponseBody) SetCheckInTime(v int64) *CheckInResponseBody

func (CheckInResponseBody) String

func (s CheckInResponseBody) String() string

type Client

type Client struct {
	openapi.Client
}

func NewClient

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

func (*Client) AddAttendee

func (client *Client) AddAttendee(userId *string, calendarId *string, eventId *string, request *AddAttendeeRequest) (_result *AddAttendeeResponse, _err error)

func (*Client) AddAttendeeWithOptions

func (client *Client) AddAttendeeWithOptions(userId *string, calendarId *string, eventId *string, request *AddAttendeeRequest, headers *AddAttendeeHeaders, runtime *util.RuntimeOptions) (_result *AddAttendeeResponse, _err error)

func (*Client) AddMeetingRooms

func (client *Client) AddMeetingRooms(userId *string, calendarId *string, eventId *string, request *AddMeetingRoomsRequest) (_result *AddMeetingRoomsResponse, _err error)

func (*Client) AddMeetingRoomsWithOptions

func (client *Client) AddMeetingRoomsWithOptions(userId *string, calendarId *string, eventId *string, request *AddMeetingRoomsRequest, headers *AddMeetingRoomsHeaders, runtime *util.RuntimeOptions) (_result *AddMeetingRoomsResponse, _err error)

func (*Client) CheckIn

func (client *Client) CheckIn(userId *string, calendarId *string, eventId *string) (_result *CheckInResponse, _err error)

func (*Client) CheckInWithOptions

func (client *Client) CheckInWithOptions(userId *string, calendarId *string, eventId *string, headers *CheckInHeaders, runtime *util.RuntimeOptions) (_result *CheckInResponse, _err error)

func (*Client) ConvertLegacyEventId

func (client *Client) ConvertLegacyEventId(userId *string, request *ConvertLegacyEventIdRequest) (_result *ConvertLegacyEventIdResponse, _err error)

func (*Client) ConvertLegacyEventIdWithOptions

func (client *Client) ConvertLegacyEventIdWithOptions(userId *string, request *ConvertLegacyEventIdRequest, headers *ConvertLegacyEventIdHeaders, runtime *util.RuntimeOptions) (_result *ConvertLegacyEventIdResponse, _err error)

func (*Client) CreateAcls

func (client *Client) CreateAcls(userId *string, calendarId *string, request *CreateAclsRequest) (_result *CreateAclsResponse, _err error)

func (*Client) CreateAclsWithOptions

func (client *Client) CreateAclsWithOptions(userId *string, calendarId *string, request *CreateAclsRequest, headers *CreateAclsHeaders, runtime *util.RuntimeOptions) (_result *CreateAclsResponse, _err error)

func (*Client) CreateEvent

func (client *Client) CreateEvent(userId *string, calendarId *string, request *CreateEventRequest) (_result *CreateEventResponse, _err error)

func (*Client) CreateEventByMe added in v1.5.89

func (client *Client) CreateEventByMe(calendarId *string, request *CreateEventByMeRequest) (_result *CreateEventByMeResponse, _err error)

func (*Client) CreateEventByMeWithOptions added in v1.5.89

func (client *Client) CreateEventByMeWithOptions(calendarId *string, request *CreateEventByMeRequest, headers *CreateEventByMeHeaders, runtime *util.RuntimeOptions) (_result *CreateEventByMeResponse, _err error)

func (*Client) CreateEventWithOptions

func (client *Client) CreateEventWithOptions(userId *string, calendarId *string, request *CreateEventRequest, headers *CreateEventHeaders, runtime *util.RuntimeOptions) (_result *CreateEventResponse, _err error)

func (*Client) CreateSubscribedCalendar

func (client *Client) CreateSubscribedCalendar(userId *string, request *CreateSubscribedCalendarRequest) (_result *CreateSubscribedCalendarResponse, _err error)

func (*Client) CreateSubscribedCalendarWithOptions

func (client *Client) CreateSubscribedCalendarWithOptions(userId *string, request *CreateSubscribedCalendarRequest, headers *CreateSubscribedCalendarHeaders, runtime *util.RuntimeOptions) (_result *CreateSubscribedCalendarResponse, _err error)

func (*Client) DeleteAcl

func (client *Client) DeleteAcl(userId *string, calendarId *string, aclId *string) (_result *DeleteAclResponse, _err error)

func (*Client) DeleteAclWithOptions

func (client *Client) DeleteAclWithOptions(userId *string, calendarId *string, aclId *string, headers *DeleteAclHeaders, runtime *util.RuntimeOptions) (_result *DeleteAclResponse, _err error)

func (*Client) DeleteEvent

func (client *Client) DeleteEvent(userId *string, calendarId *string, eventId *string, request *DeleteEventRequest) (_result *DeleteEventResponse, _err error)

func (*Client) DeleteEventWithOptions

func (client *Client) DeleteEventWithOptions(userId *string, calendarId *string, eventId *string, request *DeleteEventRequest, headers *DeleteEventHeaders, runtime *util.RuntimeOptions) (_result *DeleteEventResponse, _err error)

func (*Client) DeleteSubscribedCalendar

func (client *Client) DeleteSubscribedCalendar(userId *string, calendarId *string) (_result *DeleteSubscribedCalendarResponse, _err error)

func (*Client) DeleteSubscribedCalendarWithOptions

func (client *Client) DeleteSubscribedCalendarWithOptions(userId *string, calendarId *string, headers *DeleteSubscribedCalendarHeaders, runtime *util.RuntimeOptions) (_result *DeleteSubscribedCalendarResponse, _err error)

func (*Client) GenerateCaldavAccount

func (client *Client) GenerateCaldavAccount(userId *string, request *GenerateCaldavAccountRequest) (_result *GenerateCaldavAccountResponse, _err error)

func (*Client) GenerateCaldavAccountWithOptions

func (client *Client) GenerateCaldavAccountWithOptions(userId *string, request *GenerateCaldavAccountRequest, headers *GenerateCaldavAccountHeaders, runtime *util.RuntimeOptions) (_result *GenerateCaldavAccountResponse, _err error)

func (*Client) GetEvent

func (client *Client) GetEvent(userId *string, calendarId *string, eventId *string, request *GetEventRequest) (_result *GetEventResponse, _err error)

func (*Client) GetEventWithOptions

func (client *Client) GetEventWithOptions(userId *string, calendarId *string, eventId *string, request *GetEventRequest, headers *GetEventHeaders, runtime *util.RuntimeOptions) (_result *GetEventResponse, _err error)

func (*Client) GetMeetingRoomsSchedule

func (client *Client) GetMeetingRoomsSchedule(userId *string, request *GetMeetingRoomsScheduleRequest) (_result *GetMeetingRoomsScheduleResponse, _err error)

func (*Client) GetMeetingRoomsScheduleWithOptions

func (client *Client) GetMeetingRoomsScheduleWithOptions(userId *string, request *GetMeetingRoomsScheduleRequest, headers *GetMeetingRoomsScheduleHeaders, runtime *util.RuntimeOptions) (_result *GetMeetingRoomsScheduleResponse, _err error)

func (*Client) GetSchedule

func (client *Client) GetSchedule(userId *string, request *GetScheduleRequest) (_result *GetScheduleResponse, _err error)

func (*Client) GetScheduleWithOptions

func (client *Client) GetScheduleWithOptions(userId *string, request *GetScheduleRequest, headers *GetScheduleHeaders, runtime *util.RuntimeOptions) (_result *GetScheduleResponse, _err error)
func (client *Client) GetSignInLink(calendarId *string, userId *string, eventId *string) (_result *GetSignInLinkResponse, _err error)

func (*Client) GetSignInLinkWithOptions added in v1.5.99

func (client *Client) GetSignInLinkWithOptions(calendarId *string, userId *string, eventId *string, headers *GetSignInLinkHeaders, runtime *util.RuntimeOptions) (_result *GetSignInLinkResponse, _err error)

func (*Client) GetSignInList

func (client *Client) GetSignInList(userId *string, calendarId *string, eventId *string, request *GetSignInListRequest) (_result *GetSignInListResponse, _err error)

func (*Client) GetSignInListWithOptions

func (client *Client) GetSignInListWithOptions(userId *string, calendarId *string, eventId *string, request *GetSignInListRequest, headers *GetSignInListHeaders, runtime *util.RuntimeOptions) (_result *GetSignInListResponse, _err error)
func (client *Client) GetSignOutLink(calendarId *string, userId *string, eventId *string) (_result *GetSignOutLinkResponse, _err error)

func (*Client) GetSignOutLinkWithOptions added in v1.5.99

func (client *Client) GetSignOutLinkWithOptions(calendarId *string, userId *string, eventId *string, headers *GetSignOutLinkHeaders, runtime *util.RuntimeOptions) (_result *GetSignOutLinkResponse, _err error)

func (*Client) GetSignOutList

func (client *Client) GetSignOutList(userId *string, calendarId *string, eventId *string, request *GetSignOutListRequest) (_result *GetSignOutListResponse, _err error)

func (*Client) GetSignOutListWithOptions

func (client *Client) GetSignOutListWithOptions(userId *string, calendarId *string, eventId *string, request *GetSignOutListRequest, headers *GetSignOutListHeaders, runtime *util.RuntimeOptions) (_result *GetSignOutListResponse, _err error)

func (*Client) GetSubscribedCalendar

func (client *Client) GetSubscribedCalendar(userId *string, calendarId *string) (_result *GetSubscribedCalendarResponse, _err error)

func (*Client) GetSubscribedCalendarWithOptions

func (client *Client) GetSubscribedCalendarWithOptions(userId *string, calendarId *string, headers *GetSubscribedCalendarHeaders, runtime *util.RuntimeOptions) (_result *GetSubscribedCalendarResponse, _err error)

func (*Client) Init

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

func (*Client) ListAcls

func (client *Client) ListAcls(userId *string, calendarId *string) (_result *ListAclsResponse, _err error)

func (*Client) ListAclsWithOptions

func (client *Client) ListAclsWithOptions(userId *string, calendarId *string, headers *ListAclsHeaders, runtime *util.RuntimeOptions) (_result *ListAclsResponse, _err error)

func (*Client) ListAttendees

func (client *Client) ListAttendees(userId *string, calendarId *string, eventId *string, request *ListAttendeesRequest) (_result *ListAttendeesResponse, _err error)

func (*Client) ListAttendeesWithOptions

func (client *Client) ListAttendeesWithOptions(userId *string, calendarId *string, eventId *string, request *ListAttendeesRequest, headers *ListAttendeesHeaders, runtime *util.RuntimeOptions) (_result *ListAttendeesResponse, _err error)

func (*Client) ListCalendars

func (client *Client) ListCalendars(userId *string) (_result *ListCalendarsResponse, _err error)

func (*Client) ListCalendarsWithOptions

func (client *Client) ListCalendarsWithOptions(userId *string, headers *ListCalendarsHeaders, runtime *util.RuntimeOptions) (_result *ListCalendarsResponse, _err error)

func (*Client) ListEvents

func (client *Client) ListEvents(userId *string, calendarId *string, request *ListEventsRequest) (_result *ListEventsResponse, _err error)

func (*Client) ListEventsInstances

func (client *Client) ListEventsInstances(userId *string, calendarId *string, request *ListEventsInstancesRequest) (_result *ListEventsInstancesResponse, _err error)

func (*Client) ListEventsInstancesWithOptions

func (client *Client) ListEventsInstancesWithOptions(userId *string, calendarId *string, request *ListEventsInstancesRequest, headers *ListEventsInstancesHeaders, runtime *util.RuntimeOptions) (_result *ListEventsInstancesResponse, _err error)

func (*Client) ListEventsView

func (client *Client) ListEventsView(userId *string, calendarId *string, request *ListEventsViewRequest) (_result *ListEventsViewResponse, _err error)

func (*Client) ListEventsViewWithOptions

func (client *Client) ListEventsViewWithOptions(userId *string, calendarId *string, request *ListEventsViewRequest, headers *ListEventsViewHeaders, runtime *util.RuntimeOptions) (_result *ListEventsViewResponse, _err error)

func (*Client) ListEventsWithOptions

func (client *Client) ListEventsWithOptions(userId *string, calendarId *string, request *ListEventsRequest, headers *ListEventsHeaders, runtime *util.RuntimeOptions) (_result *ListEventsResponse, _err error)

func (*Client) ListInstances

func (client *Client) ListInstances(userId *string, calendarId *string, eventId *string, request *ListInstancesRequest) (_result *ListInstancesResponse, _err error)

func (*Client) ListInstancesWithOptions

func (client *Client) ListInstancesWithOptions(userId *string, calendarId *string, eventId *string, request *ListInstancesRequest, headers *ListInstancesHeaders, runtime *util.RuntimeOptions) (_result *ListInstancesResponse, _err error)

func (*Client) PatchEvent

func (client *Client) PatchEvent(userId *string, calendarId *string, eventId *string, request *PatchEventRequest) (_result *PatchEventResponse, _err error)

func (*Client) PatchEventWithOptions

func (client *Client) PatchEventWithOptions(userId *string, calendarId *string, eventId *string, request *PatchEventRequest, headers *PatchEventHeaders, runtime *util.RuntimeOptions) (_result *PatchEventResponse, _err error)

func (*Client) RemoveAttendee

func (client *Client) RemoveAttendee(userId *string, calendarId *string, eventId *string, request *RemoveAttendeeRequest) (_result *RemoveAttendeeResponse, _err error)

func (*Client) RemoveAttendeeWithOptions

func (client *Client) RemoveAttendeeWithOptions(userId *string, calendarId *string, eventId *string, request *RemoveAttendeeRequest, headers *RemoveAttendeeHeaders, runtime *util.RuntimeOptions) (_result *RemoveAttendeeResponse, _err error)

func (*Client) RemoveMeetingRooms

func (client *Client) RemoveMeetingRooms(userId *string, calendarId *string, eventId *string, request *RemoveMeetingRoomsRequest) (_result *RemoveMeetingRoomsResponse, _err error)

func (*Client) RemoveMeetingRoomsWithOptions

func (client *Client) RemoveMeetingRoomsWithOptions(userId *string, calendarId *string, eventId *string, request *RemoveMeetingRoomsRequest, headers *RemoveMeetingRoomsHeaders, runtime *util.RuntimeOptions) (_result *RemoveMeetingRoomsResponse, _err error)

func (*Client) RespondEvent

func (client *Client) RespondEvent(userId *string, calendarId *string, eventId *string, request *RespondEventRequest) (_result *RespondEventResponse, _err error)

func (*Client) RespondEventWithOptions

func (client *Client) RespondEventWithOptions(userId *string, calendarId *string, eventId *string, request *RespondEventRequest, headers *RespondEventHeaders, runtime *util.RuntimeOptions) (_result *RespondEventResponse, _err error)

func (*Client) SignIn

func (client *Client) SignIn(userId *string, calendarId *string, eventId *string) (_result *SignInResponse, _err error)

func (*Client) SignInWithOptions

func (client *Client) SignInWithOptions(userId *string, calendarId *string, eventId *string, headers *SignInHeaders, runtime *util.RuntimeOptions) (_result *SignInResponse, _err error)

func (*Client) SignOut

func (client *Client) SignOut(userId *string, calendarId *string, eventId *string) (_result *SignOutResponse, _err error)

func (*Client) SignOutWithOptions

func (client *Client) SignOutWithOptions(userId *string, calendarId *string, eventId *string, headers *SignOutHeaders, runtime *util.RuntimeOptions) (_result *SignOutResponse, _err error)

func (*Client) SubscribeCalendar

func (client *Client) SubscribeCalendar(userId *string, calendarId *string) (_result *SubscribeCalendarResponse, _err error)

func (*Client) SubscribeCalendarWithOptions

func (client *Client) SubscribeCalendarWithOptions(userId *string, calendarId *string, headers *SubscribeCalendarHeaders, runtime *util.RuntimeOptions) (_result *SubscribeCalendarResponse, _err error)

func (*Client) TransferEvent added in v1.5.99

func (client *Client) TransferEvent(calendarId *string, userId *string, eventId *string, request *TransferEventRequest) (_result *TransferEventResponse, _err error)

func (*Client) TransferEventWithOptions added in v1.5.99

func (client *Client) TransferEventWithOptions(calendarId *string, userId *string, eventId *string, request *TransferEventRequest, headers *TransferEventHeaders, runtime *util.RuntimeOptions) (_result *TransferEventResponse, _err error)

func (*Client) UnsubscribeCalendar

func (client *Client) UnsubscribeCalendar(userId *string, calendarId *string) (_result *UnsubscribeCalendarResponse, _err error)

func (*Client) UnsubscribeCalendarWithOptions

func (client *Client) UnsubscribeCalendarWithOptions(userId *string, calendarId *string, headers *UnsubscribeCalendarHeaders, runtime *util.RuntimeOptions) (_result *UnsubscribeCalendarResponse, _err error)

func (*Client) UpdateSubscribedCalendars

func (client *Client) UpdateSubscribedCalendars(calendarId *string, userId *string, request *UpdateSubscribedCalendarsRequest) (_result *UpdateSubscribedCalendarsResponse, _err error)

func (*Client) UpdateSubscribedCalendarsWithOptions

func (client *Client) UpdateSubscribedCalendarsWithOptions(calendarId *string, userId *string, request *UpdateSubscribedCalendarsRequest, headers *UpdateSubscribedCalendarsHeaders, runtime *util.RuntimeOptions) (_result *UpdateSubscribedCalendarsResponse, _err error)

type ConvertLegacyEventIdHeaders

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

func (s ConvertLegacyEventIdHeaders) GoString() string

func (*ConvertLegacyEventIdHeaders) SetCommonHeaders

func (*ConvertLegacyEventIdHeaders) SetXAcsDingtalkAccessToken

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

func (ConvertLegacyEventIdHeaders) String

type ConvertLegacyEventIdRequest

type ConvertLegacyEventIdRequest struct {
	LegacyEventIds []*string `json:"legacyEventIds,omitempty" xml:"legacyEventIds,omitempty" type:"Repeated"`
}

func (ConvertLegacyEventIdRequest) GoString

func (s ConvertLegacyEventIdRequest) GoString() string

func (*ConvertLegacyEventIdRequest) SetLegacyEventIds

func (ConvertLegacyEventIdRequest) String

type ConvertLegacyEventIdResponse

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

func (ConvertLegacyEventIdResponse) GoString

func (s ConvertLegacyEventIdResponse) GoString() string

func (*ConvertLegacyEventIdResponse) SetBody

func (*ConvertLegacyEventIdResponse) SetHeaders

func (*ConvertLegacyEventIdResponse) SetStatusCode

func (ConvertLegacyEventIdResponse) String

type ConvertLegacyEventIdResponseBody

type ConvertLegacyEventIdResponseBody struct {
	LegacyEventIdMap map[string]interface{} `json:"legacyEventIdMap,omitempty" xml:"legacyEventIdMap,omitempty"`
}

func (ConvertLegacyEventIdResponseBody) GoString

func (*ConvertLegacyEventIdResponseBody) SetLegacyEventIdMap

func (s *ConvertLegacyEventIdResponseBody) SetLegacyEventIdMap(v map[string]interface{}) *ConvertLegacyEventIdResponseBody

func (ConvertLegacyEventIdResponseBody) String

type CreateAclsHeaders

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

func (s CreateAclsHeaders) GoString() string

func (*CreateAclsHeaders) SetCommonHeaders

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

func (*CreateAclsHeaders) SetXAcsDingtalkAccessToken

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

func (CreateAclsHeaders) String

func (s CreateAclsHeaders) String() string

type CreateAclsRequest

type CreateAclsRequest struct {
	Privilege *string                 `json:"privilege,omitempty" xml:"privilege,omitempty"`
	Scope     *CreateAclsRequestScope `json:"scope,omitempty" xml:"scope,omitempty" type:"Struct"`
	SendMsg   *bool                   `json:"sendMsg,omitempty" xml:"sendMsg,omitempty"`
}

func (CreateAclsRequest) GoString

func (s CreateAclsRequest) GoString() string

func (*CreateAclsRequest) SetPrivilege

func (s *CreateAclsRequest) SetPrivilege(v string) *CreateAclsRequest

func (*CreateAclsRequest) SetScope

func (*CreateAclsRequest) SetSendMsg

func (s *CreateAclsRequest) SetSendMsg(v bool) *CreateAclsRequest

func (CreateAclsRequest) String

func (s CreateAclsRequest) String() string

type CreateAclsRequestScope

type CreateAclsRequestScope struct {
	ScopeType *string `json:"scopeType,omitempty" xml:"scopeType,omitempty"`
	UserId    *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (CreateAclsRequestScope) GoString

func (s CreateAclsRequestScope) GoString() string

func (*CreateAclsRequestScope) SetScopeType

func (*CreateAclsRequestScope) SetUserId

func (CreateAclsRequestScope) String

func (s CreateAclsRequestScope) String() string

type CreateAclsResponse

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

func (CreateAclsResponse) GoString

func (s CreateAclsResponse) GoString() string

func (*CreateAclsResponse) SetBody

func (*CreateAclsResponse) SetHeaders

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

func (*CreateAclsResponse) SetStatusCode

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

func (CreateAclsResponse) String

func (s CreateAclsResponse) String() string

type CreateAclsResponseBody

type CreateAclsResponseBody struct {
	AclId     *string                      `json:"aclId,omitempty" xml:"aclId,omitempty"`
	Privilege *string                      `json:"privilege,omitempty" xml:"privilege,omitempty"`
	Scope     *CreateAclsResponseBodyScope `json:"scope,omitempty" xml:"scope,omitempty" type:"Struct"`
}

func (CreateAclsResponseBody) GoString

func (s CreateAclsResponseBody) GoString() string

func (*CreateAclsResponseBody) SetAclId

func (*CreateAclsResponseBody) SetPrivilege

func (*CreateAclsResponseBody) SetScope

func (CreateAclsResponseBody) String

func (s CreateAclsResponseBody) String() string

type CreateAclsResponseBodyScope

type CreateAclsResponseBodyScope struct {
	ScopeType *string `json:"scopeType,omitempty" xml:"scopeType,omitempty"`
	UserId    *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (CreateAclsResponseBodyScope) GoString

func (s CreateAclsResponseBodyScope) GoString() string

func (*CreateAclsResponseBodyScope) SetScopeType

func (*CreateAclsResponseBodyScope) SetUserId

func (CreateAclsResponseBodyScope) String

type CreateEventByMeHeaders added in v1.5.89

type CreateEventByMeHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XClientToken            *string            `json:"x-client-token,omitempty" xml:"x-client-token,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (CreateEventByMeHeaders) GoString added in v1.5.89

func (s CreateEventByMeHeaders) GoString() string

func (*CreateEventByMeHeaders) SetCommonHeaders added in v1.5.89

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

func (*CreateEventByMeHeaders) SetXAcsDingtalkAccessToken added in v1.5.89

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

func (*CreateEventByMeHeaders) SetXClientToken added in v1.5.89

func (s *CreateEventByMeHeaders) SetXClientToken(v string) *CreateEventByMeHeaders

func (CreateEventByMeHeaders) String added in v1.5.89

func (s CreateEventByMeHeaders) String() string

type CreateEventByMeRequest added in v1.5.89

type CreateEventByMeRequest struct {
	Attendees           []*CreateEventByMeRequestAttendees         `json:"attendees,omitempty" xml:"attendees,omitempty" type:"Repeated"`
	Description         *string                                    `json:"description,omitempty" xml:"description,omitempty"`
	End                 *CreateEventByMeRequestEnd                 `json:"end,omitempty" xml:"end,omitempty" type:"Struct"`
	Extra               map[string]*string                         `json:"extra,omitempty" xml:"extra,omitempty"`
	IsAllDay            *bool                                      `json:"isAllDay,omitempty" xml:"isAllDay,omitempty"`
	Location            *CreateEventByMeRequestLocation            `json:"location,omitempty" xml:"location,omitempty" type:"Struct"`
	OnlineMeetingInfo   *CreateEventByMeRequestOnlineMeetingInfo   `json:"onlineMeetingInfo,omitempty" xml:"onlineMeetingInfo,omitempty" type:"Struct"`
	Recurrence          *CreateEventByMeRequestRecurrence          `json:"recurrence,omitempty" xml:"recurrence,omitempty" type:"Struct"`
	Reminders           []*CreateEventByMeRequestReminders         `json:"reminders,omitempty" xml:"reminders,omitempty" type:"Repeated"`
	RichTextDescription *CreateEventByMeRequestRichTextDescription `json:"richTextDescription,omitempty" xml:"richTextDescription,omitempty" type:"Struct"`
	Start               *CreateEventByMeRequestStart               `json:"start,omitempty" xml:"start,omitempty" type:"Struct"`
	Summary             *string                                    `json:"summary,omitempty" xml:"summary,omitempty"`
	UiConfigs           []*CreateEventByMeRequestUiConfigs         `json:"uiConfigs,omitempty" xml:"uiConfigs,omitempty" type:"Repeated"`
}

func (CreateEventByMeRequest) GoString added in v1.5.89

func (s CreateEventByMeRequest) GoString() string

func (*CreateEventByMeRequest) SetAttendees added in v1.5.89

func (*CreateEventByMeRequest) SetDescription added in v1.5.89

func (*CreateEventByMeRequest) SetEnd added in v1.5.89

func (*CreateEventByMeRequest) SetExtra added in v1.5.89

func (*CreateEventByMeRequest) SetIsAllDay added in v1.5.89

func (*CreateEventByMeRequest) SetLocation added in v1.5.89

func (*CreateEventByMeRequest) SetOnlineMeetingInfo added in v1.5.89

func (*CreateEventByMeRequest) SetRecurrence added in v1.5.89

func (*CreateEventByMeRequest) SetReminders added in v1.5.89

func (*CreateEventByMeRequest) SetRichTextDescription added in v1.5.89

func (*CreateEventByMeRequest) SetStart added in v1.5.89

func (*CreateEventByMeRequest) SetSummary added in v1.5.89

func (*CreateEventByMeRequest) SetUiConfigs added in v1.5.89

func (CreateEventByMeRequest) String added in v1.5.89

func (s CreateEventByMeRequest) String() string

type CreateEventByMeRequestAttendees added in v1.5.89

type CreateEventByMeRequestAttendees struct {
	Id         *string `json:"id,omitempty" xml:"id,omitempty"`
	IsOptional *bool   `json:"isOptional,omitempty" xml:"isOptional,omitempty"`
}

func (CreateEventByMeRequestAttendees) GoString added in v1.5.89

func (*CreateEventByMeRequestAttendees) SetId added in v1.5.89

func (*CreateEventByMeRequestAttendees) SetIsOptional added in v1.5.89

func (CreateEventByMeRequestAttendees) String added in v1.5.89

type CreateEventByMeRequestEnd added in v1.5.89

type CreateEventByMeRequestEnd struct {
	Date     *string `json:"date,omitempty" xml:"date,omitempty"`
	DateTime *string `json:"dateTime,omitempty" xml:"dateTime,omitempty"`
	TimeZone *string `json:"timeZone,omitempty" xml:"timeZone,omitempty"`
}

func (CreateEventByMeRequestEnd) GoString added in v1.5.89

func (s CreateEventByMeRequestEnd) GoString() string

func (*CreateEventByMeRequestEnd) SetDate added in v1.5.89

func (*CreateEventByMeRequestEnd) SetDateTime added in v1.5.89

func (*CreateEventByMeRequestEnd) SetTimeZone added in v1.5.89

func (CreateEventByMeRequestEnd) String added in v1.5.89

func (s CreateEventByMeRequestEnd) String() string

type CreateEventByMeRequestLocation added in v1.5.89

type CreateEventByMeRequestLocation struct {
	DisplayName *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
}

func (CreateEventByMeRequestLocation) GoString added in v1.5.89

func (*CreateEventByMeRequestLocation) SetDisplayName added in v1.5.89

func (CreateEventByMeRequestLocation) String added in v1.5.89

type CreateEventByMeRequestOnlineMeetingInfo added in v1.5.89

type CreateEventByMeRequestOnlineMeetingInfo struct {
	Type *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (CreateEventByMeRequestOnlineMeetingInfo) GoString added in v1.5.89

func (*CreateEventByMeRequestOnlineMeetingInfo) SetType added in v1.5.89

func (CreateEventByMeRequestOnlineMeetingInfo) String added in v1.5.89

type CreateEventByMeRequestRecurrence added in v1.5.89

type CreateEventByMeRequestRecurrence struct {
	Pattern *CreateEventByMeRequestRecurrencePattern `json:"pattern,omitempty" xml:"pattern,omitempty" type:"Struct"`
	Range   *CreateEventByMeRequestRecurrenceRange   `json:"range,omitempty" xml:"range,omitempty" type:"Struct"`
}

func (CreateEventByMeRequestRecurrence) GoString added in v1.5.89

func (*CreateEventByMeRequestRecurrence) SetPattern added in v1.5.89

func (*CreateEventByMeRequestRecurrence) SetRange added in v1.5.89

func (CreateEventByMeRequestRecurrence) String added in v1.5.89

type CreateEventByMeRequestRecurrencePattern added in v1.5.89

type CreateEventByMeRequestRecurrencePattern struct {
	DayOfMonth     *int32  `json:"dayOfMonth,omitempty" xml:"dayOfMonth,omitempty"`
	DaysOfWeek     *string `json:"daysOfWeek,omitempty" xml:"daysOfWeek,omitempty"`
	FirstDayOfWeek *string `json:"firstDayOfWeek,omitempty" xml:"firstDayOfWeek,omitempty"`
	Index          *string `json:"index,omitempty" xml:"index,omitempty"`
	Interval       *int32  `json:"interval,omitempty" xml:"interval,omitempty"`
	Type           *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (CreateEventByMeRequestRecurrencePattern) GoString added in v1.5.89

func (*CreateEventByMeRequestRecurrencePattern) SetDayOfMonth added in v1.5.89

func (*CreateEventByMeRequestRecurrencePattern) SetDaysOfWeek added in v1.5.89

func (*CreateEventByMeRequestRecurrencePattern) SetFirstDayOfWeek added in v1.5.89

func (*CreateEventByMeRequestRecurrencePattern) SetIndex added in v1.5.89

func (*CreateEventByMeRequestRecurrencePattern) SetInterval added in v1.5.89

func (*CreateEventByMeRequestRecurrencePattern) SetType added in v1.5.89

func (CreateEventByMeRequestRecurrencePattern) String added in v1.5.89

type CreateEventByMeRequestRecurrenceRange added in v1.5.89

type CreateEventByMeRequestRecurrenceRange struct {
	EndDate             *string `json:"endDate,omitempty" xml:"endDate,omitempty"`
	NumberOfOccurrences *int32  `json:"numberOfOccurrences,omitempty" xml:"numberOfOccurrences,omitempty"`
	Type                *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (CreateEventByMeRequestRecurrenceRange) GoString added in v1.5.89

func (*CreateEventByMeRequestRecurrenceRange) SetEndDate added in v1.5.89

func (*CreateEventByMeRequestRecurrenceRange) SetNumberOfOccurrences added in v1.5.89

func (*CreateEventByMeRequestRecurrenceRange) SetType added in v1.5.89

func (CreateEventByMeRequestRecurrenceRange) String added in v1.5.89

type CreateEventByMeRequestReminders added in v1.5.89

type CreateEventByMeRequestReminders struct {
	Method  *string `json:"method,omitempty" xml:"method,omitempty"`
	Minutes *int32  `json:"minutes,omitempty" xml:"minutes,omitempty"`
}

func (CreateEventByMeRequestReminders) GoString added in v1.5.89

func (*CreateEventByMeRequestReminders) SetMethod added in v1.5.89

func (*CreateEventByMeRequestReminders) SetMinutes added in v1.5.89

func (CreateEventByMeRequestReminders) String added in v1.5.89

type CreateEventByMeRequestRichTextDescription added in v1.5.89

type CreateEventByMeRequestRichTextDescription struct {
	Text *string `json:"text,omitempty" xml:"text,omitempty"`
}

func (CreateEventByMeRequestRichTextDescription) GoString added in v1.5.89

func (*CreateEventByMeRequestRichTextDescription) SetText added in v1.5.89

func (CreateEventByMeRequestRichTextDescription) String added in v1.5.89

type CreateEventByMeRequestStart added in v1.5.89

type CreateEventByMeRequestStart struct {
	Date     *string `json:"date,omitempty" xml:"date,omitempty"`
	DateTime *string `json:"dateTime,omitempty" xml:"dateTime,omitempty"`
	TimeZone *string `json:"timeZone,omitempty" xml:"timeZone,omitempty"`
}

func (CreateEventByMeRequestStart) GoString added in v1.5.89

func (s CreateEventByMeRequestStart) GoString() string

func (*CreateEventByMeRequestStart) SetDate added in v1.5.89

func (*CreateEventByMeRequestStart) SetDateTime added in v1.5.89

func (*CreateEventByMeRequestStart) SetTimeZone added in v1.5.89

func (CreateEventByMeRequestStart) String added in v1.5.89

type CreateEventByMeRequestUiConfigs added in v1.5.89

type CreateEventByMeRequestUiConfigs struct {
	UiName   *string `json:"uiName,omitempty" xml:"uiName,omitempty"`
	UiStatus *string `json:"uiStatus,omitempty" xml:"uiStatus,omitempty"`
}

func (CreateEventByMeRequestUiConfigs) GoString added in v1.5.89

func (*CreateEventByMeRequestUiConfigs) SetUiName added in v1.5.89

func (*CreateEventByMeRequestUiConfigs) SetUiStatus added in v1.5.89

func (CreateEventByMeRequestUiConfigs) String added in v1.5.89

type CreateEventByMeResponse added in v1.5.89

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

func (CreateEventByMeResponse) GoString added in v1.5.89

func (s CreateEventByMeResponse) GoString() string

func (*CreateEventByMeResponse) SetBody added in v1.5.89

func (*CreateEventByMeResponse) SetHeaders added in v1.5.89

func (*CreateEventByMeResponse) SetStatusCode added in v1.5.89

func (CreateEventByMeResponse) String added in v1.5.89

func (s CreateEventByMeResponse) String() string

type CreateEventByMeResponseBody added in v1.5.89

type CreateEventByMeResponseBody struct {
	Attendees           []*CreateEventByMeResponseBodyAttendees         `json:"attendees,omitempty" xml:"attendees,omitempty" type:"Repeated"`
	CreateTime          *string                                         `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Description         *string                                         `json:"description,omitempty" xml:"description,omitempty"`
	End                 *CreateEventByMeResponseBodyEnd                 `json:"end,omitempty" xml:"end,omitempty" type:"Struct"`
	Id                  *string                                         `json:"id,omitempty" xml:"id,omitempty"`
	IsAllDay            *bool                                           `json:"isAllDay,omitempty" xml:"isAllDay,omitempty"`
	Location            *CreateEventByMeResponseBodyLocation            `json:"location,omitempty" xml:"location,omitempty" type:"Struct"`
	OnlineMeetingInfo   *CreateEventByMeResponseBodyOnlineMeetingInfo   `json:"onlineMeetingInfo,omitempty" xml:"onlineMeetingInfo,omitempty" type:"Struct"`
	Organizer           *CreateEventByMeResponseBodyOrganizer           `json:"organizer,omitempty" xml:"organizer,omitempty" type:"Struct"`
	Recurrence          *CreateEventByMeResponseBodyRecurrence          `json:"recurrence,omitempty" xml:"recurrence,omitempty" type:"Struct"`
	Reminders           []*CreateEventByMeResponseBodyReminders         `json:"reminders,omitempty" xml:"reminders,omitempty" type:"Repeated"`
	RichTextDescription *CreateEventByMeResponseBodyRichTextDescription `json:"richTextDescription,omitempty" xml:"richTextDescription,omitempty" type:"Struct"`
	Start               *CreateEventByMeResponseBodyStart               `json:"start,omitempty" xml:"start,omitempty" type:"Struct"`
	Summary             *string                                         `json:"summary,omitempty" xml:"summary,omitempty"`
	UiConfigs           []*CreateEventByMeResponseBodyUiConfigs         `json:"uiConfigs,omitempty" xml:"uiConfigs,omitempty" type:"Repeated"`
	UpdateTime          *string                                         `json:"updateTime,omitempty" xml:"updateTime,omitempty"`
}

func (CreateEventByMeResponseBody) GoString added in v1.5.89

func (s CreateEventByMeResponseBody) GoString() string

func (*CreateEventByMeResponseBody) SetAttendees added in v1.5.89

func (*CreateEventByMeResponseBody) SetCreateTime added in v1.5.89

func (*CreateEventByMeResponseBody) SetDescription added in v1.5.89

func (*CreateEventByMeResponseBody) SetEnd added in v1.5.89

func (*CreateEventByMeResponseBody) SetId added in v1.5.89

func (*CreateEventByMeResponseBody) SetIsAllDay added in v1.5.89

func (*CreateEventByMeResponseBody) SetLocation added in v1.5.89

func (*CreateEventByMeResponseBody) SetOnlineMeetingInfo added in v1.5.89

func (*CreateEventByMeResponseBody) SetOrganizer added in v1.5.89

func (*CreateEventByMeResponseBody) SetRecurrence added in v1.5.89

func (*CreateEventByMeResponseBody) SetReminders added in v1.5.89

func (*CreateEventByMeResponseBody) SetRichTextDescription added in v1.5.89

func (*CreateEventByMeResponseBody) SetStart added in v1.5.89

func (*CreateEventByMeResponseBody) SetSummary added in v1.5.89

func (*CreateEventByMeResponseBody) SetUiConfigs added in v1.5.89

func (*CreateEventByMeResponseBody) SetUpdateTime added in v1.5.89

func (CreateEventByMeResponseBody) String added in v1.5.89

type CreateEventByMeResponseBodyAttendees added in v1.5.89

type CreateEventByMeResponseBodyAttendees struct {
	DisplayName    *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	Id             *string `json:"id,omitempty" xml:"id,omitempty"`
	IsOptional     *bool   `json:"isOptional,omitempty" xml:"isOptional,omitempty"`
	ResponseStatus *string `json:"responseStatus,omitempty" xml:"responseStatus,omitempty"`
	Self           *bool   `json:"self,omitempty" xml:"self,omitempty"`
}

func (CreateEventByMeResponseBodyAttendees) GoString added in v1.5.89

func (*CreateEventByMeResponseBodyAttendees) SetDisplayName added in v1.5.89

func (*CreateEventByMeResponseBodyAttendees) SetId added in v1.5.89

func (*CreateEventByMeResponseBodyAttendees) SetIsOptional added in v1.5.89

func (*CreateEventByMeResponseBodyAttendees) SetResponseStatus added in v1.5.89

func (*CreateEventByMeResponseBodyAttendees) SetSelf added in v1.5.89

func (CreateEventByMeResponseBodyAttendees) String added in v1.5.89

type CreateEventByMeResponseBodyEnd added in v1.5.89

type CreateEventByMeResponseBodyEnd struct {
	Date     *string `json:"date,omitempty" xml:"date,omitempty"`
	DateTime *string `json:"dateTime,omitempty" xml:"dateTime,omitempty"`
	TimeZone *string `json:"timeZone,omitempty" xml:"timeZone,omitempty"`
}

func (CreateEventByMeResponseBodyEnd) GoString added in v1.5.89

func (*CreateEventByMeResponseBodyEnd) SetDate added in v1.5.89

func (*CreateEventByMeResponseBodyEnd) SetDateTime added in v1.5.89

func (*CreateEventByMeResponseBodyEnd) SetTimeZone added in v1.5.89

func (CreateEventByMeResponseBodyEnd) String added in v1.5.89

type CreateEventByMeResponseBodyLocation added in v1.5.89

type CreateEventByMeResponseBodyLocation struct {
	DisplayName *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
}

func (CreateEventByMeResponseBodyLocation) GoString added in v1.5.89

func (*CreateEventByMeResponseBodyLocation) SetDisplayName added in v1.5.89

func (CreateEventByMeResponseBodyLocation) String added in v1.5.89

type CreateEventByMeResponseBodyOnlineMeetingInfo added in v1.5.89

type CreateEventByMeResponseBodyOnlineMeetingInfo struct {
	ConferenceId *string                `json:"conferenceId,omitempty" xml:"conferenceId,omitempty"`
	ExtraInfo    map[string]interface{} `json:"extraInfo,omitempty" xml:"extraInfo,omitempty"`
	Type         *string                `json:"type,omitempty" xml:"type,omitempty"`
	Url          *string                `json:"url,omitempty" xml:"url,omitempty"`
}

func (CreateEventByMeResponseBodyOnlineMeetingInfo) GoString added in v1.5.89

func (*CreateEventByMeResponseBodyOnlineMeetingInfo) SetConferenceId added in v1.5.89

func (*CreateEventByMeResponseBodyOnlineMeetingInfo) SetExtraInfo added in v1.5.89

func (*CreateEventByMeResponseBodyOnlineMeetingInfo) SetType added in v1.5.89

func (*CreateEventByMeResponseBodyOnlineMeetingInfo) SetUrl added in v1.5.89

func (CreateEventByMeResponseBodyOnlineMeetingInfo) String added in v1.5.89

type CreateEventByMeResponseBodyOrganizer added in v1.5.89

type CreateEventByMeResponseBodyOrganizer struct {
	DisplayName    *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	Id             *string `json:"id,omitempty" xml:"id,omitempty"`
	ResponseStatus *string `json:"responseStatus,omitempty" xml:"responseStatus,omitempty"`
	Self           *bool   `json:"self,omitempty" xml:"self,omitempty"`
}

func (CreateEventByMeResponseBodyOrganizer) GoString added in v1.5.89

func (*CreateEventByMeResponseBodyOrganizer) SetDisplayName added in v1.5.89

func (*CreateEventByMeResponseBodyOrganizer) SetId added in v1.5.89

func (*CreateEventByMeResponseBodyOrganizer) SetResponseStatus added in v1.5.89

func (*CreateEventByMeResponseBodyOrganizer) SetSelf added in v1.5.89

func (CreateEventByMeResponseBodyOrganizer) String added in v1.5.89

type CreateEventByMeResponseBodyRecurrence added in v1.5.89

type CreateEventByMeResponseBodyRecurrence struct {
	Pattern *CreateEventByMeResponseBodyRecurrencePattern `json:"pattern,omitempty" xml:"pattern,omitempty" type:"Struct"`
	Range   *CreateEventByMeResponseBodyRecurrenceRange   `json:"range,omitempty" xml:"range,omitempty" type:"Struct"`
}

func (CreateEventByMeResponseBodyRecurrence) GoString added in v1.5.89

func (*CreateEventByMeResponseBodyRecurrence) SetPattern added in v1.5.89

func (*CreateEventByMeResponseBodyRecurrence) SetRange added in v1.5.89

func (CreateEventByMeResponseBodyRecurrence) String added in v1.5.89

type CreateEventByMeResponseBodyRecurrencePattern added in v1.5.89

type CreateEventByMeResponseBodyRecurrencePattern struct {
	DayOfMonth     *int32  `json:"dayOfMonth,omitempty" xml:"dayOfMonth,omitempty"`
	DaysOfWeek     *string `json:"daysOfWeek,omitempty" xml:"daysOfWeek,omitempty"`
	FirstDayOfWeek *string `json:"firstDayOfWeek,omitempty" xml:"firstDayOfWeek,omitempty"`
	Index          *string `json:"index,omitempty" xml:"index,omitempty"`
	Interval       *int32  `json:"interval,omitempty" xml:"interval,omitempty"`
	Type           *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (CreateEventByMeResponseBodyRecurrencePattern) GoString added in v1.5.89

func (*CreateEventByMeResponseBodyRecurrencePattern) SetDayOfMonth added in v1.5.89

func (*CreateEventByMeResponseBodyRecurrencePattern) SetDaysOfWeek added in v1.5.89

func (*CreateEventByMeResponseBodyRecurrencePattern) SetFirstDayOfWeek added in v1.5.89

func (*CreateEventByMeResponseBodyRecurrencePattern) SetIndex added in v1.5.89

func (*CreateEventByMeResponseBodyRecurrencePattern) SetInterval added in v1.5.89

func (*CreateEventByMeResponseBodyRecurrencePattern) SetType added in v1.5.89

func (CreateEventByMeResponseBodyRecurrencePattern) String added in v1.5.89

type CreateEventByMeResponseBodyRecurrenceRange added in v1.5.89

type CreateEventByMeResponseBodyRecurrenceRange struct {
	EndDate             *string `json:"endDate,omitempty" xml:"endDate,omitempty"`
	NumberOfOccurrences *int32  `json:"numberOfOccurrences,omitempty" xml:"numberOfOccurrences,omitempty"`
	Type                *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (CreateEventByMeResponseBodyRecurrenceRange) GoString added in v1.5.89

func (*CreateEventByMeResponseBodyRecurrenceRange) SetEndDate added in v1.5.89

func (*CreateEventByMeResponseBodyRecurrenceRange) SetNumberOfOccurrences added in v1.5.89

func (*CreateEventByMeResponseBodyRecurrenceRange) SetType added in v1.5.89

func (CreateEventByMeResponseBodyRecurrenceRange) String added in v1.5.89

type CreateEventByMeResponseBodyReminders added in v1.5.89

type CreateEventByMeResponseBodyReminders struct {
	Method  *string `json:"method,omitempty" xml:"method,omitempty"`
	Minutes *string `json:"minutes,omitempty" xml:"minutes,omitempty"`
}

func (CreateEventByMeResponseBodyReminders) GoString added in v1.5.89

func (*CreateEventByMeResponseBodyReminders) SetMethod added in v1.5.89

func (*CreateEventByMeResponseBodyReminders) SetMinutes added in v1.5.89

func (CreateEventByMeResponseBodyReminders) String added in v1.5.89

type CreateEventByMeResponseBodyRichTextDescription added in v1.5.89

type CreateEventByMeResponseBodyRichTextDescription struct {
	Text *string `json:"text,omitempty" xml:"text,omitempty"`
}

func (CreateEventByMeResponseBodyRichTextDescription) GoString added in v1.5.89

func (*CreateEventByMeResponseBodyRichTextDescription) SetText added in v1.5.89

func (CreateEventByMeResponseBodyRichTextDescription) String added in v1.5.89

type CreateEventByMeResponseBodyStart added in v1.5.89

type CreateEventByMeResponseBodyStart struct {
	Date     *string `json:"date,omitempty" xml:"date,omitempty"`
	DateTime *string `json:"dateTime,omitempty" xml:"dateTime,omitempty"`
	TimeZone *string `json:"timeZone,omitempty" xml:"timeZone,omitempty"`
}

func (CreateEventByMeResponseBodyStart) GoString added in v1.5.89

func (*CreateEventByMeResponseBodyStart) SetDate added in v1.5.89

func (*CreateEventByMeResponseBodyStart) SetDateTime added in v1.5.89

func (*CreateEventByMeResponseBodyStart) SetTimeZone added in v1.5.89

func (CreateEventByMeResponseBodyStart) String added in v1.5.89

type CreateEventByMeResponseBodyUiConfigs added in v1.5.89

type CreateEventByMeResponseBodyUiConfigs struct {
	UiName   *string `json:"uiName,omitempty" xml:"uiName,omitempty"`
	UiStatus *string `json:"uiStatus,omitempty" xml:"uiStatus,omitempty"`
}

func (CreateEventByMeResponseBodyUiConfigs) GoString added in v1.5.89

func (*CreateEventByMeResponseBodyUiConfigs) SetUiName added in v1.5.89

func (*CreateEventByMeResponseBodyUiConfigs) SetUiStatus added in v1.5.89

func (CreateEventByMeResponseBodyUiConfigs) String added in v1.5.89

type CreateEventHeaders

type CreateEventHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XClientToken            *string            `json:"x-client-token,omitempty" xml:"x-client-token,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (CreateEventHeaders) GoString

func (s CreateEventHeaders) GoString() string

func (*CreateEventHeaders) SetCommonHeaders

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

func (*CreateEventHeaders) SetXAcsDingtalkAccessToken

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

func (*CreateEventHeaders) SetXClientToken

func (s *CreateEventHeaders) SetXClientToken(v string) *CreateEventHeaders

func (CreateEventHeaders) String

func (s CreateEventHeaders) String() string

type CreateEventRequest

type CreateEventRequest struct {
	Attendees           []*CreateEventRequestAttendees         `json:"attendees,omitempty" xml:"attendees,omitempty" type:"Repeated"`
	Description         *string                                `json:"description,omitempty" xml:"description,omitempty"`
	End                 *CreateEventRequestEnd                 `json:"end,omitempty" xml:"end,omitempty" type:"Struct"`
	Extra               map[string]*string                     `json:"extra,omitempty" xml:"extra,omitempty"`
	IsAllDay            *bool                                  `json:"isAllDay,omitempty" xml:"isAllDay,omitempty"`
	Location            *CreateEventRequestLocation            `json:"location,omitempty" xml:"location,omitempty" type:"Struct"`
	OnlineMeetingInfo   *CreateEventRequestOnlineMeetingInfo   `json:"onlineMeetingInfo,omitempty" xml:"onlineMeetingInfo,omitempty" type:"Struct"`
	Recurrence          *CreateEventRequestRecurrence          `json:"recurrence,omitempty" xml:"recurrence,omitempty" type:"Struct"`
	Reminders           []*CreateEventRequestReminders         `json:"reminders,omitempty" xml:"reminders,omitempty" type:"Repeated"`
	RichTextDescription *CreateEventRequestRichTextDescription `json:"richTextDescription,omitempty" xml:"richTextDescription,omitempty" type:"Struct"`
	Start               *CreateEventRequestStart               `json:"start,omitempty" xml:"start,omitempty" type:"Struct"`
	Summary             *string                                `json:"summary,omitempty" xml:"summary,omitempty"`
	UiConfigs           []*CreateEventRequestUiConfigs         `json:"uiConfigs,omitempty" xml:"uiConfigs,omitempty" type:"Repeated"`
}

func (CreateEventRequest) GoString

func (s CreateEventRequest) GoString() string

func (*CreateEventRequest) SetAttendees

func (*CreateEventRequest) SetDescription

func (s *CreateEventRequest) SetDescription(v string) *CreateEventRequest

func (*CreateEventRequest) SetEnd

func (*CreateEventRequest) SetExtra

func (s *CreateEventRequest) SetExtra(v map[string]*string) *CreateEventRequest

func (*CreateEventRequest) SetIsAllDay

func (s *CreateEventRequest) SetIsAllDay(v bool) *CreateEventRequest

func (*CreateEventRequest) SetLocation

func (*CreateEventRequest) SetOnlineMeetingInfo

func (*CreateEventRequest) SetRecurrence

func (*CreateEventRequest) SetReminders

func (*CreateEventRequest) SetRichTextDescription

func (*CreateEventRequest) SetStart

func (*CreateEventRequest) SetSummary

func (s *CreateEventRequest) SetSummary(v string) *CreateEventRequest

func (*CreateEventRequest) SetUiConfigs

func (CreateEventRequest) String

func (s CreateEventRequest) String() string

type CreateEventRequestAttendees

type CreateEventRequestAttendees struct {
	Id         *string `json:"id,omitempty" xml:"id,omitempty"`
	IsOptional *bool   `json:"isOptional,omitempty" xml:"isOptional,omitempty"`
}

func (CreateEventRequestAttendees) GoString

func (s CreateEventRequestAttendees) GoString() string

func (*CreateEventRequestAttendees) SetId

func (*CreateEventRequestAttendees) SetIsOptional

func (CreateEventRequestAttendees) String

type CreateEventRequestEnd

type CreateEventRequestEnd struct {
	Date     *string `json:"date,omitempty" xml:"date,omitempty"`
	DateTime *string `json:"dateTime,omitempty" xml:"dateTime,omitempty"`
	TimeZone *string `json:"timeZone,omitempty" xml:"timeZone,omitempty"`
}

func (CreateEventRequestEnd) GoString

func (s CreateEventRequestEnd) GoString() string

func (*CreateEventRequestEnd) SetDate

func (*CreateEventRequestEnd) SetDateTime

func (*CreateEventRequestEnd) SetTimeZone

func (CreateEventRequestEnd) String

func (s CreateEventRequestEnd) String() string

type CreateEventRequestLocation

type CreateEventRequestLocation struct {
	DisplayName *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
}

func (CreateEventRequestLocation) GoString

func (s CreateEventRequestLocation) GoString() string

func (*CreateEventRequestLocation) SetDisplayName

func (CreateEventRequestLocation) String

type CreateEventRequestOnlineMeetingInfo

type CreateEventRequestOnlineMeetingInfo struct {
	Type *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (CreateEventRequestOnlineMeetingInfo) GoString

func (*CreateEventRequestOnlineMeetingInfo) SetType

func (CreateEventRequestOnlineMeetingInfo) String

type CreateEventRequestRecurrence

type CreateEventRequestRecurrence struct {
	Pattern *CreateEventRequestRecurrencePattern `json:"pattern,omitempty" xml:"pattern,omitempty" type:"Struct"`
	Range   *CreateEventRequestRecurrenceRange   `json:"range,omitempty" xml:"range,omitempty" type:"Struct"`
}

func (CreateEventRequestRecurrence) GoString

func (s CreateEventRequestRecurrence) GoString() string

func (*CreateEventRequestRecurrence) SetPattern

func (*CreateEventRequestRecurrence) SetRange

func (CreateEventRequestRecurrence) String

type CreateEventRequestRecurrencePattern

type CreateEventRequestRecurrencePattern struct {
	DayOfMonth     *int32  `json:"dayOfMonth,omitempty" xml:"dayOfMonth,omitempty"`
	DaysOfWeek     *string `json:"daysOfWeek,omitempty" xml:"daysOfWeek,omitempty"`
	FirstDayOfWeek *string `json:"firstDayOfWeek,omitempty" xml:"firstDayOfWeek,omitempty"`
	Index          *string `json:"index,omitempty" xml:"index,omitempty"`
	Interval       *int32  `json:"interval,omitempty" xml:"interval,omitempty"`
	Type           *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (CreateEventRequestRecurrencePattern) GoString

func (*CreateEventRequestRecurrencePattern) SetDayOfMonth

func (*CreateEventRequestRecurrencePattern) SetDaysOfWeek

func (*CreateEventRequestRecurrencePattern) SetFirstDayOfWeek added in v1.5.85

func (*CreateEventRequestRecurrencePattern) SetIndex

func (*CreateEventRequestRecurrencePattern) SetInterval

func (*CreateEventRequestRecurrencePattern) SetType

func (CreateEventRequestRecurrencePattern) String

type CreateEventRequestRecurrenceRange

type CreateEventRequestRecurrenceRange struct {
	EndDate             *string `json:"endDate,omitempty" xml:"endDate,omitempty"`
	NumberOfOccurrences *int32  `json:"numberOfOccurrences,omitempty" xml:"numberOfOccurrences,omitempty"`
	Type                *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (CreateEventRequestRecurrenceRange) GoString

func (*CreateEventRequestRecurrenceRange) SetEndDate

func (*CreateEventRequestRecurrenceRange) SetNumberOfOccurrences

func (*CreateEventRequestRecurrenceRange) SetType

func (CreateEventRequestRecurrenceRange) String

type CreateEventRequestReminders

type CreateEventRequestReminders struct {
	Method  *string `json:"method,omitempty" xml:"method,omitempty"`
	Minutes *int32  `json:"minutes,omitempty" xml:"minutes,omitempty"`
}

func (CreateEventRequestReminders) GoString

func (s CreateEventRequestReminders) GoString() string

func (*CreateEventRequestReminders) SetMethod

func (*CreateEventRequestReminders) SetMinutes

func (CreateEventRequestReminders) String

type CreateEventRequestRichTextDescription

type CreateEventRequestRichTextDescription struct {
	Text *string `json:"text,omitempty" xml:"text,omitempty"`
}

func (CreateEventRequestRichTextDescription) GoString

func (*CreateEventRequestRichTextDescription) SetText

func (CreateEventRequestRichTextDescription) String

type CreateEventRequestStart

type CreateEventRequestStart struct {
	Date     *string `json:"date,omitempty" xml:"date,omitempty"`
	DateTime *string `json:"dateTime,omitempty" xml:"dateTime,omitempty"`
	TimeZone *string `json:"timeZone,omitempty" xml:"timeZone,omitempty"`
}

func (CreateEventRequestStart) GoString

func (s CreateEventRequestStart) GoString() string

func (*CreateEventRequestStart) SetDate

func (*CreateEventRequestStart) SetDateTime

func (*CreateEventRequestStart) SetTimeZone

func (CreateEventRequestStart) String

func (s CreateEventRequestStart) String() string

type CreateEventRequestUiConfigs

type CreateEventRequestUiConfigs struct {
	UiName   *string `json:"uiName,omitempty" xml:"uiName,omitempty"`
	UiStatus *string `json:"uiStatus,omitempty" xml:"uiStatus,omitempty"`
}

func (CreateEventRequestUiConfigs) GoString

func (s CreateEventRequestUiConfigs) GoString() string

func (*CreateEventRequestUiConfigs) SetUiName

func (*CreateEventRequestUiConfigs) SetUiStatus

func (CreateEventRequestUiConfigs) String

type CreateEventResponse

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

func (CreateEventResponse) GoString

func (s CreateEventResponse) GoString() string

func (*CreateEventResponse) SetBody

func (*CreateEventResponse) SetHeaders

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

func (*CreateEventResponse) SetStatusCode

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

func (CreateEventResponse) String

func (s CreateEventResponse) String() string

type CreateEventResponseBody

type CreateEventResponseBody struct {
	Attendees           []*CreateEventResponseBodyAttendees         `json:"attendees,omitempty" xml:"attendees,omitempty" type:"Repeated"`
	CreateTime          *string                                     `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Description         *string                                     `json:"description,omitempty" xml:"description,omitempty"`
	End                 *CreateEventResponseBodyEnd                 `json:"end,omitempty" xml:"end,omitempty" type:"Struct"`
	Id                  *string                                     `json:"id,omitempty" xml:"id,omitempty"`
	IsAllDay            *bool                                       `json:"isAllDay,omitempty" xml:"isAllDay,omitempty"`
	Location            *CreateEventResponseBodyLocation            `json:"location,omitempty" xml:"location,omitempty" type:"Struct"`
	OnlineMeetingInfo   *CreateEventResponseBodyOnlineMeetingInfo   `json:"onlineMeetingInfo,omitempty" xml:"onlineMeetingInfo,omitempty" type:"Struct"`
	Organizer           *CreateEventResponseBodyOrganizer           `json:"organizer,omitempty" xml:"organizer,omitempty" type:"Struct"`
	Recurrence          *CreateEventResponseBodyRecurrence          `json:"recurrence,omitempty" xml:"recurrence,omitempty" type:"Struct"`
	Reminders           []*CreateEventResponseBodyReminders         `json:"reminders,omitempty" xml:"reminders,omitempty" type:"Repeated"`
	RichTextDescription *CreateEventResponseBodyRichTextDescription `json:"richTextDescription,omitempty" xml:"richTextDescription,omitempty" type:"Struct"`
	Start               *CreateEventResponseBodyStart               `json:"start,omitempty" xml:"start,omitempty" type:"Struct"`
	Summary             *string                                     `json:"summary,omitempty" xml:"summary,omitempty"`
	UiConfigs           []*CreateEventResponseBodyUiConfigs         `json:"uiConfigs,omitempty" xml:"uiConfigs,omitempty" type:"Repeated"`
	UpdateTime          *string                                     `json:"updateTime,omitempty" xml:"updateTime,omitempty"`
}

func (CreateEventResponseBody) GoString

func (s CreateEventResponseBody) GoString() string

func (*CreateEventResponseBody) SetAttendees

func (*CreateEventResponseBody) SetCreateTime

func (*CreateEventResponseBody) SetDescription

func (*CreateEventResponseBody) SetEnd

func (*CreateEventResponseBody) SetId

func (*CreateEventResponseBody) SetIsAllDay

func (*CreateEventResponseBody) SetLocation

func (*CreateEventResponseBody) SetOnlineMeetingInfo

func (*CreateEventResponseBody) SetOrganizer

func (*CreateEventResponseBody) SetRecurrence

func (*CreateEventResponseBody) SetReminders

func (*CreateEventResponseBody) SetRichTextDescription

func (*CreateEventResponseBody) SetStart

func (*CreateEventResponseBody) SetSummary

func (*CreateEventResponseBody) SetUiConfigs

func (*CreateEventResponseBody) SetUpdateTime

func (CreateEventResponseBody) String

func (s CreateEventResponseBody) String() string

type CreateEventResponseBodyAttendees

type CreateEventResponseBodyAttendees struct {
	DisplayName    *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	Id             *string `json:"id,omitempty" xml:"id,omitempty"`
	IsOptional     *bool   `json:"isOptional,omitempty" xml:"isOptional,omitempty"`
	ResponseStatus *string `json:"responseStatus,omitempty" xml:"responseStatus,omitempty"`
	Self           *bool   `json:"self,omitempty" xml:"self,omitempty"`
}

func (CreateEventResponseBodyAttendees) GoString

func (*CreateEventResponseBodyAttendees) SetDisplayName

func (*CreateEventResponseBodyAttendees) SetId

func (*CreateEventResponseBodyAttendees) SetIsOptional

func (*CreateEventResponseBodyAttendees) SetResponseStatus

func (*CreateEventResponseBodyAttendees) SetSelf

func (CreateEventResponseBodyAttendees) String

type CreateEventResponseBodyEnd

type CreateEventResponseBodyEnd struct {
	Date     *string `json:"date,omitempty" xml:"date,omitempty"`
	DateTime *string `json:"dateTime,omitempty" xml:"dateTime,omitempty"`
	TimeZone *string `json:"timeZone,omitempty" xml:"timeZone,omitempty"`
}

func (CreateEventResponseBodyEnd) GoString

func (s CreateEventResponseBodyEnd) GoString() string

func (*CreateEventResponseBodyEnd) SetDate

func (*CreateEventResponseBodyEnd) SetDateTime

func (*CreateEventResponseBodyEnd) SetTimeZone

func (CreateEventResponseBodyEnd) String

type CreateEventResponseBodyLocation

type CreateEventResponseBodyLocation struct {
	DisplayName *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
}

func (CreateEventResponseBodyLocation) GoString

func (*CreateEventResponseBodyLocation) SetDisplayName

func (CreateEventResponseBodyLocation) String

type CreateEventResponseBodyOnlineMeetingInfo

type CreateEventResponseBodyOnlineMeetingInfo struct {
	ConferenceId *string                `json:"conferenceId,omitempty" xml:"conferenceId,omitempty"`
	ExtraInfo    map[string]interface{} `json:"extraInfo,omitempty" xml:"extraInfo,omitempty"`
	Type         *string                `json:"type,omitempty" xml:"type,omitempty"`
	Url          *string                `json:"url,omitempty" xml:"url,omitempty"`
}

func (CreateEventResponseBodyOnlineMeetingInfo) GoString

func (*CreateEventResponseBodyOnlineMeetingInfo) SetConferenceId

func (*CreateEventResponseBodyOnlineMeetingInfo) SetExtraInfo

func (*CreateEventResponseBodyOnlineMeetingInfo) SetType

func (*CreateEventResponseBodyOnlineMeetingInfo) SetUrl

func (CreateEventResponseBodyOnlineMeetingInfo) String

type CreateEventResponseBodyOrganizer

type CreateEventResponseBodyOrganizer struct {
	DisplayName    *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	Id             *string `json:"id,omitempty" xml:"id,omitempty"`
	ResponseStatus *string `json:"responseStatus,omitempty" xml:"responseStatus,omitempty"`
	Self           *bool   `json:"self,omitempty" xml:"self,omitempty"`
}

func (CreateEventResponseBodyOrganizer) GoString

func (*CreateEventResponseBodyOrganizer) SetDisplayName

func (*CreateEventResponseBodyOrganizer) SetId

func (*CreateEventResponseBodyOrganizer) SetResponseStatus

func (*CreateEventResponseBodyOrganizer) SetSelf

func (CreateEventResponseBodyOrganizer) String

type CreateEventResponseBodyRecurrence

type CreateEventResponseBodyRecurrence struct {
	Pattern *CreateEventResponseBodyRecurrencePattern `json:"pattern,omitempty" xml:"pattern,omitempty" type:"Struct"`
	Range   *CreateEventResponseBodyRecurrenceRange   `json:"range,omitempty" xml:"range,omitempty" type:"Struct"`
}

func (CreateEventResponseBodyRecurrence) GoString

func (CreateEventResponseBodyRecurrence) String

type CreateEventResponseBodyRecurrencePattern

type CreateEventResponseBodyRecurrencePattern struct {
	DayOfMonth     *int32  `json:"dayOfMonth,omitempty" xml:"dayOfMonth,omitempty"`
	DaysOfWeek     *string `json:"daysOfWeek,omitempty" xml:"daysOfWeek,omitempty"`
	FirstDayOfWeek *string `json:"firstDayOfWeek,omitempty" xml:"firstDayOfWeek,omitempty"`
	Index          *string `json:"index,omitempty" xml:"index,omitempty"`
	Interval       *int32  `json:"interval,omitempty" xml:"interval,omitempty"`
	Type           *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (CreateEventResponseBodyRecurrencePattern) GoString

func (*CreateEventResponseBodyRecurrencePattern) SetDayOfMonth

func (*CreateEventResponseBodyRecurrencePattern) SetDaysOfWeek

func (*CreateEventResponseBodyRecurrencePattern) SetFirstDayOfWeek added in v1.5.85

func (*CreateEventResponseBodyRecurrencePattern) SetIndex

func (*CreateEventResponseBodyRecurrencePattern) SetInterval

func (*CreateEventResponseBodyRecurrencePattern) SetType

func (CreateEventResponseBodyRecurrencePattern) String

type CreateEventResponseBodyRecurrenceRange

type CreateEventResponseBodyRecurrenceRange struct {
	EndDate             *string `json:"endDate,omitempty" xml:"endDate,omitempty"`
	NumberOfOccurrences *int32  `json:"numberOfOccurrences,omitempty" xml:"numberOfOccurrences,omitempty"`
	Type                *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (CreateEventResponseBodyRecurrenceRange) GoString

func (*CreateEventResponseBodyRecurrenceRange) SetEndDate

func (*CreateEventResponseBodyRecurrenceRange) SetNumberOfOccurrences

func (*CreateEventResponseBodyRecurrenceRange) SetType

func (CreateEventResponseBodyRecurrenceRange) String

type CreateEventResponseBodyReminders

type CreateEventResponseBodyReminders struct {
	Method  *string `json:"method,omitempty" xml:"method,omitempty"`
	Minutes *string `json:"minutes,omitempty" xml:"minutes,omitempty"`
}

func (CreateEventResponseBodyReminders) GoString

func (*CreateEventResponseBodyReminders) SetMethod

func (*CreateEventResponseBodyReminders) SetMinutes

func (CreateEventResponseBodyReminders) String

type CreateEventResponseBodyRichTextDescription

type CreateEventResponseBodyRichTextDescription struct {
	Text *string `json:"text,omitempty" xml:"text,omitempty"`
}

func (CreateEventResponseBodyRichTextDescription) GoString

func (*CreateEventResponseBodyRichTextDescription) SetText

func (CreateEventResponseBodyRichTextDescription) String

type CreateEventResponseBodyStart

type CreateEventResponseBodyStart struct {
	Date     *string `json:"date,omitempty" xml:"date,omitempty"`
	DateTime *string `json:"dateTime,omitempty" xml:"dateTime,omitempty"`
	TimeZone *string `json:"timeZone,omitempty" xml:"timeZone,omitempty"`
}

func (CreateEventResponseBodyStart) GoString

func (s CreateEventResponseBodyStart) GoString() string

func (*CreateEventResponseBodyStart) SetDate

func (*CreateEventResponseBodyStart) SetDateTime

func (*CreateEventResponseBodyStart) SetTimeZone

func (CreateEventResponseBodyStart) String

type CreateEventResponseBodyUiConfigs

type CreateEventResponseBodyUiConfigs struct {
	UiName   *string `json:"uiName,omitempty" xml:"uiName,omitempty"`
	UiStatus *string `json:"uiStatus,omitempty" xml:"uiStatus,omitempty"`
}

func (CreateEventResponseBodyUiConfigs) GoString

func (*CreateEventResponseBodyUiConfigs) SetUiName

func (*CreateEventResponseBodyUiConfigs) SetUiStatus

func (CreateEventResponseBodyUiConfigs) String

type CreateSubscribedCalendarHeaders

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

func (*CreateSubscribedCalendarHeaders) SetCommonHeaders

func (*CreateSubscribedCalendarHeaders) SetXAcsDingtalkAccessToken

func (CreateSubscribedCalendarHeaders) String

type CreateSubscribedCalendarRequest

type CreateSubscribedCalendarRequest struct {
	Description    *string                                        `json:"description,omitempty" xml:"description,omitempty"`
	Managers       []*string                                      `json:"managers,omitempty" xml:"managers,omitempty" type:"Repeated"`
	Name           *string                                        `json:"name,omitempty" xml:"name,omitempty"`
	SubscribeScope *CreateSubscribedCalendarRequestSubscribeScope `json:"subscribeScope,omitempty" xml:"subscribeScope,omitempty" type:"Struct"`
}

func (CreateSubscribedCalendarRequest) GoString

func (*CreateSubscribedCalendarRequest) SetDescription

func (*CreateSubscribedCalendarRequest) SetManagers

func (*CreateSubscribedCalendarRequest) SetName

func (CreateSubscribedCalendarRequest) String

type CreateSubscribedCalendarRequestSubscribeScope

type CreateSubscribedCalendarRequestSubscribeScope struct {
	CorpIds             []*string `json:"corpIds,omitempty" xml:"corpIds,omitempty" type:"Repeated"`
	OpenConversationIds []*string `json:"openConversationIds,omitempty" xml:"openConversationIds,omitempty" type:"Repeated"`
	UnionIds            []*string `json:"unionIds,omitempty" xml:"unionIds,omitempty" type:"Repeated"`
}

func (CreateSubscribedCalendarRequestSubscribeScope) GoString

func (*CreateSubscribedCalendarRequestSubscribeScope) SetCorpIds

func (*CreateSubscribedCalendarRequestSubscribeScope) SetOpenConversationIds

func (*CreateSubscribedCalendarRequestSubscribeScope) SetUnionIds

func (CreateSubscribedCalendarRequestSubscribeScope) String

type CreateSubscribedCalendarResponse

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

func (CreateSubscribedCalendarResponse) GoString

func (*CreateSubscribedCalendarResponse) SetHeaders

func (*CreateSubscribedCalendarResponse) SetStatusCode

func (CreateSubscribedCalendarResponse) String

type CreateSubscribedCalendarResponseBody

type CreateSubscribedCalendarResponseBody struct {
	CalendarId *string `json:"calendarId,omitempty" xml:"calendarId,omitempty"`
}

func (CreateSubscribedCalendarResponseBody) GoString

func (*CreateSubscribedCalendarResponseBody) SetCalendarId

func (CreateSubscribedCalendarResponseBody) String

type DeleteAclHeaders

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

func (s DeleteAclHeaders) GoString() string

func (*DeleteAclHeaders) SetCommonHeaders

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

func (*DeleteAclHeaders) SetXAcsDingtalkAccessToken

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

func (DeleteAclHeaders) String

func (s DeleteAclHeaders) String() string

type DeleteAclResponse

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

func (DeleteAclResponse) GoString

func (s DeleteAclResponse) GoString() string

func (*DeleteAclResponse) SetHeaders

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

func (*DeleteAclResponse) SetStatusCode

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

func (DeleteAclResponse) String

func (s DeleteAclResponse) String() string

type DeleteEventHeaders

type DeleteEventHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XClientToken            *string            `json:"x-client-token,omitempty" xml:"x-client-token,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (DeleteEventHeaders) GoString

func (s DeleteEventHeaders) GoString() string

func (*DeleteEventHeaders) SetCommonHeaders

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

func (*DeleteEventHeaders) SetXAcsDingtalkAccessToken

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

func (*DeleteEventHeaders) SetXClientToken

func (s *DeleteEventHeaders) SetXClientToken(v string) *DeleteEventHeaders

func (DeleteEventHeaders) String

func (s DeleteEventHeaders) String() string

type DeleteEventRequest added in v1.6.11

type DeleteEventRequest struct {
	PushNotification *bool `json:"pushNotification,omitempty" xml:"pushNotification,omitempty"`
}

func (DeleteEventRequest) GoString added in v1.6.11

func (s DeleteEventRequest) GoString() string

func (*DeleteEventRequest) SetPushNotification added in v1.6.11

func (s *DeleteEventRequest) SetPushNotification(v bool) *DeleteEventRequest

func (DeleteEventRequest) String added in v1.6.11

func (s DeleteEventRequest) String() string

type DeleteEventResponse

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

func (DeleteEventResponse) GoString

func (s DeleteEventResponse) GoString() string

func (*DeleteEventResponse) SetHeaders

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

func (*DeleteEventResponse) SetStatusCode

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

func (DeleteEventResponse) String

func (s DeleteEventResponse) String() string

type DeleteSubscribedCalendarHeaders

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

func (*DeleteSubscribedCalendarHeaders) SetCommonHeaders

func (*DeleteSubscribedCalendarHeaders) SetXAcsDingtalkAccessToken

func (DeleteSubscribedCalendarHeaders) String

type DeleteSubscribedCalendarResponse

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

func (DeleteSubscribedCalendarResponse) GoString

func (*DeleteSubscribedCalendarResponse) SetHeaders

func (*DeleteSubscribedCalendarResponse) SetStatusCode

func (DeleteSubscribedCalendarResponse) String

type DeleteSubscribedCalendarResponseBody

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

func (DeleteSubscribedCalendarResponseBody) GoString

func (*DeleteSubscribedCalendarResponseBody) SetResult

func (DeleteSubscribedCalendarResponseBody) String

type GenerateCaldavAccountHeaders

type GenerateCaldavAccountHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	DingUid                 *string            `json:"dingUid,omitempty" xml:"dingUid,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (GenerateCaldavAccountHeaders) GoString

func (s GenerateCaldavAccountHeaders) GoString() string

func (*GenerateCaldavAccountHeaders) SetCommonHeaders

func (*GenerateCaldavAccountHeaders) SetDingUid

func (*GenerateCaldavAccountHeaders) SetXAcsDingtalkAccessToken

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

func (GenerateCaldavAccountHeaders) String

type GenerateCaldavAccountRequest

type GenerateCaldavAccountRequest struct {
	Device *string `json:"device,omitempty" xml:"device,omitempty"`
}

func (GenerateCaldavAccountRequest) GoString

func (s GenerateCaldavAccountRequest) GoString() string

func (*GenerateCaldavAccountRequest) SetDevice

func (GenerateCaldavAccountRequest) String

type GenerateCaldavAccountResponse

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

func (GenerateCaldavAccountResponse) GoString

func (*GenerateCaldavAccountResponse) SetBody

func (*GenerateCaldavAccountResponse) SetHeaders

func (*GenerateCaldavAccountResponse) SetStatusCode

func (GenerateCaldavAccountResponse) String

type GenerateCaldavAccountResponseBody

type GenerateCaldavAccountResponseBody struct {
	Password      *string `json:"password,omitempty" xml:"password,omitempty"`
	ServerAddress *string `json:"serverAddress,omitempty" xml:"serverAddress,omitempty"`
	Username      *string `json:"username,omitempty" xml:"username,omitempty"`
}

func (GenerateCaldavAccountResponseBody) GoString

func (*GenerateCaldavAccountResponseBody) SetPassword

func (*GenerateCaldavAccountResponseBody) SetServerAddress

func (*GenerateCaldavAccountResponseBody) SetUsername

func (GenerateCaldavAccountResponseBody) String

type GetEventHeaders

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

func (s GetEventHeaders) GoString() string

func (*GetEventHeaders) SetCommonHeaders

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

func (*GetEventHeaders) SetXAcsDingtalkAccessToken

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

func (GetEventHeaders) String

func (s GetEventHeaders) String() string

type GetEventRequest

type GetEventRequest struct {
	MaxAttendees *int64 `json:"maxAttendees,omitempty" xml:"maxAttendees,omitempty"`
}

func (GetEventRequest) GoString

func (s GetEventRequest) GoString() string

func (*GetEventRequest) SetMaxAttendees

func (s *GetEventRequest) SetMaxAttendees(v int64) *GetEventRequest

func (GetEventRequest) String

func (s GetEventRequest) String() string

type GetEventResponse

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

func (GetEventResponse) GoString

func (s GetEventResponse) GoString() string

func (*GetEventResponse) SetBody

func (*GetEventResponse) SetHeaders

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

func (*GetEventResponse) SetStatusCode

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

func (GetEventResponse) String

func (s GetEventResponse) String() string

type GetEventResponseBody

type GetEventResponseBody struct {
	Attendees           []*GetEventResponseBodyAttendees         `json:"attendees,omitempty" xml:"attendees,omitempty" type:"Repeated"`
	Categories          []*GetEventResponseBodyCategories        `json:"categories,omitempty" xml:"categories,omitempty" type:"Repeated"`
	CreateTime          *string                                  `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Description         *string                                  `json:"description,omitempty" xml:"description,omitempty"`
	End                 *GetEventResponseBodyEnd                 `json:"end,omitempty" xml:"end,omitempty" type:"Struct"`
	ExtendedProperties  *GetEventResponseBodyExtendedProperties  `json:"extendedProperties,omitempty" xml:"extendedProperties,omitempty" type:"Struct"`
	Id                  *string                                  `json:"id,omitempty" xml:"id,omitempty"`
	IsAllDay            *bool                                    `json:"isAllDay,omitempty" xml:"isAllDay,omitempty"`
	Location            *GetEventResponseBodyLocation            `json:"location,omitempty" xml:"location,omitempty" type:"Struct"`
	MeetingRooms        []*GetEventResponseBodyMeetingRooms      `json:"meetingRooms,omitempty" xml:"meetingRooms,omitempty" type:"Repeated"`
	OnlineMeetingInfo   *GetEventResponseBodyOnlineMeetingInfo   `json:"onlineMeetingInfo,omitempty" xml:"onlineMeetingInfo,omitempty" type:"Struct"`
	Organizer           *GetEventResponseBodyOrganizer           `json:"organizer,omitempty" xml:"organizer,omitempty" type:"Struct"`
	OriginStart         *GetEventResponseBodyOriginStart         `json:"originStart,omitempty" xml:"originStart,omitempty" type:"Struct"`
	Recurrence          *GetEventResponseBodyRecurrence          `json:"recurrence,omitempty" xml:"recurrence,omitempty" type:"Struct"`
	Reminders           []*GetEventResponseBodyReminders         `json:"reminders,omitempty" xml:"reminders,omitempty" type:"Repeated"`
	RichTextDescription *GetEventResponseBodyRichTextDescription `json:"richTextDescription,omitempty" xml:"richTextDescription,omitempty" type:"Struct"`
	SeriesMasterId      *string                                  `json:"seriesMasterId,omitempty" xml:"seriesMasterId,omitempty"`
	Start               *GetEventResponseBodyStart               `json:"start,omitempty" xml:"start,omitempty" type:"Struct"`
	Status              *string                                  `json:"status,omitempty" xml:"status,omitempty"`
	Summary             *string                                  `json:"summary,omitempty" xml:"summary,omitempty"`
	UpdateTime          *string                                  `json:"updateTime,omitempty" xml:"updateTime,omitempty"`
}

func (GetEventResponseBody) GoString

func (s GetEventResponseBody) GoString() string

func (*GetEventResponseBody) SetAttendees

func (*GetEventResponseBody) SetCategories

func (*GetEventResponseBody) SetCreateTime

func (s *GetEventResponseBody) SetCreateTime(v string) *GetEventResponseBody

func (*GetEventResponseBody) SetDescription

func (s *GetEventResponseBody) SetDescription(v string) *GetEventResponseBody

func (*GetEventResponseBody) SetEnd

func (*GetEventResponseBody) SetExtendedProperties

func (*GetEventResponseBody) SetId

func (*GetEventResponseBody) SetIsAllDay

func (s *GetEventResponseBody) SetIsAllDay(v bool) *GetEventResponseBody

func (*GetEventResponseBody) SetLocation

func (*GetEventResponseBody) SetMeetingRooms

func (*GetEventResponseBody) SetOnlineMeetingInfo

func (*GetEventResponseBody) SetOrganizer

func (*GetEventResponseBody) SetOriginStart

func (*GetEventResponseBody) SetRecurrence

func (*GetEventResponseBody) SetReminders

func (*GetEventResponseBody) SetRichTextDescription

func (*GetEventResponseBody) SetSeriesMasterId

func (s *GetEventResponseBody) SetSeriesMasterId(v string) *GetEventResponseBody

func (*GetEventResponseBody) SetStart

func (*GetEventResponseBody) SetStatus

func (*GetEventResponseBody) SetSummary

func (*GetEventResponseBody) SetUpdateTime

func (s *GetEventResponseBody) SetUpdateTime(v string) *GetEventResponseBody

func (GetEventResponseBody) String

func (s GetEventResponseBody) String() string

type GetEventResponseBodyAttendees

type GetEventResponseBodyAttendees struct {
	DisplayName    *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	Id             *string `json:"id,omitempty" xml:"id,omitempty"`
	IsOptional     *bool   `json:"isOptional,omitempty" xml:"isOptional,omitempty"`
	ResponseStatus *string `json:"responseStatus,omitempty" xml:"responseStatus,omitempty"`
	Self           *bool   `json:"self,omitempty" xml:"self,omitempty"`
}

func (GetEventResponseBodyAttendees) GoString

func (*GetEventResponseBodyAttendees) SetDisplayName

func (*GetEventResponseBodyAttendees) SetId

func (*GetEventResponseBodyAttendees) SetIsOptional

func (*GetEventResponseBodyAttendees) SetResponseStatus

func (*GetEventResponseBodyAttendees) SetSelf

func (GetEventResponseBodyAttendees) String

type GetEventResponseBodyCategories

type GetEventResponseBodyCategories struct {
	DisplayName *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
}

func (GetEventResponseBodyCategories) GoString

func (*GetEventResponseBodyCategories) SetDisplayName

func (GetEventResponseBodyCategories) String

type GetEventResponseBodyEnd

type GetEventResponseBodyEnd struct {
	Date     *string `json:"date,omitempty" xml:"date,omitempty"`
	DateTime *string `json:"dateTime,omitempty" xml:"dateTime,omitempty"`
	TimeZone *string `json:"timeZone,omitempty" xml:"timeZone,omitempty"`
}

func (GetEventResponseBodyEnd) GoString

func (s GetEventResponseBodyEnd) GoString() string

func (*GetEventResponseBodyEnd) SetDate

func (*GetEventResponseBodyEnd) SetDateTime

func (*GetEventResponseBodyEnd) SetTimeZone

func (GetEventResponseBodyEnd) String

func (s GetEventResponseBodyEnd) String() string

type GetEventResponseBodyExtendedProperties

type GetEventResponseBodyExtendedProperties struct {
	SharedProperties *GetEventResponseBodyExtendedPropertiesSharedProperties `json:"sharedProperties,omitempty" xml:"sharedProperties,omitempty" type:"Struct"`
}

func (GetEventResponseBodyExtendedProperties) GoString

func (GetEventResponseBodyExtendedProperties) String

type GetEventResponseBodyExtendedPropertiesSharedProperties

type GetEventResponseBodyExtendedPropertiesSharedProperties struct {
	BelongCorpId  *string `json:"belongCorpId,omitempty" xml:"belongCorpId,omitempty"`
	SourceOpenCid *string `json:"sourceOpenCid,omitempty" xml:"sourceOpenCid,omitempty"`
}

func (GetEventResponseBodyExtendedPropertiesSharedProperties) GoString

func (*GetEventResponseBodyExtendedPropertiesSharedProperties) SetBelongCorpId

func (*GetEventResponseBodyExtendedPropertiesSharedProperties) SetSourceOpenCid

func (GetEventResponseBodyExtendedPropertiesSharedProperties) String

type GetEventResponseBodyLocation

type GetEventResponseBodyLocation struct {
	DisplayName  *string   `json:"displayName,omitempty" xml:"displayName,omitempty"`
	MeetingRooms []*string `json:"meetingRooms,omitempty" xml:"meetingRooms,omitempty" type:"Repeated"`
}

func (GetEventResponseBodyLocation) GoString

func (s GetEventResponseBodyLocation) GoString() string

func (*GetEventResponseBodyLocation) SetDisplayName

func (*GetEventResponseBodyLocation) SetMeetingRooms

func (GetEventResponseBodyLocation) String

type GetEventResponseBodyMeetingRooms

type GetEventResponseBodyMeetingRooms struct {
	DisplayName    *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	ResponseStatus *string `json:"responseStatus,omitempty" xml:"responseStatus,omitempty"`
	RoomId         *string `json:"roomId,omitempty" xml:"roomId,omitempty"`
}

func (GetEventResponseBodyMeetingRooms) GoString

func (*GetEventResponseBodyMeetingRooms) SetDisplayName

func (*GetEventResponseBodyMeetingRooms) SetResponseStatus

func (*GetEventResponseBodyMeetingRooms) SetRoomId

func (GetEventResponseBodyMeetingRooms) String

type GetEventResponseBodyOnlineMeetingInfo

type GetEventResponseBodyOnlineMeetingInfo struct {
	ConferenceId *string                `json:"conferenceId,omitempty" xml:"conferenceId,omitempty"`
	ExtraInfo    map[string]interface{} `json:"extraInfo,omitempty" xml:"extraInfo,omitempty"`
	Type         *string                `json:"type,omitempty" xml:"type,omitempty"`
	Url          *string                `json:"url,omitempty" xml:"url,omitempty"`
}

func (GetEventResponseBodyOnlineMeetingInfo) GoString

func (*GetEventResponseBodyOnlineMeetingInfo) SetConferenceId

func (*GetEventResponseBodyOnlineMeetingInfo) SetExtraInfo

func (*GetEventResponseBodyOnlineMeetingInfo) SetType

func (*GetEventResponseBodyOnlineMeetingInfo) SetUrl

func (GetEventResponseBodyOnlineMeetingInfo) String

type GetEventResponseBodyOrganizer

type GetEventResponseBodyOrganizer struct {
	DisplayName    *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	Id             *string `json:"id,omitempty" xml:"id,omitempty"`
	ResponseStatus *string `json:"responseStatus,omitempty" xml:"responseStatus,omitempty"`
	Self           *bool   `json:"self,omitempty" xml:"self,omitempty"`
}

func (GetEventResponseBodyOrganizer) GoString

func (*GetEventResponseBodyOrganizer) SetDisplayName

func (*GetEventResponseBodyOrganizer) SetId

func (*GetEventResponseBodyOrganizer) SetResponseStatus

func (*GetEventResponseBodyOrganizer) SetSelf

func (GetEventResponseBodyOrganizer) String

type GetEventResponseBodyOriginStart

type GetEventResponseBodyOriginStart struct {
	DateTime *string `json:"dateTime,omitempty" xml:"dateTime,omitempty"`
}

func (GetEventResponseBodyOriginStart) GoString

func (*GetEventResponseBodyOriginStart) SetDateTime

func (GetEventResponseBodyOriginStart) String

type GetEventResponseBodyRecurrence

type GetEventResponseBodyRecurrence struct {
	Pattern *GetEventResponseBodyRecurrencePattern `json:"pattern,omitempty" xml:"pattern,omitempty" type:"Struct"`
	Range   *GetEventResponseBodyRecurrenceRange   `json:"range,omitempty" xml:"range,omitempty" type:"Struct"`
}

func (GetEventResponseBodyRecurrence) GoString

func (GetEventResponseBodyRecurrence) String

type GetEventResponseBodyRecurrencePattern

type GetEventResponseBodyRecurrencePattern struct {
	DayOfMonth     *int32  `json:"dayOfMonth,omitempty" xml:"dayOfMonth,omitempty"`
	DaysOfWeek     *string `json:"daysOfWeek,omitempty" xml:"daysOfWeek,omitempty"`
	FirstDayOfWeek *string `json:"firstDayOfWeek,omitempty" xml:"firstDayOfWeek,omitempty"`
	Index          *string `json:"index,omitempty" xml:"index,omitempty"`
	Interval       *int32  `json:"interval,omitempty" xml:"interval,omitempty"`
	Type           *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (GetEventResponseBodyRecurrencePattern) GoString

func (*GetEventResponseBodyRecurrencePattern) SetDayOfMonth

func (*GetEventResponseBodyRecurrencePattern) SetDaysOfWeek

func (*GetEventResponseBodyRecurrencePattern) SetFirstDayOfWeek added in v1.5.85

func (*GetEventResponseBodyRecurrencePattern) SetIndex

func (*GetEventResponseBodyRecurrencePattern) SetInterval

func (*GetEventResponseBodyRecurrencePattern) SetType

func (GetEventResponseBodyRecurrencePattern) String

type GetEventResponseBodyRecurrenceRange

type GetEventResponseBodyRecurrenceRange struct {
	EndDate             *string `json:"endDate,omitempty" xml:"endDate,omitempty"`
	NumberOfOccurrences *int32  `json:"numberOfOccurrences,omitempty" xml:"numberOfOccurrences,omitempty"`
	Type                *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (GetEventResponseBodyRecurrenceRange) GoString

func (*GetEventResponseBodyRecurrenceRange) SetEndDate

func (*GetEventResponseBodyRecurrenceRange) SetNumberOfOccurrences

func (*GetEventResponseBodyRecurrenceRange) SetType

func (GetEventResponseBodyRecurrenceRange) String

type GetEventResponseBodyReminders

type GetEventResponseBodyReminders struct {
	Method  *string `json:"method,omitempty" xml:"method,omitempty"`
	Minutes *string `json:"minutes,omitempty" xml:"minutes,omitempty"`
}

func (GetEventResponseBodyReminders) GoString

func (*GetEventResponseBodyReminders) SetMethod

func (*GetEventResponseBodyReminders) SetMinutes

func (GetEventResponseBodyReminders) String

type GetEventResponseBodyRichTextDescription

type GetEventResponseBodyRichTextDescription struct {
	Text *string `json:"text,omitempty" xml:"text,omitempty"`
}

func (GetEventResponseBodyRichTextDescription) GoString

func (*GetEventResponseBodyRichTextDescription) SetText

func (GetEventResponseBodyRichTextDescription) String

type GetEventResponseBodyStart

type GetEventResponseBodyStart struct {
	Date     *string `json:"date,omitempty" xml:"date,omitempty"`
	DateTime *string `json:"dateTime,omitempty" xml:"dateTime,omitempty"`
	TimeZone *string `json:"timeZone,omitempty" xml:"timeZone,omitempty"`
}

func (GetEventResponseBodyStart) GoString

func (s GetEventResponseBodyStart) GoString() string

func (*GetEventResponseBodyStart) SetDate

func (*GetEventResponseBodyStart) SetDateTime

func (*GetEventResponseBodyStart) SetTimeZone

func (GetEventResponseBodyStart) String

func (s GetEventResponseBodyStart) String() string

type GetMeetingRoomsScheduleHeaders

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

func (*GetMeetingRoomsScheduleHeaders) SetCommonHeaders

func (*GetMeetingRoomsScheduleHeaders) SetXAcsDingtalkAccessToken

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

func (GetMeetingRoomsScheduleHeaders) String

type GetMeetingRoomsScheduleRequest

type GetMeetingRoomsScheduleRequest struct {
	EndTime   *string   `json:"endTime,omitempty" xml:"endTime,omitempty"`
	RoomIds   []*string `json:"roomIds,omitempty" xml:"roomIds,omitempty" type:"Repeated"`
	StartTime *string   `json:"startTime,omitempty" xml:"startTime,omitempty"`
}

func (GetMeetingRoomsScheduleRequest) GoString

func (*GetMeetingRoomsScheduleRequest) SetEndTime

func (*GetMeetingRoomsScheduleRequest) SetRoomIds

func (*GetMeetingRoomsScheduleRequest) SetStartTime

func (GetMeetingRoomsScheduleRequest) String

type GetMeetingRoomsScheduleResponse

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

func (GetMeetingRoomsScheduleResponse) GoString

func (*GetMeetingRoomsScheduleResponse) SetHeaders

func (*GetMeetingRoomsScheduleResponse) SetStatusCode

func (GetMeetingRoomsScheduleResponse) String

type GetMeetingRoomsScheduleResponseBody

type GetMeetingRoomsScheduleResponseBody struct {
	ScheduleInformation []*GetMeetingRoomsScheduleResponseBodyScheduleInformation `json:"scheduleInformation,omitempty" xml:"scheduleInformation,omitempty" type:"Repeated"`
}

func (GetMeetingRoomsScheduleResponseBody) GoString

func (GetMeetingRoomsScheduleResponseBody) String

type GetMeetingRoomsScheduleResponseBodyScheduleInformation

type GetMeetingRoomsScheduleResponseBodyScheduleInformation struct {
	Error         *string                                                                `json:"error,omitempty" xml:"error,omitempty"`
	RoomId        *string                                                                `json:"roomId,omitempty" xml:"roomId,omitempty"`
	ScheduleItems []*GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItems `json:"scheduleItems,omitempty" xml:"scheduleItems,omitempty" type:"Repeated"`
}

func (GetMeetingRoomsScheduleResponseBodyScheduleInformation) GoString

func (*GetMeetingRoomsScheduleResponseBodyScheduleInformation) SetError

func (*GetMeetingRoomsScheduleResponseBodyScheduleInformation) SetRoomId

func (GetMeetingRoomsScheduleResponseBodyScheduleInformation) String

type GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItems

type GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItems struct {
	End       *GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsEnd       `json:"end,omitempty" xml:"end,omitempty" type:"Struct"`
	EventId   *string                                                                       `json:"eventId,omitempty" xml:"eventId,omitempty"`
	Organizer *GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsOrganizer `json:"organizer,omitempty" xml:"organizer,omitempty" type:"Struct"`
	Start     *GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsStart     `json:"start,omitempty" xml:"start,omitempty" type:"Struct"`
	Status    *string                                                                       `json:"status,omitempty" xml:"status,omitempty"`
}

func (GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItems) GoString

func (*GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItems) SetEventId

func (*GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItems) SetStatus

func (GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItems) String

type GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsEnd

type GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsEnd struct {
	DateTime *string `json:"dateTime,omitempty" xml:"dateTime,omitempty"`
	TimeZone *string `json:"timeZone,omitempty" xml:"timeZone,omitempty"`
}

func (GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsEnd) GoString

func (*GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsEnd) SetDateTime

func (*GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsEnd) SetTimeZone

func (GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsEnd) String

type GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsOrganizer

type GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsOrganizer struct {
	Id *string `json:"id,omitempty" xml:"id,omitempty"`
}

func (GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsOrganizer) GoString

func (*GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsOrganizer) SetId

func (GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsOrganizer) String

type GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsStart

type GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsStart struct {
	DateTime *string `json:"dateTime,omitempty" xml:"dateTime,omitempty"`
	TimeZone *string `json:"timeZone,omitempty" xml:"timeZone,omitempty"`
}

func (GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsStart) GoString

func (*GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsStart) SetDateTime

func (*GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsStart) SetTimeZone

func (GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsStart) String

type GetScheduleHeaders

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

func (s GetScheduleHeaders) GoString() string

func (*GetScheduleHeaders) SetCommonHeaders

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

func (*GetScheduleHeaders) SetXAcsDingtalkAccessToken

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

func (GetScheduleHeaders) String

func (s GetScheduleHeaders) String() string

type GetScheduleRequest

type GetScheduleRequest struct {
	EndTime   *string   `json:"endTime,omitempty" xml:"endTime,omitempty"`
	StartTime *string   `json:"startTime,omitempty" xml:"startTime,omitempty"`
	UserIds   []*string `json:"userIds,omitempty" xml:"userIds,omitempty" type:"Repeated"`
}

func (GetScheduleRequest) GoString

func (s GetScheduleRequest) GoString() string

func (*GetScheduleRequest) SetEndTime

func (s *GetScheduleRequest) SetEndTime(v string) *GetScheduleRequest

func (*GetScheduleRequest) SetStartTime

func (s *GetScheduleRequest) SetStartTime(v string) *GetScheduleRequest

func (*GetScheduleRequest) SetUserIds

func (s *GetScheduleRequest) SetUserIds(v []*string) *GetScheduleRequest

func (GetScheduleRequest) String

func (s GetScheduleRequest) String() string

type GetScheduleResponse

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

func (GetScheduleResponse) GoString

func (s GetScheduleResponse) GoString() string

func (*GetScheduleResponse) SetBody

func (*GetScheduleResponse) SetHeaders

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

func (*GetScheduleResponse) SetStatusCode

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

func (GetScheduleResponse) String

func (s GetScheduleResponse) String() string

type GetScheduleResponseBody

type GetScheduleResponseBody struct {
	ScheduleInformation []*GetScheduleResponseBodyScheduleInformation `json:"scheduleInformation,omitempty" xml:"scheduleInformation,omitempty" type:"Repeated"`
}

func (GetScheduleResponseBody) GoString

func (s GetScheduleResponseBody) GoString() string

func (*GetScheduleResponseBody) SetScheduleInformation

func (GetScheduleResponseBody) String

func (s GetScheduleResponseBody) String() string

type GetScheduleResponseBodyScheduleInformation

type GetScheduleResponseBodyScheduleInformation struct {
	Error         *string                                                    `json:"error,omitempty" xml:"error,omitempty"`
	ScheduleItems []*GetScheduleResponseBodyScheduleInformationScheduleItems `json:"scheduleItems,omitempty" xml:"scheduleItems,omitempty" type:"Repeated"`
	UserId        *string                                                    `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (GetScheduleResponseBodyScheduleInformation) GoString

func (*GetScheduleResponseBodyScheduleInformation) SetError

func (*GetScheduleResponseBodyScheduleInformation) SetUserId

func (GetScheduleResponseBodyScheduleInformation) String

type GetScheduleResponseBodyScheduleInformationScheduleItems

type GetScheduleResponseBodyScheduleInformationScheduleItems struct {
	End    *GetScheduleResponseBodyScheduleInformationScheduleItemsEnd   `json:"end,omitempty" xml:"end,omitempty" type:"Struct"`
	Start  *GetScheduleResponseBodyScheduleInformationScheduleItemsStart `json:"start,omitempty" xml:"start,omitempty" type:"Struct"`
	Status *string                                                       `json:"status,omitempty" xml:"status,omitempty"`
}

func (GetScheduleResponseBodyScheduleInformationScheduleItems) GoString

func (*GetScheduleResponseBodyScheduleInformationScheduleItems) SetStatus

func (GetScheduleResponseBodyScheduleInformationScheduleItems) String

type GetScheduleResponseBodyScheduleInformationScheduleItemsEnd

type GetScheduleResponseBodyScheduleInformationScheduleItemsEnd struct {
	Date     *string `json:"date,omitempty" xml:"date,omitempty"`
	DateTime *string `json:"dateTime,omitempty" xml:"dateTime,omitempty"`
	TimeZone *string `json:"timeZone,omitempty" xml:"timeZone,omitempty"`
}

func (GetScheduleResponseBodyScheduleInformationScheduleItemsEnd) GoString

func (*GetScheduleResponseBodyScheduleInformationScheduleItemsEnd) SetDate

func (*GetScheduleResponseBodyScheduleInformationScheduleItemsEnd) SetDateTime

func (*GetScheduleResponseBodyScheduleInformationScheduleItemsEnd) SetTimeZone

func (GetScheduleResponseBodyScheduleInformationScheduleItemsEnd) String

type GetScheduleResponseBodyScheduleInformationScheduleItemsStart

type GetScheduleResponseBodyScheduleInformationScheduleItemsStart struct {
	Date     *string `json:"date,omitempty" xml:"date,omitempty"`
	DateTime *string `json:"dateTime,omitempty" xml:"dateTime,omitempty"`
	TimeZone *string `json:"timeZone,omitempty" xml:"timeZone,omitempty"`
}

func (GetScheduleResponseBodyScheduleInformationScheduleItemsStart) GoString

func (*GetScheduleResponseBodyScheduleInformationScheduleItemsStart) SetDate

func (*GetScheduleResponseBodyScheduleInformationScheduleItemsStart) SetDateTime

func (*GetScheduleResponseBodyScheduleInformationScheduleItemsStart) SetTimeZone

func (GetScheduleResponseBodyScheduleInformationScheduleItemsStart) String

type GetSignInLinkHeaders added in v1.5.99

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

func (s GetSignInLinkHeaders) GoString() string

func (*GetSignInLinkHeaders) SetCommonHeaders added in v1.5.99

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

func (*GetSignInLinkHeaders) SetXAcsDingtalkAccessToken added in v1.5.99

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

func (GetSignInLinkHeaders) String added in v1.5.99

func (s GetSignInLinkHeaders) String() string

type GetSignInLinkResponse added in v1.5.99

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

func (GetSignInLinkResponse) GoString added in v1.5.99

func (s GetSignInLinkResponse) GoString() string

func (*GetSignInLinkResponse) SetBody added in v1.5.99

func (*GetSignInLinkResponse) SetHeaders added in v1.5.99

func (*GetSignInLinkResponse) SetStatusCode added in v1.5.99

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

func (GetSignInLinkResponse) String added in v1.5.99

func (s GetSignInLinkResponse) String() string

type GetSignInLinkResponseBody added in v1.5.99

type GetSignInLinkResponseBody struct {
	SignInLink *string `json:"signInLink,omitempty" xml:"signInLink,omitempty"`
}

func (GetSignInLinkResponseBody) GoString added in v1.5.99

func (s GetSignInLinkResponseBody) GoString() string

func (GetSignInLinkResponseBody) String added in v1.5.99

func (s GetSignInLinkResponseBody) String() string

type GetSignInListHeaders

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

func (s GetSignInListHeaders) GoString() string

func (*GetSignInListHeaders) SetCommonHeaders

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

func (*GetSignInListHeaders) SetXAcsDingtalkAccessToken

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

func (GetSignInListHeaders) String

func (s GetSignInListHeaders) String() string

type GetSignInListRequest

type GetSignInListRequest struct {
	MaxResults *int32  `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken  *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	Type       *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (GetSignInListRequest) GoString

func (s GetSignInListRequest) GoString() string

func (*GetSignInListRequest) SetMaxResults

func (s *GetSignInListRequest) SetMaxResults(v int32) *GetSignInListRequest

func (*GetSignInListRequest) SetNextToken

func (s *GetSignInListRequest) SetNextToken(v string) *GetSignInListRequest

func (*GetSignInListRequest) SetType

func (GetSignInListRequest) String

func (s GetSignInListRequest) String() string

type GetSignInListResponse

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

func (GetSignInListResponse) GoString

func (s GetSignInListResponse) GoString() string

func (*GetSignInListResponse) SetBody

func (*GetSignInListResponse) SetHeaders

func (*GetSignInListResponse) SetStatusCode

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

func (GetSignInListResponse) String

func (s GetSignInListResponse) String() string

type GetSignInListResponseBody

type GetSignInListResponseBody struct {
	NextToken *string                           `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	Users     []*GetSignInListResponseBodyUsers `json:"users,omitempty" xml:"users,omitempty" type:"Repeated"`
}

func (GetSignInListResponseBody) GoString

func (s GetSignInListResponseBody) GoString() string

func (*GetSignInListResponseBody) SetNextToken

func (*GetSignInListResponseBody) SetUsers

func (GetSignInListResponseBody) String

func (s GetSignInListResponseBody) String() string

type GetSignInListResponseBodyUsers

type GetSignInListResponseBodyUsers struct {
	CheckInTime *int64  `json:"checkInTime,omitempty" xml:"checkInTime,omitempty"`
	DisplayName *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	UserId      *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (GetSignInListResponseBodyUsers) GoString

func (*GetSignInListResponseBodyUsers) SetCheckInTime

func (*GetSignInListResponseBodyUsers) SetDisplayName

func (*GetSignInListResponseBodyUsers) SetUserId

func (GetSignInListResponseBodyUsers) String

type GetSignOutLinkHeaders added in v1.5.99

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

func (s GetSignOutLinkHeaders) GoString() string

func (*GetSignOutLinkHeaders) SetCommonHeaders added in v1.5.99

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

func (*GetSignOutLinkHeaders) SetXAcsDingtalkAccessToken added in v1.5.99

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

func (GetSignOutLinkHeaders) String added in v1.5.99

func (s GetSignOutLinkHeaders) String() string

type GetSignOutLinkResponse added in v1.5.99

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

func (GetSignOutLinkResponse) GoString added in v1.5.99

func (s GetSignOutLinkResponse) GoString() string

func (*GetSignOutLinkResponse) SetBody added in v1.5.99

func (*GetSignOutLinkResponse) SetHeaders added in v1.5.99

func (*GetSignOutLinkResponse) SetStatusCode added in v1.5.99

func (GetSignOutLinkResponse) String added in v1.5.99

func (s GetSignOutLinkResponse) String() string

type GetSignOutLinkResponseBody added in v1.5.99

type GetSignOutLinkResponseBody struct {
	SignOutLink *string `json:"signOutLink,omitempty" xml:"signOutLink,omitempty"`
}

func (GetSignOutLinkResponseBody) GoString added in v1.5.99

func (s GetSignOutLinkResponseBody) GoString() string

func (GetSignOutLinkResponseBody) String added in v1.5.99

type GetSignOutListHeaders

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

func (s GetSignOutListHeaders) GoString() string

func (*GetSignOutListHeaders) SetCommonHeaders

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

func (*GetSignOutListHeaders) SetXAcsDingtalkAccessToken

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

func (GetSignOutListHeaders) String

func (s GetSignOutListHeaders) String() string

type GetSignOutListRequest

type GetSignOutListRequest struct {
	MaxResults *int32  `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken  *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	Type       *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (GetSignOutListRequest) GoString

func (s GetSignOutListRequest) GoString() string

func (*GetSignOutListRequest) SetMaxResults

func (s *GetSignOutListRequest) SetMaxResults(v int32) *GetSignOutListRequest

func (*GetSignOutListRequest) SetNextToken

func (*GetSignOutListRequest) SetType

func (GetSignOutListRequest) String

func (s GetSignOutListRequest) String() string

type GetSignOutListResponse

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

func (GetSignOutListResponse) GoString

func (s GetSignOutListResponse) GoString() string

func (*GetSignOutListResponse) SetBody

func (*GetSignOutListResponse) SetHeaders

func (*GetSignOutListResponse) SetStatusCode

func (GetSignOutListResponse) String

func (s GetSignOutListResponse) String() string

type GetSignOutListResponseBody

type GetSignOutListResponseBody struct {
	NextToken *string                            `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	Users     []*GetSignOutListResponseBodyUsers `json:"users,omitempty" xml:"users,omitempty" type:"Repeated"`
}

func (GetSignOutListResponseBody) GoString

func (s GetSignOutListResponseBody) GoString() string

func (*GetSignOutListResponseBody) SetNextToken

func (*GetSignOutListResponseBody) SetUsers

func (GetSignOutListResponseBody) String

type GetSignOutListResponseBodyUsers

type GetSignOutListResponseBodyUsers struct {
	CheckOutTime *int64  `json:"checkOutTime,omitempty" xml:"checkOutTime,omitempty"`
	DisplayName  *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	UserId       *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (GetSignOutListResponseBodyUsers) GoString

func (*GetSignOutListResponseBodyUsers) SetCheckOutTime

func (*GetSignOutListResponseBodyUsers) SetDisplayName

func (*GetSignOutListResponseBodyUsers) SetUserId

func (GetSignOutListResponseBodyUsers) String

type GetSubscribedCalendarHeaders

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

func (s GetSubscribedCalendarHeaders) GoString() string

func (*GetSubscribedCalendarHeaders) SetCommonHeaders

func (*GetSubscribedCalendarHeaders) SetXAcsDingtalkAccessToken

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

func (GetSubscribedCalendarHeaders) String

type GetSubscribedCalendarResponse

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

func (GetSubscribedCalendarResponse) GoString

func (*GetSubscribedCalendarResponse) SetBody

func (*GetSubscribedCalendarResponse) SetHeaders

func (*GetSubscribedCalendarResponse) SetStatusCode

func (GetSubscribedCalendarResponse) String

type GetSubscribedCalendarResponseBody

type GetSubscribedCalendarResponseBody struct {
	Author         *string                                          `json:"author,omitempty" xml:"author,omitempty"`
	CalendarId     *string                                          `json:"calendarId,omitempty" xml:"calendarId,omitempty"`
	Description    *string                                          `json:"description,omitempty" xml:"description,omitempty"`
	Managers       []*string                                        `json:"managers,omitempty" xml:"managers,omitempty" type:"Repeated"`
	Name           *string                                          `json:"name,omitempty" xml:"name,omitempty"`
	SubscribeScope *GetSubscribedCalendarResponseBodySubscribeScope `json:"subscribeScope,omitempty" xml:"subscribeScope,omitempty" type:"Struct"`
}

func (GetSubscribedCalendarResponseBody) GoString

func (*GetSubscribedCalendarResponseBody) SetAuthor

func (*GetSubscribedCalendarResponseBody) SetCalendarId

func (*GetSubscribedCalendarResponseBody) SetDescription

func (*GetSubscribedCalendarResponseBody) SetManagers

func (*GetSubscribedCalendarResponseBody) SetName

func (GetSubscribedCalendarResponseBody) String

type GetSubscribedCalendarResponseBodySubscribeScope

type GetSubscribedCalendarResponseBodySubscribeScope struct {
	CorpIds             []*string `json:"corpIds,omitempty" xml:"corpIds,omitempty" type:"Repeated"`
	OpenConversationIds []*string `json:"openConversationIds,omitempty" xml:"openConversationIds,omitempty" type:"Repeated"`
	UnionIds            []*string `json:"unionIds,omitempty" xml:"unionIds,omitempty" type:"Repeated"`
}

func (GetSubscribedCalendarResponseBodySubscribeScope) GoString

func (*GetSubscribedCalendarResponseBodySubscribeScope) SetCorpIds

func (*GetSubscribedCalendarResponseBodySubscribeScope) SetOpenConversationIds

func (*GetSubscribedCalendarResponseBodySubscribeScope) SetUnionIds

func (GetSubscribedCalendarResponseBodySubscribeScope) String

type ListAclsHeaders

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

func (s ListAclsHeaders) GoString() string

func (*ListAclsHeaders) SetCommonHeaders

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

func (*ListAclsHeaders) SetXAcsDingtalkAccessToken

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

func (ListAclsHeaders) String

func (s ListAclsHeaders) String() string

type ListAclsResponse

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

func (ListAclsResponse) GoString

func (s ListAclsResponse) GoString() string

func (*ListAclsResponse) SetBody

func (*ListAclsResponse) SetHeaders

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

func (*ListAclsResponse) SetStatusCode

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

func (ListAclsResponse) String

func (s ListAclsResponse) String() string

type ListAclsResponseBody

type ListAclsResponseBody struct {
	Acls []*ListAclsResponseBodyAcls `json:"acls,omitempty" xml:"acls,omitempty" type:"Repeated"`
}

func (ListAclsResponseBody) GoString

func (s ListAclsResponseBody) GoString() string

func (*ListAclsResponseBody) SetAcls

func (ListAclsResponseBody) String

func (s ListAclsResponseBody) String() string

type ListAclsResponseBodyAcls

type ListAclsResponseBodyAcls struct {
	AclId     *string                        `json:"aclId,omitempty" xml:"aclId,omitempty"`
	Privilege *string                        `json:"privilege,omitempty" xml:"privilege,omitempty"`
	Scope     *ListAclsResponseBodyAclsScope `json:"scope,omitempty" xml:"scope,omitempty" type:"Struct"`
}

func (ListAclsResponseBodyAcls) GoString

func (s ListAclsResponseBodyAcls) GoString() string

func (*ListAclsResponseBodyAcls) SetAclId

func (*ListAclsResponseBodyAcls) SetPrivilege

func (*ListAclsResponseBodyAcls) SetScope

func (ListAclsResponseBodyAcls) String

func (s ListAclsResponseBodyAcls) String() string

type ListAclsResponseBodyAclsScope

type ListAclsResponseBodyAclsScope struct {
	ScopeType *string `json:"scopeType,omitempty" xml:"scopeType,omitempty"`
	UserId    *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (ListAclsResponseBodyAclsScope) GoString

func (*ListAclsResponseBodyAclsScope) SetScopeType

func (*ListAclsResponseBodyAclsScope) SetUserId

func (ListAclsResponseBodyAclsScope) String

type ListAttendeesHeaders

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

func (s ListAttendeesHeaders) GoString() string

func (*ListAttendeesHeaders) SetCommonHeaders

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

func (*ListAttendeesHeaders) SetXAcsDingtalkAccessToken

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

func (ListAttendeesHeaders) String

func (s ListAttendeesHeaders) String() string

type ListAttendeesRequest

type ListAttendeesRequest struct {
	MaxResults *int32  `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken  *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
}

func (ListAttendeesRequest) GoString

func (s ListAttendeesRequest) GoString() string

func (*ListAttendeesRequest) SetMaxResults

func (s *ListAttendeesRequest) SetMaxResults(v int32) *ListAttendeesRequest

func (*ListAttendeesRequest) SetNextToken

func (s *ListAttendeesRequest) SetNextToken(v string) *ListAttendeesRequest

func (ListAttendeesRequest) String

func (s ListAttendeesRequest) String() string

type ListAttendeesResponse

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

func (ListAttendeesResponse) GoString

func (s ListAttendeesResponse) GoString() string

func (*ListAttendeesResponse) SetBody

func (*ListAttendeesResponse) SetHeaders

func (*ListAttendeesResponse) SetStatusCode

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

func (ListAttendeesResponse) String

func (s ListAttendeesResponse) String() string

type ListAttendeesResponseBody

type ListAttendeesResponseBody struct {
	Attendees []*ListAttendeesResponseBodyAttendees `json:"attendees,omitempty" xml:"attendees,omitempty" type:"Repeated"`
	NextToken *string                               `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
}

func (ListAttendeesResponseBody) GoString

func (s ListAttendeesResponseBody) GoString() string

func (*ListAttendeesResponseBody) SetAttendees

func (*ListAttendeesResponseBody) SetNextToken

func (ListAttendeesResponseBody) String

func (s ListAttendeesResponseBody) String() string

type ListAttendeesResponseBodyAttendees

type ListAttendeesResponseBodyAttendees struct {
	DisplayName    *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	Id             *string `json:"id,omitempty" xml:"id,omitempty"`
	IsOptional     *bool   `json:"isOptional,omitempty" xml:"isOptional,omitempty"`
	ResponseStatus *string `json:"responseStatus,omitempty" xml:"responseStatus,omitempty"`
	Self           *bool   `json:"self,omitempty" xml:"self,omitempty"`
}

func (ListAttendeesResponseBodyAttendees) GoString

func (*ListAttendeesResponseBodyAttendees) SetDisplayName

func (*ListAttendeesResponseBodyAttendees) SetId

func (*ListAttendeesResponseBodyAttendees) SetIsOptional

func (*ListAttendeesResponseBodyAttendees) SetResponseStatus

func (*ListAttendeesResponseBodyAttendees) SetSelf

func (ListAttendeesResponseBodyAttendees) String

type ListCalendarsHeaders

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

func (s ListCalendarsHeaders) GoString() string

func (*ListCalendarsHeaders) SetCommonHeaders

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

func (*ListCalendarsHeaders) SetXAcsDingtalkAccessToken

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

func (ListCalendarsHeaders) String

func (s ListCalendarsHeaders) String() string

type ListCalendarsResponse

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

func (ListCalendarsResponse) GoString

func (s ListCalendarsResponse) GoString() string

func (*ListCalendarsResponse) SetBody

func (*ListCalendarsResponse) SetHeaders

func (*ListCalendarsResponse) SetStatusCode

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

func (ListCalendarsResponse) String

func (s ListCalendarsResponse) String() string

type ListCalendarsResponseBody

type ListCalendarsResponseBody struct {
	Response *ListCalendarsResponseBodyResponse `json:"response,omitempty" xml:"response,omitempty" type:"Struct"`
}

func (ListCalendarsResponseBody) GoString

func (s ListCalendarsResponseBody) GoString() string

func (*ListCalendarsResponseBody) SetResponse

func (ListCalendarsResponseBody) String

func (s ListCalendarsResponseBody) String() string

type ListCalendarsResponseBodyResponse

type ListCalendarsResponseBodyResponse struct {
	Calendars []*ListCalendarsResponseBodyResponseCalendars `json:"calendars,omitempty" xml:"calendars,omitempty" type:"Repeated"`
}

func (ListCalendarsResponseBodyResponse) GoString

func (ListCalendarsResponseBodyResponse) String

type ListCalendarsResponseBodyResponseCalendars

type ListCalendarsResponseBodyResponseCalendars struct {
	Description *string `json:"description,omitempty" xml:"description,omitempty"`
	ETag        *string `json:"eTag,omitempty" xml:"eTag,omitempty"`
	Id          *string `json:"id,omitempty" xml:"id,omitempty"`
	Privilege   *string `json:"privilege,omitempty" xml:"privilege,omitempty"`
	Summary     *string `json:"summary,omitempty" xml:"summary,omitempty"`
	TimeZone    *string `json:"timeZone,omitempty" xml:"timeZone,omitempty"`
	Type        *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (ListCalendarsResponseBodyResponseCalendars) GoString

func (*ListCalendarsResponseBodyResponseCalendars) SetDescription

func (*ListCalendarsResponseBodyResponseCalendars) SetETag

func (*ListCalendarsResponseBodyResponseCalendars) SetId

func (*ListCalendarsResponseBodyResponseCalendars) SetPrivilege

func (*ListCalendarsResponseBodyResponseCalendars) SetSummary

func (*ListCalendarsResponseBodyResponseCalendars) SetTimeZone

func (*ListCalendarsResponseBodyResponseCalendars) SetType

func (ListCalendarsResponseBodyResponseCalendars) String

type ListEventsHeaders

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

func (s ListEventsHeaders) GoString() string

func (*ListEventsHeaders) SetCommonHeaders

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

func (*ListEventsHeaders) SetXAcsDingtalkAccessToken

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

func (ListEventsHeaders) String

func (s ListEventsHeaders) String() string

type ListEventsInstancesHeaders

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

func (s ListEventsInstancesHeaders) GoString() string

func (*ListEventsInstancesHeaders) SetCommonHeaders

func (*ListEventsInstancesHeaders) SetXAcsDingtalkAccessToken

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

func (ListEventsInstancesHeaders) String

type ListEventsInstancesRequest

type ListEventsInstancesRequest struct {
	MaxAttendees      *int32  `json:"maxAttendees,omitempty" xml:"maxAttendees,omitempty"`
	MaxResults        *int32  `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	SeriesMasterId    *string `json:"seriesMasterId,omitempty" xml:"seriesMasterId,omitempty"`
	StartRecurrenceId *string `json:"startRecurrenceId,omitempty" xml:"startRecurrenceId,omitempty"`
}

func (ListEventsInstancesRequest) GoString

func (s ListEventsInstancesRequest) GoString() string

func (*ListEventsInstancesRequest) SetMaxAttendees

func (*ListEventsInstancesRequest) SetMaxResults

func (*ListEventsInstancesRequest) SetSeriesMasterId

func (*ListEventsInstancesRequest) SetStartRecurrenceId

func (s *ListEventsInstancesRequest) SetStartRecurrenceId(v string) *ListEventsInstancesRequest

func (ListEventsInstancesRequest) String

type ListEventsInstancesResponse

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

func (ListEventsInstancesResponse) GoString

func (s ListEventsInstancesResponse) GoString() string

func (*ListEventsInstancesResponse) SetBody

func (*ListEventsInstancesResponse) SetHeaders

func (*ListEventsInstancesResponse) SetStatusCode

func (ListEventsInstancesResponse) String

type ListEventsInstancesResponseBody

type ListEventsInstancesResponseBody struct {
	Events []*ListEventsInstancesResponseBodyEvents `json:"events,omitempty" xml:"events,omitempty" type:"Repeated"`
}

func (ListEventsInstancesResponseBody) GoString

func (ListEventsInstancesResponseBody) String

type ListEventsInstancesResponseBodyEvents

type ListEventsInstancesResponseBodyEvents struct {
	Attendees          []*ListEventsInstancesResponseBodyEventsAttendees        `json:"attendees,omitempty" xml:"attendees,omitempty" type:"Repeated"`
	CreateTime         *string                                                  `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Description        *string                                                  `json:"description,omitempty" xml:"description,omitempty"`
	End                *ListEventsInstancesResponseBodyEventsEnd                `json:"end,omitempty" xml:"end,omitempty" type:"Struct"`
	ExtendedProperties *ListEventsInstancesResponseBodyEventsExtendedProperties `json:"extendedProperties,omitempty" xml:"extendedProperties,omitempty" type:"Struct"`
	Id                 *string                                                  `json:"id,omitempty" xml:"id,omitempty"`
	IsAllDay           *bool                                                    `json:"isAllDay,omitempty" xml:"isAllDay,omitempty"`
	Location           *ListEventsInstancesResponseBodyEventsLocation           `json:"location,omitempty" xml:"location,omitempty" type:"Struct"`
	OnlineMeetingInfo  *ListEventsInstancesResponseBodyEventsOnlineMeetingInfo  `json:"onlineMeetingInfo,omitempty" xml:"onlineMeetingInfo,omitempty" type:"Struct"`
	Organizer          *ListEventsInstancesResponseBodyEventsOrganizer          `json:"organizer,omitempty" xml:"organizer,omitempty" type:"Struct"`
	Recurrence         *ListEventsInstancesResponseBodyEventsRecurrence         `json:"recurrence,omitempty" xml:"recurrence,omitempty" type:"Struct"`
	Reminders          []*ListEventsInstancesResponseBodyEventsReminders        `json:"reminders,omitempty" xml:"reminders,omitempty" type:"Repeated"`
	SeriesMasterId     *string                                                  `json:"seriesMasterId,omitempty" xml:"seriesMasterId,omitempty"`
	Start              *ListEventsInstancesResponseBodyEventsStart              `json:"start,omitempty" xml:"start,omitempty" type:"Struct"`
	Status             *string                                                  `json:"status,omitempty" xml:"status,omitempty"`
	Summary            *string                                                  `json:"summary,omitempty" xml:"summary,omitempty"`
	UpdateTime         *string                                                  `json:"updateTime,omitempty" xml:"updateTime,omitempty"`
}

func (ListEventsInstancesResponseBodyEvents) GoString

func (*ListEventsInstancesResponseBodyEvents) SetCreateTime

func (*ListEventsInstancesResponseBodyEvents) SetDescription

func (*ListEventsInstancesResponseBodyEvents) SetId

func (*ListEventsInstancesResponseBodyEvents) SetIsAllDay

func (*ListEventsInstancesResponseBodyEvents) SetSeriesMasterId

func (*ListEventsInstancesResponseBodyEvents) SetStatus

func (*ListEventsInstancesResponseBodyEvents) SetSummary

func (*ListEventsInstancesResponseBodyEvents) SetUpdateTime

func (ListEventsInstancesResponseBodyEvents) String

type ListEventsInstancesResponseBodyEventsAttendees

type ListEventsInstancesResponseBodyEventsAttendees struct {
	DisplayName    *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	Id             *string `json:"id,omitempty" xml:"id,omitempty"`
	IsOptional     *bool   `json:"isOptional,omitempty" xml:"isOptional,omitempty"`
	ResponseStatus *string `json:"responseStatus,omitempty" xml:"responseStatus,omitempty"`
	Self           *bool   `json:"self,omitempty" xml:"self,omitempty"`
}

func (ListEventsInstancesResponseBodyEventsAttendees) GoString

func (*ListEventsInstancesResponseBodyEventsAttendees) SetDisplayName

func (*ListEventsInstancesResponseBodyEventsAttendees) SetId

func (*ListEventsInstancesResponseBodyEventsAttendees) SetIsOptional

func (*ListEventsInstancesResponseBodyEventsAttendees) SetResponseStatus

func (*ListEventsInstancesResponseBodyEventsAttendees) SetSelf

func (ListEventsInstancesResponseBodyEventsAttendees) String

type ListEventsInstancesResponseBodyEventsEnd

type ListEventsInstancesResponseBodyEventsEnd struct {
	Date     *string `json:"date,omitempty" xml:"date,omitempty"`
	DateTime *string `json:"dateTime,omitempty" xml:"dateTime,omitempty"`
	TimeZone *string `json:"timeZone,omitempty" xml:"timeZone,omitempty"`
}

func (ListEventsInstancesResponseBodyEventsEnd) GoString

func (*ListEventsInstancesResponseBodyEventsEnd) SetDate

func (*ListEventsInstancesResponseBodyEventsEnd) SetDateTime

func (*ListEventsInstancesResponseBodyEventsEnd) SetTimeZone

func (ListEventsInstancesResponseBodyEventsEnd) String

type ListEventsInstancesResponseBodyEventsExtendedProperties

type ListEventsInstancesResponseBodyEventsExtendedProperties struct {
	SharedProperties *ListEventsInstancesResponseBodyEventsExtendedPropertiesSharedProperties `json:"sharedProperties,omitempty" xml:"sharedProperties,omitempty" type:"Struct"`
}

func (ListEventsInstancesResponseBodyEventsExtendedProperties) GoString

func (ListEventsInstancesResponseBodyEventsExtendedProperties) String

type ListEventsInstancesResponseBodyEventsExtendedPropertiesSharedProperties

type ListEventsInstancesResponseBodyEventsExtendedPropertiesSharedProperties struct {
	SourceOpenCid *string `json:"sourceOpenCid,omitempty" xml:"sourceOpenCid,omitempty"`
}

func (ListEventsInstancesResponseBodyEventsExtendedPropertiesSharedProperties) GoString

func (*ListEventsInstancesResponseBodyEventsExtendedPropertiesSharedProperties) SetSourceOpenCid

func (ListEventsInstancesResponseBodyEventsExtendedPropertiesSharedProperties) String

type ListEventsInstancesResponseBodyEventsLocation

type ListEventsInstancesResponseBodyEventsLocation struct {
	DisplayName  *string   `json:"displayName,omitempty" xml:"displayName,omitempty"`
	MeetingRooms []*string `json:"meetingRooms,omitempty" xml:"meetingRooms,omitempty" type:"Repeated"`
}

func (ListEventsInstancesResponseBodyEventsLocation) GoString

func (*ListEventsInstancesResponseBodyEventsLocation) SetDisplayName

func (*ListEventsInstancesResponseBodyEventsLocation) SetMeetingRooms

func (ListEventsInstancesResponseBodyEventsLocation) String

type ListEventsInstancesResponseBodyEventsOnlineMeetingInfo

type ListEventsInstancesResponseBodyEventsOnlineMeetingInfo struct {
	ConferenceId *string `json:"conferenceId,omitempty" xml:"conferenceId,omitempty"`
	Type         *string `json:"type,omitempty" xml:"type,omitempty"`
	Url          *string `json:"url,omitempty" xml:"url,omitempty"`
}

func (ListEventsInstancesResponseBodyEventsOnlineMeetingInfo) GoString

func (*ListEventsInstancesResponseBodyEventsOnlineMeetingInfo) SetConferenceId

func (*ListEventsInstancesResponseBodyEventsOnlineMeetingInfo) SetType

func (*ListEventsInstancesResponseBodyEventsOnlineMeetingInfo) SetUrl

func (ListEventsInstancesResponseBodyEventsOnlineMeetingInfo) String

type ListEventsInstancesResponseBodyEventsOrganizer

type ListEventsInstancesResponseBodyEventsOrganizer struct {
	DisplayName    *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	Id             *string `json:"id,omitempty" xml:"id,omitempty"`
	ResponseStatus *string `json:"responseStatus,omitempty" xml:"responseStatus,omitempty"`
	Self           *bool   `json:"self,omitempty" xml:"self,omitempty"`
}

func (ListEventsInstancesResponseBodyEventsOrganizer) GoString

func (*ListEventsInstancesResponseBodyEventsOrganizer) SetDisplayName

func (*ListEventsInstancesResponseBodyEventsOrganizer) SetId

func (*ListEventsInstancesResponseBodyEventsOrganizer) SetResponseStatus

func (*ListEventsInstancesResponseBodyEventsOrganizer) SetSelf

func (ListEventsInstancesResponseBodyEventsOrganizer) String

type ListEventsInstancesResponseBodyEventsRecurrence

type ListEventsInstancesResponseBodyEventsRecurrence struct {
	Pattern *ListEventsInstancesResponseBodyEventsRecurrencePattern `json:"pattern,omitempty" xml:"pattern,omitempty" type:"Struct"`
	Range   *ListEventsInstancesResponseBodyEventsRecurrenceRange   `json:"range,omitempty" xml:"range,omitempty" type:"Struct"`
}

func (ListEventsInstancesResponseBodyEventsRecurrence) GoString

func (ListEventsInstancesResponseBodyEventsRecurrence) String

type ListEventsInstancesResponseBodyEventsRecurrencePattern

type ListEventsInstancesResponseBodyEventsRecurrencePattern struct {
	DayOfMonth *int32  `json:"dayOfMonth,omitempty" xml:"dayOfMonth,omitempty"`
	DaysOfWeek *string `json:"daysOfWeek,omitempty" xml:"daysOfWeek,omitempty"`
	Index      *string `json:"index,omitempty" xml:"index,omitempty"`
	Interval   *int32  `json:"interval,omitempty" xml:"interval,omitempty"`
	Type       *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (ListEventsInstancesResponseBodyEventsRecurrencePattern) GoString

func (*ListEventsInstancesResponseBodyEventsRecurrencePattern) SetDayOfMonth

func (*ListEventsInstancesResponseBodyEventsRecurrencePattern) SetDaysOfWeek

func (*ListEventsInstancesResponseBodyEventsRecurrencePattern) SetIndex

func (*ListEventsInstancesResponseBodyEventsRecurrencePattern) SetInterval

func (*ListEventsInstancesResponseBodyEventsRecurrencePattern) SetType

func (ListEventsInstancesResponseBodyEventsRecurrencePattern) String

type ListEventsInstancesResponseBodyEventsRecurrenceRange

type ListEventsInstancesResponseBodyEventsRecurrenceRange struct {
	EndDate             *string `json:"endDate,omitempty" xml:"endDate,omitempty"`
	NumberOfOccurrences *int32  `json:"numberOfOccurrences,omitempty" xml:"numberOfOccurrences,omitempty"`
	Type                *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (ListEventsInstancesResponseBodyEventsRecurrenceRange) GoString

func (*ListEventsInstancesResponseBodyEventsRecurrenceRange) SetEndDate

func (*ListEventsInstancesResponseBodyEventsRecurrenceRange) SetNumberOfOccurrences

func (*ListEventsInstancesResponseBodyEventsRecurrenceRange) SetType

func (ListEventsInstancesResponseBodyEventsRecurrenceRange) String

type ListEventsInstancesResponseBodyEventsReminders

type ListEventsInstancesResponseBodyEventsReminders struct {
	Method  *string `json:"method,omitempty" xml:"method,omitempty"`
	Minutes *string `json:"minutes,omitempty" xml:"minutes,omitempty"`
}

func (ListEventsInstancesResponseBodyEventsReminders) GoString

func (*ListEventsInstancesResponseBodyEventsReminders) SetMethod

func (*ListEventsInstancesResponseBodyEventsReminders) SetMinutes

func (ListEventsInstancesResponseBodyEventsReminders) String

type ListEventsInstancesResponseBodyEventsStart

type ListEventsInstancesResponseBodyEventsStart struct {
	Date     *string `json:"date,omitempty" xml:"date,omitempty"`
	DateTime *string `json:"dateTime,omitempty" xml:"dateTime,omitempty"`
	TimeZone *string `json:"timeZone,omitempty" xml:"timeZone,omitempty"`
}

func (ListEventsInstancesResponseBodyEventsStart) GoString

func (*ListEventsInstancesResponseBodyEventsStart) SetDate

func (*ListEventsInstancesResponseBodyEventsStart) SetDateTime

func (*ListEventsInstancesResponseBodyEventsStart) SetTimeZone

func (ListEventsInstancesResponseBodyEventsStart) String

type ListEventsRequest

type ListEventsRequest struct {
	MaxAttendees   *int32  `json:"maxAttendees,omitempty" xml:"maxAttendees,omitempty"`
	MaxResults     *int32  `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken      *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	SeriesMasterId *string `json:"seriesMasterId,omitempty" xml:"seriesMasterId,omitempty"`
	ShowDeleted    *bool   `json:"showDeleted,omitempty" xml:"showDeleted,omitempty"`
	SyncToken      *string `json:"syncToken,omitempty" xml:"syncToken,omitempty"`
	TimeMax        *string `json:"timeMax,omitempty" xml:"timeMax,omitempty"`
	TimeMin        *string `json:"timeMin,omitempty" xml:"timeMin,omitempty"`
}

func (ListEventsRequest) GoString

func (s ListEventsRequest) GoString() string

func (*ListEventsRequest) SetMaxAttendees

func (s *ListEventsRequest) SetMaxAttendees(v int32) *ListEventsRequest

func (*ListEventsRequest) SetMaxResults

func (s *ListEventsRequest) SetMaxResults(v int32) *ListEventsRequest

func (*ListEventsRequest) SetNextToken

func (s *ListEventsRequest) SetNextToken(v string) *ListEventsRequest

func (*ListEventsRequest) SetSeriesMasterId

func (s *ListEventsRequest) SetSeriesMasterId(v string) *ListEventsRequest

func (*ListEventsRequest) SetShowDeleted

func (s *ListEventsRequest) SetShowDeleted(v bool) *ListEventsRequest

func (*ListEventsRequest) SetSyncToken

func (s *ListEventsRequest) SetSyncToken(v string) *ListEventsRequest

func (*ListEventsRequest) SetTimeMax

func (s *ListEventsRequest) SetTimeMax(v string) *ListEventsRequest

func (*ListEventsRequest) SetTimeMin

func (s *ListEventsRequest) SetTimeMin(v string) *ListEventsRequest

func (ListEventsRequest) String

func (s ListEventsRequest) String() string

type ListEventsResponse

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

func (ListEventsResponse) GoString

func (s ListEventsResponse) GoString() string

func (*ListEventsResponse) SetBody

func (*ListEventsResponse) SetHeaders

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

func (*ListEventsResponse) SetStatusCode

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

func (ListEventsResponse) String

func (s ListEventsResponse) String() string

type ListEventsResponseBody

type ListEventsResponseBody struct {
	Events    []*ListEventsResponseBodyEvents `json:"events,omitempty" xml:"events,omitempty" type:"Repeated"`
	NextToken *string                         `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	SyncToken *string                         `json:"syncToken,omitempty" xml:"syncToken,omitempty"`
}

func (ListEventsResponseBody) GoString

func (s ListEventsResponseBody) GoString() string

func (*ListEventsResponseBody) SetEvents

func (*ListEventsResponseBody) SetNextToken

func (*ListEventsResponseBody) SetSyncToken

func (ListEventsResponseBody) String

func (s ListEventsResponseBody) String() string

type ListEventsResponseBodyEvents

type ListEventsResponseBodyEvents struct {
	Attendees           []*ListEventsResponseBodyEventsAttendees         `json:"attendees,omitempty" xml:"attendees,omitempty" type:"Repeated"`
	Categories          []*ListEventsResponseBodyEventsCategories        `json:"categories,omitempty" xml:"categories,omitempty" type:"Repeated"`
	CreateTime          *string                                          `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Description         *string                                          `json:"description,omitempty" xml:"description,omitempty"`
	End                 *ListEventsResponseBodyEventsEnd                 `json:"end,omitempty" xml:"end,omitempty" type:"Struct"`
	ExtendedProperties  *ListEventsResponseBodyEventsExtendedProperties  `json:"extendedProperties,omitempty" xml:"extendedProperties,omitempty" type:"Struct"`
	Id                  *string                                          `json:"id,omitempty" xml:"id,omitempty"`
	IsAllDay            *bool                                            `json:"isAllDay,omitempty" xml:"isAllDay,omitempty"`
	Location            *ListEventsResponseBodyEventsLocation            `json:"location,omitempty" xml:"location,omitempty" type:"Struct"`
	MeetingRooms        []*ListEventsResponseBodyEventsMeetingRooms      `json:"meetingRooms,omitempty" xml:"meetingRooms,omitempty" type:"Repeated"`
	OnlineMeetingInfo   *ListEventsResponseBodyEventsOnlineMeetingInfo   `json:"onlineMeetingInfo,omitempty" xml:"onlineMeetingInfo,omitempty" type:"Struct"`
	Organizer           *ListEventsResponseBodyEventsOrganizer           `json:"organizer,omitempty" xml:"organizer,omitempty" type:"Struct"`
	OriginStart         *ListEventsResponseBodyEventsOriginStart         `json:"originStart,omitempty" xml:"originStart,omitempty" type:"Struct"`
	Recurrence          *ListEventsResponseBodyEventsRecurrence          `json:"recurrence,omitempty" xml:"recurrence,omitempty" type:"Struct"`
	Reminders           []*ListEventsResponseBodyEventsReminders         `json:"reminders,omitempty" xml:"reminders,omitempty" type:"Repeated"`
	RichTextDescription *ListEventsResponseBodyEventsRichTextDescription `json:"richTextDescription,omitempty" xml:"richTextDescription,omitempty" type:"Struct"`
	SeriesMasterId      *string                                          `json:"seriesMasterId,omitempty" xml:"seriesMasterId,omitempty"`
	Start               *ListEventsResponseBodyEventsStart               `json:"start,omitempty" xml:"start,omitempty" type:"Struct"`
	Status              *string                                          `json:"status,omitempty" xml:"status,omitempty"`
	Summary             *string                                          `json:"summary,omitempty" xml:"summary,omitempty"`
	UpdateTime          *string                                          `json:"updateTime,omitempty" xml:"updateTime,omitempty"`
}

func (ListEventsResponseBodyEvents) GoString

func (s ListEventsResponseBodyEvents) GoString() string

func (*ListEventsResponseBodyEvents) SetAttendees

func (*ListEventsResponseBodyEvents) SetCategories

func (*ListEventsResponseBodyEvents) SetCreateTime

func (*ListEventsResponseBodyEvents) SetDescription

func (*ListEventsResponseBodyEvents) SetEnd

func (*ListEventsResponseBodyEvents) SetId

func (*ListEventsResponseBodyEvents) SetIsAllDay

func (*ListEventsResponseBodyEvents) SetLocation

func (*ListEventsResponseBodyEvents) SetMeetingRooms

func (*ListEventsResponseBodyEvents) SetReminders

func (*ListEventsResponseBodyEvents) SetSeriesMasterId

func (*ListEventsResponseBodyEvents) SetStart

func (*ListEventsResponseBodyEvents) SetStatus

func (*ListEventsResponseBodyEvents) SetSummary

func (*ListEventsResponseBodyEvents) SetUpdateTime

func (ListEventsResponseBodyEvents) String

type ListEventsResponseBodyEventsAttendees

type ListEventsResponseBodyEventsAttendees struct {
	DisplayName    *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	Id             *string `json:"id,omitempty" xml:"id,omitempty"`
	IsOptional     *bool   `json:"isOptional,omitempty" xml:"isOptional,omitempty"`
	ResponseStatus *string `json:"responseStatus,omitempty" xml:"responseStatus,omitempty"`
	Self           *bool   `json:"self,omitempty" xml:"self,omitempty"`
}

func (ListEventsResponseBodyEventsAttendees) GoString

func (*ListEventsResponseBodyEventsAttendees) SetDisplayName

func (*ListEventsResponseBodyEventsAttendees) SetId

func (*ListEventsResponseBodyEventsAttendees) SetIsOptional

func (*ListEventsResponseBodyEventsAttendees) SetResponseStatus

func (*ListEventsResponseBodyEventsAttendees) SetSelf

func (ListEventsResponseBodyEventsAttendees) String

type ListEventsResponseBodyEventsCategories

type ListEventsResponseBodyEventsCategories struct {
	DisplayName *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
}

func (ListEventsResponseBodyEventsCategories) GoString

func (*ListEventsResponseBodyEventsCategories) SetDisplayName

func (ListEventsResponseBodyEventsCategories) String

type ListEventsResponseBodyEventsEnd

type ListEventsResponseBodyEventsEnd struct {
	Date     *string `json:"date,omitempty" xml:"date,omitempty"`
	DateTime *string `json:"dateTime,omitempty" xml:"dateTime,omitempty"`
	TimeZone *string `json:"timeZone,omitempty" xml:"timeZone,omitempty"`
}

func (ListEventsResponseBodyEventsEnd) GoString

func (*ListEventsResponseBodyEventsEnd) SetDate

func (*ListEventsResponseBodyEventsEnd) SetDateTime

func (*ListEventsResponseBodyEventsEnd) SetTimeZone

func (ListEventsResponseBodyEventsEnd) String

type ListEventsResponseBodyEventsExtendedProperties

type ListEventsResponseBodyEventsExtendedProperties struct {
	SharedProperties *ListEventsResponseBodyEventsExtendedPropertiesSharedProperties `json:"sharedProperties,omitempty" xml:"sharedProperties,omitempty" type:"Struct"`
}

func (ListEventsResponseBodyEventsExtendedProperties) GoString

func (ListEventsResponseBodyEventsExtendedProperties) String

type ListEventsResponseBodyEventsExtendedPropertiesSharedProperties

type ListEventsResponseBodyEventsExtendedPropertiesSharedProperties struct {
	BelongCorpId  *string `json:"belongCorpId,omitempty" xml:"belongCorpId,omitempty"`
	SourceOpenCid *string `json:"sourceOpenCid,omitempty" xml:"sourceOpenCid,omitempty"`
}

func (ListEventsResponseBodyEventsExtendedPropertiesSharedProperties) GoString

func (*ListEventsResponseBodyEventsExtendedPropertiesSharedProperties) SetBelongCorpId

func (*ListEventsResponseBodyEventsExtendedPropertiesSharedProperties) SetSourceOpenCid

func (ListEventsResponseBodyEventsExtendedPropertiesSharedProperties) String

type ListEventsResponseBodyEventsLocation

type ListEventsResponseBodyEventsLocation struct {
	DisplayName  *string   `json:"displayName,omitempty" xml:"displayName,omitempty"`
	MeetingRooms []*string `json:"meetingRooms,omitempty" xml:"meetingRooms,omitempty" type:"Repeated"`
}

func (ListEventsResponseBodyEventsLocation) GoString

func (*ListEventsResponseBodyEventsLocation) SetDisplayName

func (*ListEventsResponseBodyEventsLocation) SetMeetingRooms

func (ListEventsResponseBodyEventsLocation) String

type ListEventsResponseBodyEventsMeetingRooms

type ListEventsResponseBodyEventsMeetingRooms struct {
	DisplayName    *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	ResponseStatus *string `json:"responseStatus,omitempty" xml:"responseStatus,omitempty"`
	RoomId         *string `json:"roomId,omitempty" xml:"roomId,omitempty"`
}

func (ListEventsResponseBodyEventsMeetingRooms) GoString

func (*ListEventsResponseBodyEventsMeetingRooms) SetDisplayName

func (*ListEventsResponseBodyEventsMeetingRooms) SetResponseStatus

func (*ListEventsResponseBodyEventsMeetingRooms) SetRoomId

func (ListEventsResponseBodyEventsMeetingRooms) String

type ListEventsResponseBodyEventsOnlineMeetingInfo

type ListEventsResponseBodyEventsOnlineMeetingInfo struct {
	ConferenceId *string                `json:"conferenceId,omitempty" xml:"conferenceId,omitempty"`
	ExtraInfo    map[string]interface{} `json:"extraInfo,omitempty" xml:"extraInfo,omitempty"`
	Type         *string                `json:"type,omitempty" xml:"type,omitempty"`
	Url          *string                `json:"url,omitempty" xml:"url,omitempty"`
}

func (ListEventsResponseBodyEventsOnlineMeetingInfo) GoString

func (*ListEventsResponseBodyEventsOnlineMeetingInfo) SetConferenceId

func (*ListEventsResponseBodyEventsOnlineMeetingInfo) SetExtraInfo

func (*ListEventsResponseBodyEventsOnlineMeetingInfo) SetType

func (*ListEventsResponseBodyEventsOnlineMeetingInfo) SetUrl

func (ListEventsResponseBodyEventsOnlineMeetingInfo) String

type ListEventsResponseBodyEventsOrganizer

type ListEventsResponseBodyEventsOrganizer struct {
	DisplayName    *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	Id             *string `json:"id,omitempty" xml:"id,omitempty"`
	ResponseStatus *string `json:"responseStatus,omitempty" xml:"responseStatus,omitempty"`
	Self           *bool   `json:"self,omitempty" xml:"self,omitempty"`
}

func (ListEventsResponseBodyEventsOrganizer) GoString

func (*ListEventsResponseBodyEventsOrganizer) SetDisplayName

func (*ListEventsResponseBodyEventsOrganizer) SetId

func (*ListEventsResponseBodyEventsOrganizer) SetResponseStatus

func (*ListEventsResponseBodyEventsOrganizer) SetSelf

func (ListEventsResponseBodyEventsOrganizer) String

type ListEventsResponseBodyEventsOriginStart

type ListEventsResponseBodyEventsOriginStart struct {
	DateTime *string `json:"dateTime,omitempty" xml:"dateTime,omitempty"`
}

func (ListEventsResponseBodyEventsOriginStart) GoString

func (*ListEventsResponseBodyEventsOriginStart) SetDateTime

func (ListEventsResponseBodyEventsOriginStart) String

type ListEventsResponseBodyEventsRecurrence

type ListEventsResponseBodyEventsRecurrence struct {
	Pattern *ListEventsResponseBodyEventsRecurrencePattern `json:"pattern,omitempty" xml:"pattern,omitempty" type:"Struct"`
	Range   *ListEventsResponseBodyEventsRecurrenceRange   `json:"range,omitempty" xml:"range,omitempty" type:"Struct"`
}

func (ListEventsResponseBodyEventsRecurrence) GoString

func (ListEventsResponseBodyEventsRecurrence) String

type ListEventsResponseBodyEventsRecurrencePattern

type ListEventsResponseBodyEventsRecurrencePattern struct {
	DayOfMonth     *int32  `json:"dayOfMonth,omitempty" xml:"dayOfMonth,omitempty"`
	DaysOfWeek     *string `json:"daysOfWeek,omitempty" xml:"daysOfWeek,omitempty"`
	FirstDayOfWeek *string `json:"firstDayOfWeek,omitempty" xml:"firstDayOfWeek,omitempty"`
	Index          *string `json:"index,omitempty" xml:"index,omitempty"`
	Interval       *int32  `json:"interval,omitempty" xml:"interval,omitempty"`
	Type           *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (ListEventsResponseBodyEventsRecurrencePattern) GoString

func (*ListEventsResponseBodyEventsRecurrencePattern) SetDayOfMonth

func (*ListEventsResponseBodyEventsRecurrencePattern) SetDaysOfWeek

func (*ListEventsResponseBodyEventsRecurrencePattern) SetFirstDayOfWeek added in v1.5.85

func (*ListEventsResponseBodyEventsRecurrencePattern) SetIndex

func (*ListEventsResponseBodyEventsRecurrencePattern) SetInterval

func (*ListEventsResponseBodyEventsRecurrencePattern) SetType

func (ListEventsResponseBodyEventsRecurrencePattern) String

type ListEventsResponseBodyEventsRecurrenceRange

type ListEventsResponseBodyEventsRecurrenceRange struct {
	EndDate             *string `json:"endDate,omitempty" xml:"endDate,omitempty"`
	NumberOfOccurrences *int32  `json:"numberOfOccurrences,omitempty" xml:"numberOfOccurrences,omitempty"`
	Type                *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (ListEventsResponseBodyEventsRecurrenceRange) GoString

func (*ListEventsResponseBodyEventsRecurrenceRange) SetEndDate

func (*ListEventsResponseBodyEventsRecurrenceRange) SetNumberOfOccurrences

func (*ListEventsResponseBodyEventsRecurrenceRange) SetType

func (ListEventsResponseBodyEventsRecurrenceRange) String

type ListEventsResponseBodyEventsReminders

type ListEventsResponseBodyEventsReminders struct {
	Method  *string `json:"method,omitempty" xml:"method,omitempty"`
	Minutes *string `json:"minutes,omitempty" xml:"minutes,omitempty"`
}

func (ListEventsResponseBodyEventsReminders) GoString

func (*ListEventsResponseBodyEventsReminders) SetMethod

func (*ListEventsResponseBodyEventsReminders) SetMinutes

func (ListEventsResponseBodyEventsReminders) String

type ListEventsResponseBodyEventsRichTextDescription

type ListEventsResponseBodyEventsRichTextDescription struct {
	Text *string `json:"text,omitempty" xml:"text,omitempty"`
}

func (ListEventsResponseBodyEventsRichTextDescription) GoString

func (*ListEventsResponseBodyEventsRichTextDescription) SetText

func (ListEventsResponseBodyEventsRichTextDescription) String

type ListEventsResponseBodyEventsStart

type ListEventsResponseBodyEventsStart struct {
	Date     *string `json:"date,omitempty" xml:"date,omitempty"`
	DateTime *string `json:"dateTime,omitempty" xml:"dateTime,omitempty"`
	TimeZone *string `json:"timeZone,omitempty" xml:"timeZone,omitempty"`
}

func (ListEventsResponseBodyEventsStart) GoString

func (*ListEventsResponseBodyEventsStart) SetDate

func (*ListEventsResponseBodyEventsStart) SetDateTime

func (*ListEventsResponseBodyEventsStart) SetTimeZone

func (ListEventsResponseBodyEventsStart) String

type ListEventsViewHeaders

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

func (s ListEventsViewHeaders) GoString() string

func (*ListEventsViewHeaders) SetCommonHeaders

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

func (*ListEventsViewHeaders) SetXAcsDingtalkAccessToken

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

func (ListEventsViewHeaders) String

func (s ListEventsViewHeaders) String() string

type ListEventsViewRequest

type ListEventsViewRequest struct {
	MaxAttendees *int32  `json:"maxAttendees,omitempty" xml:"maxAttendees,omitempty"`
	MaxResults   *int32  `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken    *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	TimeMax      *string `json:"timeMax,omitempty" xml:"timeMax,omitempty"`
	TimeMin      *string `json:"timeMin,omitempty" xml:"timeMin,omitempty"`
}

func (ListEventsViewRequest) GoString

func (s ListEventsViewRequest) GoString() string

func (*ListEventsViewRequest) SetMaxAttendees

func (s *ListEventsViewRequest) SetMaxAttendees(v int32) *ListEventsViewRequest

func (*ListEventsViewRequest) SetMaxResults

func (s *ListEventsViewRequest) SetMaxResults(v int32) *ListEventsViewRequest

func (*ListEventsViewRequest) SetNextToken

func (*ListEventsViewRequest) SetTimeMax

func (*ListEventsViewRequest) SetTimeMin

func (ListEventsViewRequest) String

func (s ListEventsViewRequest) String() string

type ListEventsViewResponse

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

func (ListEventsViewResponse) GoString

func (s ListEventsViewResponse) GoString() string

func (*ListEventsViewResponse) SetBody

func (*ListEventsViewResponse) SetHeaders

func (*ListEventsViewResponse) SetStatusCode

func (ListEventsViewResponse) String

func (s ListEventsViewResponse) String() string

type ListEventsViewResponseBody

type ListEventsViewResponseBody struct {
	Events    []*ListEventsViewResponseBodyEvents `json:"events,omitempty" xml:"events,omitempty" type:"Repeated"`
	NextToken *string                             `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
}

func (ListEventsViewResponseBody) GoString

func (s ListEventsViewResponseBody) GoString() string

func (*ListEventsViewResponseBody) SetEvents

func (*ListEventsViewResponseBody) SetNextToken

func (ListEventsViewResponseBody) String

type ListEventsViewResponseBodyEvents

type ListEventsViewResponseBodyEvents struct {
	Attendees           []*ListEventsViewResponseBodyEventsAttendees         `json:"attendees,omitempty" xml:"attendees,omitempty" type:"Repeated"`
	Categories          []*ListEventsViewResponseBodyEventsCategories        `json:"categories,omitempty" xml:"categories,omitempty" type:"Repeated"`
	CreateTime          *string                                              `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Description         *string                                              `json:"description,omitempty" xml:"description,omitempty"`
	End                 *ListEventsViewResponseBodyEventsEnd                 `json:"end,omitempty" xml:"end,omitempty" type:"Struct"`
	ExtendedProperties  *ListEventsViewResponseBodyEventsExtendedProperties  `json:"extendedProperties,omitempty" xml:"extendedProperties,omitempty" type:"Struct"`
	Id                  *string                                              `json:"id,omitempty" xml:"id,omitempty"`
	IsAllDay            *bool                                                `json:"isAllDay,omitempty" xml:"isAllDay,omitempty"`
	Location            *ListEventsViewResponseBodyEventsLocation            `json:"location,omitempty" xml:"location,omitempty" type:"Struct"`
	MeetingRooms        []*ListEventsViewResponseBodyEventsMeetingRooms      `json:"meetingRooms,omitempty" xml:"meetingRooms,omitempty" type:"Repeated"`
	OnlineMeetingInfo   *ListEventsViewResponseBodyEventsOnlineMeetingInfo   `json:"onlineMeetingInfo,omitempty" xml:"onlineMeetingInfo,omitempty" type:"Struct"`
	Organizer           *ListEventsViewResponseBodyEventsOrganizer           `json:"organizer,omitempty" xml:"organizer,omitempty" type:"Struct"`
	OriginStart         *ListEventsViewResponseBodyEventsOriginStart         `json:"originStart,omitempty" xml:"originStart,omitempty" type:"Struct"`
	Recurrence          *ListEventsViewResponseBodyEventsRecurrence          `json:"recurrence,omitempty" xml:"recurrence,omitempty" type:"Struct"`
	RichTextDescription *ListEventsViewResponseBodyEventsRichTextDescription `json:"richTextDescription,omitempty" xml:"richTextDescription,omitempty" type:"Struct"`
	SeriesMasterId      *string                                              `json:"seriesMasterId,omitempty" xml:"seriesMasterId,omitempty"`
	Start               *ListEventsViewResponseBodyEventsStart               `json:"start,omitempty" xml:"start,omitempty" type:"Struct"`
	Status              *string                                              `json:"status,omitempty" xml:"status,omitempty"`
	Summary             *string                                              `json:"summary,omitempty" xml:"summary,omitempty"`
	UpdateTime          *string                                              `json:"updateTime,omitempty" xml:"updateTime,omitempty"`
}

func (ListEventsViewResponseBodyEvents) GoString

func (*ListEventsViewResponseBodyEvents) SetCreateTime

func (*ListEventsViewResponseBodyEvents) SetDescription

func (*ListEventsViewResponseBodyEvents) SetId

func (*ListEventsViewResponseBodyEvents) SetIsAllDay

func (*ListEventsViewResponseBodyEvents) SetSeriesMasterId

func (*ListEventsViewResponseBodyEvents) SetStatus

func (*ListEventsViewResponseBodyEvents) SetSummary

func (*ListEventsViewResponseBodyEvents) SetUpdateTime

func (ListEventsViewResponseBodyEvents) String

type ListEventsViewResponseBodyEventsAttendees

type ListEventsViewResponseBodyEventsAttendees struct {
	DisplayName    *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	Id             *string `json:"id,omitempty" xml:"id,omitempty"`
	IsOptional     *bool   `json:"isOptional,omitempty" xml:"isOptional,omitempty"`
	ResponseStatus *string `json:"responseStatus,omitempty" xml:"responseStatus,omitempty"`
	Self           *bool   `json:"self,omitempty" xml:"self,omitempty"`
}

func (ListEventsViewResponseBodyEventsAttendees) GoString

func (*ListEventsViewResponseBodyEventsAttendees) SetDisplayName

func (*ListEventsViewResponseBodyEventsAttendees) SetId

func (*ListEventsViewResponseBodyEventsAttendees) SetIsOptional

func (*ListEventsViewResponseBodyEventsAttendees) SetResponseStatus

func (*ListEventsViewResponseBodyEventsAttendees) SetSelf

func (ListEventsViewResponseBodyEventsAttendees) String

type ListEventsViewResponseBodyEventsCategories

type ListEventsViewResponseBodyEventsCategories struct {
	DisplayName *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
}

func (ListEventsViewResponseBodyEventsCategories) GoString

func (*ListEventsViewResponseBodyEventsCategories) SetDisplayName

func (ListEventsViewResponseBodyEventsCategories) String

type ListEventsViewResponseBodyEventsEnd

type ListEventsViewResponseBodyEventsEnd struct {
	Date     *string `json:"date,omitempty" xml:"date,omitempty"`
	DateTime *string `json:"dateTime,omitempty" xml:"dateTime,omitempty"`
	TimeZone *string `json:"timeZone,omitempty" xml:"timeZone,omitempty"`
}

func (ListEventsViewResponseBodyEventsEnd) GoString

func (*ListEventsViewResponseBodyEventsEnd) SetDate

func (*ListEventsViewResponseBodyEventsEnd) SetDateTime

func (*ListEventsViewResponseBodyEventsEnd) SetTimeZone

func (ListEventsViewResponseBodyEventsEnd) String

type ListEventsViewResponseBodyEventsExtendedProperties

type ListEventsViewResponseBodyEventsExtendedProperties struct {
	SharedProperties *ListEventsViewResponseBodyEventsExtendedPropertiesSharedProperties `json:"sharedProperties,omitempty" xml:"sharedProperties,omitempty" type:"Struct"`
}

func (ListEventsViewResponseBodyEventsExtendedProperties) GoString

func (ListEventsViewResponseBodyEventsExtendedProperties) String

type ListEventsViewResponseBodyEventsExtendedPropertiesSharedProperties

type ListEventsViewResponseBodyEventsExtendedPropertiesSharedProperties struct {
	BelongCorpId  *string `json:"belongCorpId,omitempty" xml:"belongCorpId,omitempty"`
	SourceOpenCid *string `json:"sourceOpenCid,omitempty" xml:"sourceOpenCid,omitempty"`
}

func (ListEventsViewResponseBodyEventsExtendedPropertiesSharedProperties) GoString

func (*ListEventsViewResponseBodyEventsExtendedPropertiesSharedProperties) SetBelongCorpId

func (*ListEventsViewResponseBodyEventsExtendedPropertiesSharedProperties) SetSourceOpenCid

func (ListEventsViewResponseBodyEventsExtendedPropertiesSharedProperties) String

type ListEventsViewResponseBodyEventsLocation

type ListEventsViewResponseBodyEventsLocation struct {
	DisplayName  *string   `json:"displayName,omitempty" xml:"displayName,omitempty"`
	MeetingRooms []*string `json:"meetingRooms,omitempty" xml:"meetingRooms,omitempty" type:"Repeated"`
}

func (ListEventsViewResponseBodyEventsLocation) GoString

func (*ListEventsViewResponseBodyEventsLocation) SetDisplayName

func (*ListEventsViewResponseBodyEventsLocation) SetMeetingRooms

func (ListEventsViewResponseBodyEventsLocation) String

type ListEventsViewResponseBodyEventsMeetingRooms

type ListEventsViewResponseBodyEventsMeetingRooms struct {
	DisplayName    *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	ResponseStatus *string `json:"responseStatus,omitempty" xml:"responseStatus,omitempty"`
	RoomId         *string `json:"roomId,omitempty" xml:"roomId,omitempty"`
}

func (ListEventsViewResponseBodyEventsMeetingRooms) GoString

func (*ListEventsViewResponseBodyEventsMeetingRooms) SetDisplayName

func (*ListEventsViewResponseBodyEventsMeetingRooms) SetResponseStatus

func (*ListEventsViewResponseBodyEventsMeetingRooms) SetRoomId

func (ListEventsViewResponseBodyEventsMeetingRooms) String

type ListEventsViewResponseBodyEventsOnlineMeetingInfo

type ListEventsViewResponseBodyEventsOnlineMeetingInfo struct {
	ConferenceId *string                `json:"conferenceId,omitempty" xml:"conferenceId,omitempty"`
	ExtraInfo    map[string]interface{} `json:"extraInfo,omitempty" xml:"extraInfo,omitempty"`
	Type         *string                `json:"type,omitempty" xml:"type,omitempty"`
	Url          *string                `json:"url,omitempty" xml:"url,omitempty"`
}

func (ListEventsViewResponseBodyEventsOnlineMeetingInfo) GoString

func (*ListEventsViewResponseBodyEventsOnlineMeetingInfo) SetConferenceId

func (*ListEventsViewResponseBodyEventsOnlineMeetingInfo) SetExtraInfo

func (*ListEventsViewResponseBodyEventsOnlineMeetingInfo) SetType

func (*ListEventsViewResponseBodyEventsOnlineMeetingInfo) SetUrl

func (ListEventsViewResponseBodyEventsOnlineMeetingInfo) String

type ListEventsViewResponseBodyEventsOrganizer

type ListEventsViewResponseBodyEventsOrganizer struct {
	DisplayName    *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	Id             *string `json:"id,omitempty" xml:"id,omitempty"`
	ResponseStatus *string `json:"responseStatus,omitempty" xml:"responseStatus,omitempty"`
	Self           *bool   `json:"self,omitempty" xml:"self,omitempty"`
}

func (ListEventsViewResponseBodyEventsOrganizer) GoString

func (*ListEventsViewResponseBodyEventsOrganizer) SetDisplayName

func (*ListEventsViewResponseBodyEventsOrganizer) SetId

func (*ListEventsViewResponseBodyEventsOrganizer) SetResponseStatus

func (*ListEventsViewResponseBodyEventsOrganizer) SetSelf

func (ListEventsViewResponseBodyEventsOrganizer) String

type ListEventsViewResponseBodyEventsOriginStart

type ListEventsViewResponseBodyEventsOriginStart struct {
	DateTime *string `json:"dateTime,omitempty" xml:"dateTime,omitempty"`
}

func (ListEventsViewResponseBodyEventsOriginStart) GoString

func (*ListEventsViewResponseBodyEventsOriginStart) SetDateTime

func (ListEventsViewResponseBodyEventsOriginStart) String

type ListEventsViewResponseBodyEventsRecurrence

type ListEventsViewResponseBodyEventsRecurrence struct {
	Pattern *ListEventsViewResponseBodyEventsRecurrencePattern `json:"pattern,omitempty" xml:"pattern,omitempty" type:"Struct"`
	Range   *ListEventsViewResponseBodyEventsRecurrenceRange   `json:"range,omitempty" xml:"range,omitempty" type:"Struct"`
}

func (ListEventsViewResponseBodyEventsRecurrence) GoString

func (ListEventsViewResponseBodyEventsRecurrence) String

type ListEventsViewResponseBodyEventsRecurrencePattern

type ListEventsViewResponseBodyEventsRecurrencePattern struct {
	DayOfMonth     *int32  `json:"dayOfMonth,omitempty" xml:"dayOfMonth,omitempty"`
	DaysOfWeek     *string `json:"daysOfWeek,omitempty" xml:"daysOfWeek,omitempty"`
	FirstDayOfWeek *string `json:"firstDayOfWeek,omitempty" xml:"firstDayOfWeek,omitempty"`
	Index          *string `json:"index,omitempty" xml:"index,omitempty"`
	Interval       *int32  `json:"interval,omitempty" xml:"interval,omitempty"`
	Type           *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (ListEventsViewResponseBodyEventsRecurrencePattern) GoString

func (*ListEventsViewResponseBodyEventsRecurrencePattern) SetDayOfMonth

func (*ListEventsViewResponseBodyEventsRecurrencePattern) SetDaysOfWeek

func (*ListEventsViewResponseBodyEventsRecurrencePattern) SetFirstDayOfWeek added in v1.5.85

func (*ListEventsViewResponseBodyEventsRecurrencePattern) SetIndex

func (*ListEventsViewResponseBodyEventsRecurrencePattern) SetInterval

func (*ListEventsViewResponseBodyEventsRecurrencePattern) SetType

func (ListEventsViewResponseBodyEventsRecurrencePattern) String

type ListEventsViewResponseBodyEventsRecurrenceRange

type ListEventsViewResponseBodyEventsRecurrenceRange struct {
	EndDate             *string `json:"endDate,omitempty" xml:"endDate,omitempty"`
	NumberOfOccurrences *int32  `json:"numberOfOccurrences,omitempty" xml:"numberOfOccurrences,omitempty"`
	Type                *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (ListEventsViewResponseBodyEventsRecurrenceRange) GoString

func (*ListEventsViewResponseBodyEventsRecurrenceRange) SetEndDate

func (*ListEventsViewResponseBodyEventsRecurrenceRange) SetNumberOfOccurrences

func (*ListEventsViewResponseBodyEventsRecurrenceRange) SetType

func (ListEventsViewResponseBodyEventsRecurrenceRange) String

type ListEventsViewResponseBodyEventsRichTextDescription

type ListEventsViewResponseBodyEventsRichTextDescription struct {
	Text *string `json:"text,omitempty" xml:"text,omitempty"`
}

func (ListEventsViewResponseBodyEventsRichTextDescription) GoString

func (*ListEventsViewResponseBodyEventsRichTextDescription) SetText

func (ListEventsViewResponseBodyEventsRichTextDescription) String

type ListEventsViewResponseBodyEventsStart

type ListEventsViewResponseBodyEventsStart struct {
	Date     *string `json:"date,omitempty" xml:"date,omitempty"`
	DateTime *string `json:"dateTime,omitempty" xml:"dateTime,omitempty"`
	TimeZone *string `json:"timeZone,omitempty" xml:"timeZone,omitempty"`
}

func (ListEventsViewResponseBodyEventsStart) GoString

func (*ListEventsViewResponseBodyEventsStart) SetDate

func (*ListEventsViewResponseBodyEventsStart) SetDateTime

func (*ListEventsViewResponseBodyEventsStart) SetTimeZone

func (ListEventsViewResponseBodyEventsStart) String

type ListInstancesHeaders

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

func (s ListInstancesHeaders) GoString() string

func (*ListInstancesHeaders) SetCommonHeaders

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

func (*ListInstancesHeaders) SetXAcsDingtalkAccessToken

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

func (ListInstancesHeaders) String

func (s ListInstancesHeaders) String() string

type ListInstancesRequest

type ListInstancesRequest struct {
	MaxAttendees *int32  `json:"maxAttendees,omitempty" xml:"maxAttendees,omitempty"`
	MaxResults   *int32  `json:"maxResults,omitempty" xml:"maxResults,omitempty"`
	NextToken    *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
	TimeMax      *string `json:"timeMax,omitempty" xml:"timeMax,omitempty"`
	TimeMin      *string `json:"timeMin,omitempty" xml:"timeMin,omitempty"`
}

func (ListInstancesRequest) GoString

func (s ListInstancesRequest) GoString() string

func (*ListInstancesRequest) SetMaxAttendees

func (s *ListInstancesRequest) SetMaxAttendees(v int32) *ListInstancesRequest

func (*ListInstancesRequest) SetMaxResults

func (s *ListInstancesRequest) SetMaxResults(v int32) *ListInstancesRequest

func (*ListInstancesRequest) SetNextToken

func (s *ListInstancesRequest) SetNextToken(v string) *ListInstancesRequest

func (*ListInstancesRequest) SetTimeMax

func (*ListInstancesRequest) SetTimeMin

func (ListInstancesRequest) String

func (s ListInstancesRequest) String() string

type ListInstancesResponse

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

func (ListInstancesResponse) GoString

func (s ListInstancesResponse) GoString() string

func (*ListInstancesResponse) SetBody

func (*ListInstancesResponse) SetHeaders

func (*ListInstancesResponse) SetStatusCode

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

func (ListInstancesResponse) String

func (s ListInstancesResponse) String() string

type ListInstancesResponseBody

type ListInstancesResponseBody struct {
	Events    []*ListInstancesResponseBodyEvents `json:"events,omitempty" xml:"events,omitempty" type:"Repeated"`
	NextToken *string                            `json:"nextToken,omitempty" xml:"nextToken,omitempty"`
}

func (ListInstancesResponseBody) GoString

func (s ListInstancesResponseBody) GoString() string

func (*ListInstancesResponseBody) SetEvents

func (*ListInstancesResponseBody) SetNextToken

func (ListInstancesResponseBody) String

func (s ListInstancesResponseBody) String() string

type ListInstancesResponseBodyEvents

type ListInstancesResponseBodyEvents struct {
	Attendees          []*ListInstancesResponseBodyEventsAttendees        `json:"attendees,omitempty" xml:"attendees,omitempty" type:"Repeated"`
	CreateTime         *string                                            `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Description        *string                                            `json:"description,omitempty" xml:"description,omitempty"`
	End                *ListInstancesResponseBodyEventsEnd                `json:"end,omitempty" xml:"end,omitempty" type:"Struct"`
	ExtendedProperties *ListInstancesResponseBodyEventsExtendedProperties `json:"extendedProperties,omitempty" xml:"extendedProperties,omitempty" type:"Struct"`
	Id                 *string                                            `json:"id,omitempty" xml:"id,omitempty"`
	IsAllDay           *bool                                              `json:"isAllDay,omitempty" xml:"isAllDay,omitempty"`
	Location           *ListInstancesResponseBodyEventsLocation           `json:"location,omitempty" xml:"location,omitempty" type:"Struct"`
	MeetingRooms       []*ListInstancesResponseBodyEventsMeetingRooms     `json:"meetingRooms,omitempty" xml:"meetingRooms,omitempty" type:"Repeated"`
	OnlineMeetingInfo  *ListInstancesResponseBodyEventsOnlineMeetingInfo  `json:"onlineMeetingInfo,omitempty" xml:"onlineMeetingInfo,omitempty" type:"Struct"`
	Organizer          *ListInstancesResponseBodyEventsOrganizer          `json:"organizer,omitempty" xml:"organizer,omitempty" type:"Struct"`
	Recurrence         *ListInstancesResponseBodyEventsRecurrence         `json:"recurrence,omitempty" xml:"recurrence,omitempty" type:"Struct"`
	Reminders          []*ListInstancesResponseBodyEventsReminders        `json:"reminders,omitempty" xml:"reminders,omitempty" type:"Repeated"`
	SeriesMasterId     *string                                            `json:"seriesMasterId,omitempty" xml:"seriesMasterId,omitempty"`
	Start              *ListInstancesResponseBodyEventsStart              `json:"start,omitempty" xml:"start,omitempty" type:"Struct"`
	Status             *string                                            `json:"status,omitempty" xml:"status,omitempty"`
	Summary            *string                                            `json:"summary,omitempty" xml:"summary,omitempty"`
	UpdateTime         *string                                            `json:"updateTime,omitempty" xml:"updateTime,omitempty"`
}

func (ListInstancesResponseBodyEvents) GoString

func (*ListInstancesResponseBodyEvents) SetCreateTime

func (*ListInstancesResponseBodyEvents) SetDescription

func (*ListInstancesResponseBodyEvents) SetId

func (*ListInstancesResponseBodyEvents) SetIsAllDay

func (*ListInstancesResponseBodyEvents) SetSeriesMasterId

func (*ListInstancesResponseBodyEvents) SetStatus

func (*ListInstancesResponseBodyEvents) SetSummary

func (*ListInstancesResponseBodyEvents) SetUpdateTime

func (ListInstancesResponseBodyEvents) String

type ListInstancesResponseBodyEventsAttendees

type ListInstancesResponseBodyEventsAttendees struct {
	DisplayName    *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	Id             *string `json:"id,omitempty" xml:"id,omitempty"`
	IsOptional     *bool   `json:"isOptional,omitempty" xml:"isOptional,omitempty"`
	ResponseStatus *string `json:"responseStatus,omitempty" xml:"responseStatus,omitempty"`
	Self           *bool   `json:"self,omitempty" xml:"self,omitempty"`
}

func (ListInstancesResponseBodyEventsAttendees) GoString

func (*ListInstancesResponseBodyEventsAttendees) SetDisplayName

func (*ListInstancesResponseBodyEventsAttendees) SetId

func (*ListInstancesResponseBodyEventsAttendees) SetIsOptional

func (*ListInstancesResponseBodyEventsAttendees) SetResponseStatus

func (*ListInstancesResponseBodyEventsAttendees) SetSelf

func (ListInstancesResponseBodyEventsAttendees) String

type ListInstancesResponseBodyEventsEnd

type ListInstancesResponseBodyEventsEnd struct {
	Date     *string `json:"date,omitempty" xml:"date,omitempty"`
	DateTime *string `json:"dateTime,omitempty" xml:"dateTime,omitempty"`
	TimeZone *string `json:"timeZone,omitempty" xml:"timeZone,omitempty"`
}

func (ListInstancesResponseBodyEventsEnd) GoString

func (*ListInstancesResponseBodyEventsEnd) SetDate

func (*ListInstancesResponseBodyEventsEnd) SetDateTime

func (*ListInstancesResponseBodyEventsEnd) SetTimeZone

func (ListInstancesResponseBodyEventsEnd) String

type ListInstancesResponseBodyEventsExtendedProperties

type ListInstancesResponseBodyEventsExtendedProperties struct {
	SharedProperties *ListInstancesResponseBodyEventsExtendedPropertiesSharedProperties `json:"sharedProperties,omitempty" xml:"sharedProperties,omitempty" type:"Struct"`
}

func (ListInstancesResponseBodyEventsExtendedProperties) GoString

func (ListInstancesResponseBodyEventsExtendedProperties) String

type ListInstancesResponseBodyEventsExtendedPropertiesSharedProperties

type ListInstancesResponseBodyEventsExtendedPropertiesSharedProperties struct {
	BelongCorpId  *string `json:"belongCorpId,omitempty" xml:"belongCorpId,omitempty"`
	SourceOpenCid *string `json:"sourceOpenCid,omitempty" xml:"sourceOpenCid,omitempty"`
}

func (ListInstancesResponseBodyEventsExtendedPropertiesSharedProperties) GoString

func (*ListInstancesResponseBodyEventsExtendedPropertiesSharedProperties) SetBelongCorpId

func (*ListInstancesResponseBodyEventsExtendedPropertiesSharedProperties) SetSourceOpenCid

func (ListInstancesResponseBodyEventsExtendedPropertiesSharedProperties) String

type ListInstancesResponseBodyEventsLocation

type ListInstancesResponseBodyEventsLocation struct {
	DisplayName *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
}

func (ListInstancesResponseBodyEventsLocation) GoString

func (*ListInstancesResponseBodyEventsLocation) SetDisplayName

func (ListInstancesResponseBodyEventsLocation) String

type ListInstancesResponseBodyEventsMeetingRooms

type ListInstancesResponseBodyEventsMeetingRooms struct {
	DisplayName    *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	ResponseStatus *string `json:"responseStatus,omitempty" xml:"responseStatus,omitempty"`
	RoomId         *string `json:"roomId,omitempty" xml:"roomId,omitempty"`
}

func (ListInstancesResponseBodyEventsMeetingRooms) GoString

func (*ListInstancesResponseBodyEventsMeetingRooms) SetDisplayName

func (*ListInstancesResponseBodyEventsMeetingRooms) SetResponseStatus

func (*ListInstancesResponseBodyEventsMeetingRooms) SetRoomId

func (ListInstancesResponseBodyEventsMeetingRooms) String

type ListInstancesResponseBodyEventsOnlineMeetingInfo

type ListInstancesResponseBodyEventsOnlineMeetingInfo struct {
	ConferenceId *string                `json:"conferenceId,omitempty" xml:"conferenceId,omitempty"`
	ExtraInfo    map[string]interface{} `json:"extraInfo,omitempty" xml:"extraInfo,omitempty"`
	Type         *string                `json:"type,omitempty" xml:"type,omitempty"`
	Url          *string                `json:"url,omitempty" xml:"url,omitempty"`
}

func (ListInstancesResponseBodyEventsOnlineMeetingInfo) GoString

func (*ListInstancesResponseBodyEventsOnlineMeetingInfo) SetConferenceId

func (*ListInstancesResponseBodyEventsOnlineMeetingInfo) SetExtraInfo

func (*ListInstancesResponseBodyEventsOnlineMeetingInfo) SetType

func (*ListInstancesResponseBodyEventsOnlineMeetingInfo) SetUrl

func (ListInstancesResponseBodyEventsOnlineMeetingInfo) String

type ListInstancesResponseBodyEventsOrganizer

type ListInstancesResponseBodyEventsOrganizer struct {
	DisplayName    *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	Id             *string `json:"id,omitempty" xml:"id,omitempty"`
	ResponseStatus *string `json:"responseStatus,omitempty" xml:"responseStatus,omitempty"`
	Self           *bool   `json:"self,omitempty" xml:"self,omitempty"`
}

func (ListInstancesResponseBodyEventsOrganizer) GoString

func (*ListInstancesResponseBodyEventsOrganizer) SetDisplayName

func (*ListInstancesResponseBodyEventsOrganizer) SetId

func (*ListInstancesResponseBodyEventsOrganizer) SetResponseStatus

func (*ListInstancesResponseBodyEventsOrganizer) SetSelf

func (ListInstancesResponseBodyEventsOrganizer) String

type ListInstancesResponseBodyEventsRecurrence

type ListInstancesResponseBodyEventsRecurrence struct {
	Pattern *ListInstancesResponseBodyEventsRecurrencePattern `json:"pattern,omitempty" xml:"pattern,omitempty" type:"Struct"`
	Range   *ListInstancesResponseBodyEventsRecurrenceRange   `json:"range,omitempty" xml:"range,omitempty" type:"Struct"`
}

func (ListInstancesResponseBodyEventsRecurrence) GoString

func (ListInstancesResponseBodyEventsRecurrence) String

type ListInstancesResponseBodyEventsRecurrencePattern

type ListInstancesResponseBodyEventsRecurrencePattern struct {
	DayOfMonth *int32  `json:"dayOfMonth,omitempty" xml:"dayOfMonth,omitempty"`
	DaysOfWeek *string `json:"daysOfWeek,omitempty" xml:"daysOfWeek,omitempty"`
	Index      *string `json:"index,omitempty" xml:"index,omitempty"`
	Interval   *int32  `json:"interval,omitempty" xml:"interval,omitempty"`
	Type       *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (ListInstancesResponseBodyEventsRecurrencePattern) GoString

func (*ListInstancesResponseBodyEventsRecurrencePattern) SetDayOfMonth

func (*ListInstancesResponseBodyEventsRecurrencePattern) SetDaysOfWeek

func (*ListInstancesResponseBodyEventsRecurrencePattern) SetIndex

func (*ListInstancesResponseBodyEventsRecurrencePattern) SetInterval

func (*ListInstancesResponseBodyEventsRecurrencePattern) SetType

func (ListInstancesResponseBodyEventsRecurrencePattern) String

type ListInstancesResponseBodyEventsRecurrenceRange

type ListInstancesResponseBodyEventsRecurrenceRange struct {
	EndDate             *string `json:"endDate,omitempty" xml:"endDate,omitempty"`
	NumberOfOccurrences *int32  `json:"numberOfOccurrences,omitempty" xml:"numberOfOccurrences,omitempty"`
	Type                *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (ListInstancesResponseBodyEventsRecurrenceRange) GoString

func (*ListInstancesResponseBodyEventsRecurrenceRange) SetEndDate

func (*ListInstancesResponseBodyEventsRecurrenceRange) SetNumberOfOccurrences

func (*ListInstancesResponseBodyEventsRecurrenceRange) SetType

func (ListInstancesResponseBodyEventsRecurrenceRange) String

type ListInstancesResponseBodyEventsReminders

type ListInstancesResponseBodyEventsReminders struct {
	Method  *string `json:"method,omitempty" xml:"method,omitempty"`
	Minutes *string `json:"minutes,omitempty" xml:"minutes,omitempty"`
}

func (ListInstancesResponseBodyEventsReminders) GoString

func (*ListInstancesResponseBodyEventsReminders) SetMethod

func (*ListInstancesResponseBodyEventsReminders) SetMinutes

func (ListInstancesResponseBodyEventsReminders) String

type ListInstancesResponseBodyEventsStart

type ListInstancesResponseBodyEventsStart struct {
	Date     *string `json:"date,omitempty" xml:"date,omitempty"`
	DateTime *string `json:"dateTime,omitempty" xml:"dateTime,omitempty"`
	TimeZone *string `json:"timeZone,omitempty" xml:"timeZone,omitempty"`
}

func (ListInstancesResponseBodyEventsStart) GoString

func (*ListInstancesResponseBodyEventsStart) SetDate

func (*ListInstancesResponseBodyEventsStart) SetDateTime

func (*ListInstancesResponseBodyEventsStart) SetTimeZone

func (ListInstancesResponseBodyEventsStart) String

type PatchEventHeaders

type PatchEventHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XClientToken            *string            `json:"x-client-token,omitempty" xml:"x-client-token,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (PatchEventHeaders) GoString

func (s PatchEventHeaders) GoString() string

func (*PatchEventHeaders) SetCommonHeaders

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

func (*PatchEventHeaders) SetXAcsDingtalkAccessToken

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

func (*PatchEventHeaders) SetXClientToken

func (s *PatchEventHeaders) SetXClientToken(v string) *PatchEventHeaders

func (PatchEventHeaders) String

func (s PatchEventHeaders) String() string

type PatchEventRequest

type PatchEventRequest struct {
	Attendees           []*PatchEventRequestAttendees         `json:"attendees,omitempty" xml:"attendees,omitempty" type:"Repeated"`
	Description         *string                               `json:"description,omitempty" xml:"description,omitempty"`
	End                 *PatchEventRequestEnd                 `json:"end,omitempty" xml:"end,omitempty" type:"Struct"`
	Extra               map[string]*string                    `json:"extra,omitempty" xml:"extra,omitempty"`
	Id                  *string                               `json:"id,omitempty" xml:"id,omitempty"`
	IsAllDay            *bool                                 `json:"isAllDay,omitempty" xml:"isAllDay,omitempty"`
	Location            *PatchEventRequestLocation            `json:"location,omitempty" xml:"location,omitempty" type:"Struct"`
	OnlineMeetingInfo   *PatchEventRequestOnlineMeetingInfo   `json:"onlineMeetingInfo,omitempty" xml:"onlineMeetingInfo,omitempty" type:"Struct"`
	Recurrence          *PatchEventRequestRecurrence          `json:"recurrence,omitempty" xml:"recurrence,omitempty" type:"Struct"`
	Reminders           []*PatchEventRequestReminders         `json:"reminders,omitempty" xml:"reminders,omitempty" type:"Repeated"`
	RichTextDescription *PatchEventRequestRichTextDescription `json:"richTextDescription,omitempty" xml:"richTextDescription,omitempty" type:"Struct"`
	Start               *PatchEventRequestStart               `json:"start,omitempty" xml:"start,omitempty" type:"Struct"`
	Summary             *string                               `json:"summary,omitempty" xml:"summary,omitempty"`
	UiConfigs           []*PatchEventRequestUiConfigs         `json:"uiConfigs,omitempty" xml:"uiConfigs,omitempty" type:"Repeated"`
}

func (PatchEventRequest) GoString

func (s PatchEventRequest) GoString() string

func (*PatchEventRequest) SetAttendees

func (*PatchEventRequest) SetDescription

func (s *PatchEventRequest) SetDescription(v string) *PatchEventRequest

func (*PatchEventRequest) SetEnd

func (*PatchEventRequest) SetExtra

func (s *PatchEventRequest) SetExtra(v map[string]*string) *PatchEventRequest

func (*PatchEventRequest) SetId

func (*PatchEventRequest) SetIsAllDay

func (s *PatchEventRequest) SetIsAllDay(v bool) *PatchEventRequest

func (*PatchEventRequest) SetLocation

func (*PatchEventRequest) SetOnlineMeetingInfo

func (*PatchEventRequest) SetRecurrence

func (*PatchEventRequest) SetReminders

func (*PatchEventRequest) SetRichTextDescription

func (*PatchEventRequest) SetStart

func (*PatchEventRequest) SetSummary

func (s *PatchEventRequest) SetSummary(v string) *PatchEventRequest

func (*PatchEventRequest) SetUiConfigs

func (PatchEventRequest) String

func (s PatchEventRequest) String() string

type PatchEventRequestAttendees

type PatchEventRequestAttendees struct {
	Email      *string `json:"email,omitempty" xml:"email,omitempty"`
	Id         *string `json:"id,omitempty" xml:"id,omitempty"`
	IsOptional *bool   `json:"isOptional,omitempty" xml:"isOptional,omitempty"`
}

func (PatchEventRequestAttendees) GoString

func (s PatchEventRequestAttendees) GoString() string

func (*PatchEventRequestAttendees) SetEmail

func (*PatchEventRequestAttendees) SetId

func (*PatchEventRequestAttendees) SetIsOptional

func (PatchEventRequestAttendees) String

type PatchEventRequestEnd

type PatchEventRequestEnd struct {
	Date     *string `json:"date,omitempty" xml:"date,omitempty"`
	DateTime *string `json:"dateTime,omitempty" xml:"dateTime,omitempty"`
	TimeZone *string `json:"timeZone,omitempty" xml:"timeZone,omitempty"`
}

func (PatchEventRequestEnd) GoString

func (s PatchEventRequestEnd) GoString() string

func (*PatchEventRequestEnd) SetDate

func (*PatchEventRequestEnd) SetDateTime

func (*PatchEventRequestEnd) SetTimeZone

func (PatchEventRequestEnd) String

func (s PatchEventRequestEnd) String() string

type PatchEventRequestLocation

type PatchEventRequestLocation struct {
	DisplayName *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
}

func (PatchEventRequestLocation) GoString

func (s PatchEventRequestLocation) GoString() string

func (*PatchEventRequestLocation) SetDisplayName

func (PatchEventRequestLocation) String

func (s PatchEventRequestLocation) String() string

type PatchEventRequestOnlineMeetingInfo

type PatchEventRequestOnlineMeetingInfo struct {
	Type *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (PatchEventRequestOnlineMeetingInfo) GoString

func (*PatchEventRequestOnlineMeetingInfo) SetType

func (PatchEventRequestOnlineMeetingInfo) String

type PatchEventRequestRecurrence

type PatchEventRequestRecurrence struct {
	Pattern *PatchEventRequestRecurrencePattern `json:"pattern,omitempty" xml:"pattern,omitempty" type:"Struct"`
	Range   *PatchEventRequestRecurrenceRange   `json:"range,omitempty" xml:"range,omitempty" type:"Struct"`
}

func (PatchEventRequestRecurrence) GoString

func (s PatchEventRequestRecurrence) GoString() string

func (*PatchEventRequestRecurrence) SetPattern

func (*PatchEventRequestRecurrence) SetRange

func (PatchEventRequestRecurrence) String

type PatchEventRequestRecurrencePattern

type PatchEventRequestRecurrencePattern struct {
	DayOfMonth     *int32  `json:"dayOfMonth,omitempty" xml:"dayOfMonth,omitempty"`
	DaysOfWeek     *string `json:"daysOfWeek,omitempty" xml:"daysOfWeek,omitempty"`
	FirstDayOfWeek *string `json:"firstDayOfWeek,omitempty" xml:"firstDayOfWeek,omitempty"`
	Index          *string `json:"index,omitempty" xml:"index,omitempty"`
	Interval       *int32  `json:"interval,omitempty" xml:"interval,omitempty"`
	Type           *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (PatchEventRequestRecurrencePattern) GoString

func (*PatchEventRequestRecurrencePattern) SetDayOfMonth

func (*PatchEventRequestRecurrencePattern) SetDaysOfWeek

func (*PatchEventRequestRecurrencePattern) SetFirstDayOfWeek added in v1.5.85

func (*PatchEventRequestRecurrencePattern) SetIndex

func (*PatchEventRequestRecurrencePattern) SetInterval

func (*PatchEventRequestRecurrencePattern) SetType

func (PatchEventRequestRecurrencePattern) String

type PatchEventRequestRecurrenceRange

type PatchEventRequestRecurrenceRange struct {
	EndDate             *string `json:"endDate,omitempty" xml:"endDate,omitempty"`
	NumberOfOccurrences *int32  `json:"numberOfOccurrences,omitempty" xml:"numberOfOccurrences,omitempty"`
	Type                *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (PatchEventRequestRecurrenceRange) GoString

func (*PatchEventRequestRecurrenceRange) SetEndDate

func (*PatchEventRequestRecurrenceRange) SetNumberOfOccurrences

func (*PatchEventRequestRecurrenceRange) SetType

func (PatchEventRequestRecurrenceRange) String

type PatchEventRequestReminders

type PatchEventRequestReminders struct {
	Method  *string `json:"method,omitempty" xml:"method,omitempty"`
	Minutes *int32  `json:"minutes,omitempty" xml:"minutes,omitempty"`
}

func (PatchEventRequestReminders) GoString

func (s PatchEventRequestReminders) GoString() string

func (*PatchEventRequestReminders) SetMethod

func (*PatchEventRequestReminders) SetMinutes

func (PatchEventRequestReminders) String

type PatchEventRequestRichTextDescription

type PatchEventRequestRichTextDescription struct {
	Text *string `json:"text,omitempty" xml:"text,omitempty"`
}

func (PatchEventRequestRichTextDescription) GoString

func (*PatchEventRequestRichTextDescription) SetText

func (PatchEventRequestRichTextDescription) String

type PatchEventRequestStart

type PatchEventRequestStart struct {
	Date     *string `json:"date,omitempty" xml:"date,omitempty"`
	DateTime *string `json:"dateTime,omitempty" xml:"dateTime,omitempty"`
	TimeZone *string `json:"timeZone,omitempty" xml:"timeZone,omitempty"`
}

func (PatchEventRequestStart) GoString

func (s PatchEventRequestStart) GoString() string

func (*PatchEventRequestStart) SetDate

func (*PatchEventRequestStart) SetDateTime

func (*PatchEventRequestStart) SetTimeZone

func (PatchEventRequestStart) String

func (s PatchEventRequestStart) String() string

type PatchEventRequestUiConfigs

type PatchEventRequestUiConfigs struct {
	UiName   *string `json:"uiName,omitempty" xml:"uiName,omitempty"`
	UiStatus *string `json:"uiStatus,omitempty" xml:"uiStatus,omitempty"`
}

func (PatchEventRequestUiConfigs) GoString

func (s PatchEventRequestUiConfigs) GoString() string

func (*PatchEventRequestUiConfigs) SetUiName

func (*PatchEventRequestUiConfigs) SetUiStatus

func (PatchEventRequestUiConfigs) String

type PatchEventResponse

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

func (PatchEventResponse) GoString

func (s PatchEventResponse) GoString() string

func (*PatchEventResponse) SetBody

func (*PatchEventResponse) SetHeaders

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

func (*PatchEventResponse) SetStatusCode

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

func (PatchEventResponse) String

func (s PatchEventResponse) String() string

type PatchEventResponseBody

type PatchEventResponseBody struct {
	Attendees           []*PatchEventResponseBodyAttendees         `json:"attendees,omitempty" xml:"attendees,omitempty" type:"Repeated"`
	CreateTime          *string                                    `json:"createTime,omitempty" xml:"createTime,omitempty"`
	Description         *string                                    `json:"description,omitempty" xml:"description,omitempty"`
	End                 *PatchEventResponseBodyEnd                 `json:"end,omitempty" xml:"end,omitempty" type:"Struct"`
	Id                  *string                                    `json:"id,omitempty" xml:"id,omitempty"`
	IsAllDay            *bool                                      `json:"isAllDay,omitempty" xml:"isAllDay,omitempty"`
	Location            *PatchEventResponseBodyLocation            `json:"location,omitempty" xml:"location,omitempty" type:"Struct"`
	OnlineMeetingInfo   *PatchEventResponseBodyOnlineMeetingInfo   `json:"onlineMeetingInfo,omitempty" xml:"onlineMeetingInfo,omitempty" type:"Struct"`
	Organizer           *PatchEventResponseBodyOrganizer           `json:"organizer,omitempty" xml:"organizer,omitempty" type:"Struct"`
	Recurrence          *PatchEventResponseBodyRecurrence          `json:"recurrence,omitempty" xml:"recurrence,omitempty" type:"Struct"`
	Reminders           []*PatchEventResponseBodyReminders         `json:"reminders,omitempty" xml:"reminders,omitempty" type:"Repeated"`
	RichTextDescription *PatchEventResponseBodyRichTextDescription `json:"richTextDescription,omitempty" xml:"richTextDescription,omitempty" type:"Struct"`
	Start               *PatchEventResponseBodyStart               `json:"start,omitempty" xml:"start,omitempty" type:"Struct"`
	Summary             *string                                    `json:"summary,omitempty" xml:"summary,omitempty"`
	UiConfigs           []*PatchEventResponseBodyUiConfigs         `json:"uiConfigs,omitempty" xml:"uiConfigs,omitempty" type:"Repeated"`
	UpdateTime          *string                                    `json:"updateTime,omitempty" xml:"updateTime,omitempty"`
}

func (PatchEventResponseBody) GoString

func (s PatchEventResponseBody) GoString() string

func (*PatchEventResponseBody) SetAttendees

func (*PatchEventResponseBody) SetCreateTime

func (*PatchEventResponseBody) SetDescription

func (*PatchEventResponseBody) SetEnd

func (*PatchEventResponseBody) SetId

func (*PatchEventResponseBody) SetIsAllDay

func (*PatchEventResponseBody) SetLocation

func (*PatchEventResponseBody) SetOnlineMeetingInfo

func (*PatchEventResponseBody) SetOrganizer

func (*PatchEventResponseBody) SetRecurrence

func (*PatchEventResponseBody) SetReminders

func (*PatchEventResponseBody) SetRichTextDescription

func (*PatchEventResponseBody) SetStart

func (*PatchEventResponseBody) SetSummary

func (*PatchEventResponseBody) SetUiConfigs

func (*PatchEventResponseBody) SetUpdateTime

func (PatchEventResponseBody) String

func (s PatchEventResponseBody) String() string

type PatchEventResponseBodyAttendees

type PatchEventResponseBodyAttendees struct {
	DisplayName    *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	Id             *string `json:"id,omitempty" xml:"id,omitempty"`
	IsOptional     *bool   `json:"isOptional,omitempty" xml:"isOptional,omitempty"`
	ResponseStatus *string `json:"responseStatus,omitempty" xml:"responseStatus,omitempty"`
	Self           *bool   `json:"self,omitempty" xml:"self,omitempty"`
}

func (PatchEventResponseBodyAttendees) GoString

func (*PatchEventResponseBodyAttendees) SetDisplayName

func (*PatchEventResponseBodyAttendees) SetId

func (*PatchEventResponseBodyAttendees) SetIsOptional

func (*PatchEventResponseBodyAttendees) SetResponseStatus

func (*PatchEventResponseBodyAttendees) SetSelf

func (PatchEventResponseBodyAttendees) String

type PatchEventResponseBodyEnd

type PatchEventResponseBodyEnd struct {
	Date     *string `json:"date,omitempty" xml:"date,omitempty"`
	DateTime *string `json:"dateTime,omitempty" xml:"dateTime,omitempty"`
	TimeZone *string `json:"timeZone,omitempty" xml:"timeZone,omitempty"`
}

func (PatchEventResponseBodyEnd) GoString

func (s PatchEventResponseBodyEnd) GoString() string

func (*PatchEventResponseBodyEnd) SetDate

func (*PatchEventResponseBodyEnd) SetDateTime

func (*PatchEventResponseBodyEnd) SetTimeZone

func (PatchEventResponseBodyEnd) String

func (s PatchEventResponseBodyEnd) String() string

type PatchEventResponseBodyLocation

type PatchEventResponseBodyLocation struct {
	DisplayName  *string   `json:"displayName,omitempty" xml:"displayName,omitempty"`
	MeetingRooms []*string `json:"meetingRooms,omitempty" xml:"meetingRooms,omitempty" type:"Repeated"`
}

func (PatchEventResponseBodyLocation) GoString

func (*PatchEventResponseBodyLocation) SetDisplayName

func (*PatchEventResponseBodyLocation) SetMeetingRooms

func (PatchEventResponseBodyLocation) String

type PatchEventResponseBodyOnlineMeetingInfo

type PatchEventResponseBodyOnlineMeetingInfo struct {
	ConferenceId *string `json:"conferenceId,omitempty" xml:"conferenceId,omitempty"`
	Type         *string `json:"type,omitempty" xml:"type,omitempty"`
	Url          *string `json:"url,omitempty" xml:"url,omitempty"`
}

func (PatchEventResponseBodyOnlineMeetingInfo) GoString

func (*PatchEventResponseBodyOnlineMeetingInfo) SetConferenceId

func (*PatchEventResponseBodyOnlineMeetingInfo) SetType

func (*PatchEventResponseBodyOnlineMeetingInfo) SetUrl

func (PatchEventResponseBodyOnlineMeetingInfo) String

type PatchEventResponseBodyOrganizer

type PatchEventResponseBodyOrganizer struct {
	DisplayName    *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
	Id             *string `json:"id,omitempty" xml:"id,omitempty"`
	ResponseStatus *string `json:"responseStatus,omitempty" xml:"responseStatus,omitempty"`
	Self           *bool   `json:"self,omitempty" xml:"self,omitempty"`
}

func (PatchEventResponseBodyOrganizer) GoString

func (*PatchEventResponseBodyOrganizer) SetDisplayName

func (*PatchEventResponseBodyOrganizer) SetId

func (*PatchEventResponseBodyOrganizer) SetResponseStatus

func (*PatchEventResponseBodyOrganizer) SetSelf

func (PatchEventResponseBodyOrganizer) String

type PatchEventResponseBodyRecurrence

type PatchEventResponseBodyRecurrence struct {
	Pattern *PatchEventResponseBodyRecurrencePattern `json:"pattern,omitempty" xml:"pattern,omitempty" type:"Struct"`
	Range   *PatchEventResponseBodyRecurrenceRange   `json:"range,omitempty" xml:"range,omitempty" type:"Struct"`
}

func (PatchEventResponseBodyRecurrence) GoString

func (PatchEventResponseBodyRecurrence) String

type PatchEventResponseBodyRecurrencePattern

type PatchEventResponseBodyRecurrencePattern struct {
	DayOfMonth     *int32  `json:"dayOfMonth,omitempty" xml:"dayOfMonth,omitempty"`
	DaysOfWeek     *string `json:"daysOfWeek,omitempty" xml:"daysOfWeek,omitempty"`
	FirstDayOfWeek *string `json:"firstDayOfWeek,omitempty" xml:"firstDayOfWeek,omitempty"`
	Index          *string `json:"index,omitempty" xml:"index,omitempty"`
	Interval       *int32  `json:"interval,omitempty" xml:"interval,omitempty"`
	Type           *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (PatchEventResponseBodyRecurrencePattern) GoString

func (*PatchEventResponseBodyRecurrencePattern) SetDayOfMonth

func (*PatchEventResponseBodyRecurrencePattern) SetDaysOfWeek

func (*PatchEventResponseBodyRecurrencePattern) SetFirstDayOfWeek added in v1.5.85

func (*PatchEventResponseBodyRecurrencePattern) SetIndex

func (*PatchEventResponseBodyRecurrencePattern) SetInterval

func (*PatchEventResponseBodyRecurrencePattern) SetType

func (PatchEventResponseBodyRecurrencePattern) String

type PatchEventResponseBodyRecurrenceRange

type PatchEventResponseBodyRecurrenceRange struct {
	EndDate             *string `json:"endDate,omitempty" xml:"endDate,omitempty"`
	NumberOfOccurrences *int32  `json:"numberOfOccurrences,omitempty" xml:"numberOfOccurrences,omitempty"`
	Type                *string `json:"type,omitempty" xml:"type,omitempty"`
}

func (PatchEventResponseBodyRecurrenceRange) GoString

func (*PatchEventResponseBodyRecurrenceRange) SetEndDate

func (*PatchEventResponseBodyRecurrenceRange) SetNumberOfOccurrences

func (*PatchEventResponseBodyRecurrenceRange) SetType

func (PatchEventResponseBodyRecurrenceRange) String

type PatchEventResponseBodyReminders

type PatchEventResponseBodyReminders struct {
	Method  *string `json:"method,omitempty" xml:"method,omitempty"`
	Minutes *string `json:"minutes,omitempty" xml:"minutes,omitempty"`
}

func (PatchEventResponseBodyReminders) GoString

func (*PatchEventResponseBodyReminders) SetMethod

func (*PatchEventResponseBodyReminders) SetMinutes

func (PatchEventResponseBodyReminders) String

type PatchEventResponseBodyRichTextDescription

type PatchEventResponseBodyRichTextDescription struct {
	Text *string `json:"text,omitempty" xml:"text,omitempty"`
}

func (PatchEventResponseBodyRichTextDescription) GoString

func (*PatchEventResponseBodyRichTextDescription) SetText

func (PatchEventResponseBodyRichTextDescription) String

type PatchEventResponseBodyStart

type PatchEventResponseBodyStart struct {
	Date     *string `json:"date,omitempty" xml:"date,omitempty"`
	DateTime *string `json:"dateTime,omitempty" xml:"dateTime,omitempty"`
	TimeZone *string `json:"timeZone,omitempty" xml:"timeZone,omitempty"`
}

func (PatchEventResponseBodyStart) GoString

func (s PatchEventResponseBodyStart) GoString() string

func (*PatchEventResponseBodyStart) SetDate

func (*PatchEventResponseBodyStart) SetDateTime

func (*PatchEventResponseBodyStart) SetTimeZone

func (PatchEventResponseBodyStart) String

type PatchEventResponseBodyUiConfigs

type PatchEventResponseBodyUiConfigs struct {
	UiName   *string `json:"uiName,omitempty" xml:"uiName,omitempty"`
	UiStatus *string `json:"uiStatus,omitempty" xml:"uiStatus,omitempty"`
}

func (PatchEventResponseBodyUiConfigs) GoString

func (*PatchEventResponseBodyUiConfigs) SetUiName

func (*PatchEventResponseBodyUiConfigs) SetUiStatus

func (PatchEventResponseBodyUiConfigs) String

type RemoveAttendeeHeaders

type RemoveAttendeeHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XClientToken            *string            `json:"x-client-token,omitempty" xml:"x-client-token,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (RemoveAttendeeHeaders) GoString

func (s RemoveAttendeeHeaders) GoString() string

func (*RemoveAttendeeHeaders) SetCommonHeaders

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

func (*RemoveAttendeeHeaders) SetXAcsDingtalkAccessToken

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

func (*RemoveAttendeeHeaders) SetXClientToken

func (s *RemoveAttendeeHeaders) SetXClientToken(v string) *RemoveAttendeeHeaders

func (RemoveAttendeeHeaders) String

func (s RemoveAttendeeHeaders) String() string

type RemoveAttendeeRequest

type RemoveAttendeeRequest struct {
	AttendeesToRemove []*RemoveAttendeeRequestAttendeesToRemove `json:"attendeesToRemove,omitempty" xml:"attendeesToRemove,omitempty" type:"Repeated"`
}

func (RemoveAttendeeRequest) GoString

func (s RemoveAttendeeRequest) GoString() string

func (*RemoveAttendeeRequest) SetAttendeesToRemove

func (RemoveAttendeeRequest) String

func (s RemoveAttendeeRequest) String() string

type RemoveAttendeeRequestAttendeesToRemove

type RemoveAttendeeRequestAttendeesToRemove struct {
	Id *string `json:"id,omitempty" xml:"id,omitempty"`
}

func (RemoveAttendeeRequestAttendeesToRemove) GoString

func (*RemoveAttendeeRequestAttendeesToRemove) SetId

func (RemoveAttendeeRequestAttendeesToRemove) String

type RemoveAttendeeResponse

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

func (RemoveAttendeeResponse) GoString

func (s RemoveAttendeeResponse) GoString() string

func (*RemoveAttendeeResponse) SetHeaders

func (*RemoveAttendeeResponse) SetStatusCode

func (RemoveAttendeeResponse) String

func (s RemoveAttendeeResponse) String() string

type RemoveMeetingRoomsHeaders

type RemoveMeetingRoomsHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XClientToken            *string            `json:"x-client-token,omitempty" xml:"x-client-token,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (RemoveMeetingRoomsHeaders) GoString

func (s RemoveMeetingRoomsHeaders) GoString() string

func (*RemoveMeetingRoomsHeaders) SetCommonHeaders

func (*RemoveMeetingRoomsHeaders) SetXAcsDingtalkAccessToken

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

func (*RemoveMeetingRoomsHeaders) SetXClientToken

func (RemoveMeetingRoomsHeaders) String

func (s RemoveMeetingRoomsHeaders) String() string

type RemoveMeetingRoomsRequest

type RemoveMeetingRoomsRequest struct {
	MeetingRoomsToRemove []*RemoveMeetingRoomsRequestMeetingRoomsToRemove `json:"meetingRoomsToRemove,omitempty" xml:"meetingRoomsToRemove,omitempty" type:"Repeated"`
}

func (RemoveMeetingRoomsRequest) GoString

func (s RemoveMeetingRoomsRequest) GoString() string

func (*RemoveMeetingRoomsRequest) SetMeetingRoomsToRemove

func (RemoveMeetingRoomsRequest) String

func (s RemoveMeetingRoomsRequest) String() string

type RemoveMeetingRoomsRequestMeetingRoomsToRemove

type RemoveMeetingRoomsRequestMeetingRoomsToRemove struct {
	RoomId *string `json:"roomId,omitempty" xml:"roomId,omitempty"`
}

func (RemoveMeetingRoomsRequestMeetingRoomsToRemove) GoString

func (*RemoveMeetingRoomsRequestMeetingRoomsToRemove) SetRoomId

func (RemoveMeetingRoomsRequestMeetingRoomsToRemove) String

type RemoveMeetingRoomsResponse

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

func (RemoveMeetingRoomsResponse) GoString

func (s RemoveMeetingRoomsResponse) GoString() string

func (*RemoveMeetingRoomsResponse) SetBody

func (*RemoveMeetingRoomsResponse) SetHeaders

func (*RemoveMeetingRoomsResponse) SetStatusCode

func (RemoveMeetingRoomsResponse) String

type RemoveMeetingRoomsResponseBody

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

func (RemoveMeetingRoomsResponseBody) GoString

func (*RemoveMeetingRoomsResponseBody) SetResult

func (RemoveMeetingRoomsResponseBody) String

type RespondEventHeaders

type RespondEventHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XClientToken            *string            `json:"x-client-token,omitempty" xml:"x-client-token,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (RespondEventHeaders) GoString

func (s RespondEventHeaders) GoString() string

func (*RespondEventHeaders) SetCommonHeaders

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

func (*RespondEventHeaders) SetXAcsDingtalkAccessToken

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

func (*RespondEventHeaders) SetXClientToken

func (s *RespondEventHeaders) SetXClientToken(v string) *RespondEventHeaders

func (RespondEventHeaders) String

func (s RespondEventHeaders) String() string

type RespondEventRequest

type RespondEventRequest struct {
	ResponseStatus *string `json:"responseStatus,omitempty" xml:"responseStatus,omitempty"`
}

func (RespondEventRequest) GoString

func (s RespondEventRequest) GoString() string

func (*RespondEventRequest) SetResponseStatus

func (s *RespondEventRequest) SetResponseStatus(v string) *RespondEventRequest

func (RespondEventRequest) String

func (s RespondEventRequest) String() string

type RespondEventResponse

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

func (RespondEventResponse) GoString

func (s RespondEventResponse) GoString() string

func (*RespondEventResponse) SetHeaders

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

func (*RespondEventResponse) SetStatusCode

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

func (RespondEventResponse) String

func (s RespondEventResponse) String() string

type SignInHeaders

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

func (s SignInHeaders) GoString() string

func (*SignInHeaders) SetCommonHeaders

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

func (*SignInHeaders) SetXAcsDingtalkAccessToken

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

func (SignInHeaders) String

func (s SignInHeaders) String() string

type SignInResponse

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

func (SignInResponse) GoString

func (s SignInResponse) GoString() string

func (*SignInResponse) SetBody

func (*SignInResponse) SetHeaders

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

func (*SignInResponse) SetStatusCode

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

func (SignInResponse) String

func (s SignInResponse) String() string

type SignInResponseBody

type SignInResponseBody struct {
	CheckInTime *int64 `json:"checkInTime,omitempty" xml:"checkInTime,omitempty"`
}

func (SignInResponseBody) GoString

func (s SignInResponseBody) GoString() string

func (*SignInResponseBody) SetCheckInTime

func (s *SignInResponseBody) SetCheckInTime(v int64) *SignInResponseBody

func (SignInResponseBody) String

func (s SignInResponseBody) String() string

type SignOutHeaders

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

func (s SignOutHeaders) GoString() string

func (*SignOutHeaders) SetCommonHeaders

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

func (*SignOutHeaders) SetXAcsDingtalkAccessToken

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

func (SignOutHeaders) String

func (s SignOutHeaders) String() string

type SignOutResponse

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

func (SignOutResponse) GoString

func (s SignOutResponse) GoString() string

func (*SignOutResponse) SetBody

func (*SignOutResponse) SetHeaders

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

func (*SignOutResponse) SetStatusCode

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

func (SignOutResponse) String

func (s SignOutResponse) String() string

type SignOutResponseBody

type SignOutResponseBody struct {
	CheckOutTime *int64 `json:"checkOutTime,omitempty" xml:"checkOutTime,omitempty"`
}

func (SignOutResponseBody) GoString

func (s SignOutResponseBody) GoString() string

func (*SignOutResponseBody) SetCheckOutTime

func (s *SignOutResponseBody) SetCheckOutTime(v int64) *SignOutResponseBody

func (SignOutResponseBody) String

func (s SignOutResponseBody) String() string

type SubscribeCalendarHeaders

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

func (s SubscribeCalendarHeaders) GoString() string

func (*SubscribeCalendarHeaders) SetCommonHeaders

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

func (*SubscribeCalendarHeaders) SetXAcsDingtalkAccessToken

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

func (SubscribeCalendarHeaders) String

func (s SubscribeCalendarHeaders) String() string

type SubscribeCalendarResponse

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

func (SubscribeCalendarResponse) GoString

func (s SubscribeCalendarResponse) GoString() string

func (*SubscribeCalendarResponse) SetHeaders

func (*SubscribeCalendarResponse) SetStatusCode

func (SubscribeCalendarResponse) String

func (s SubscribeCalendarResponse) String() string

type TransferEventHeaders added in v1.5.99

type TransferEventHeaders struct {
	CommonHeaders           map[string]*string `json:"commonHeaders,omitempty" xml:"commonHeaders,omitempty"`
	XClientToken            *string            `json:"x-client-token,omitempty" xml:"x-client-token,omitempty"`
	XAcsDingtalkAccessToken *string            `json:"x-acs-dingtalk-access-token,omitempty" xml:"x-acs-dingtalk-access-token,omitempty"`
}

func (TransferEventHeaders) GoString added in v1.5.99

func (s TransferEventHeaders) GoString() string

func (*TransferEventHeaders) SetCommonHeaders added in v1.5.99

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

func (*TransferEventHeaders) SetXAcsDingtalkAccessToken added in v1.5.99

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

func (*TransferEventHeaders) SetXClientToken added in v1.5.99

func (s *TransferEventHeaders) SetXClientToken(v string) *TransferEventHeaders

func (TransferEventHeaders) String added in v1.5.99

func (s TransferEventHeaders) String() string

type TransferEventRequest added in v1.5.99

type TransferEventRequest struct {
	IsExitCalendar   *bool   `json:"isExitCalendar,omitempty" xml:"isExitCalendar,omitempty"`
	NeedNotifyViaO2O *bool   `json:"needNotifyViaO2O,omitempty" xml:"needNotifyViaO2O,omitempty"`
	NewOrganizerId   *string `json:"newOrganizerId,omitempty" xml:"newOrganizerId,omitempty"`
}

func (TransferEventRequest) GoString added in v1.5.99

func (s TransferEventRequest) GoString() string

func (*TransferEventRequest) SetIsExitCalendar added in v1.5.99

func (s *TransferEventRequest) SetIsExitCalendar(v bool) *TransferEventRequest

func (*TransferEventRequest) SetNeedNotifyViaO2O added in v1.5.99

func (s *TransferEventRequest) SetNeedNotifyViaO2O(v bool) *TransferEventRequest

func (*TransferEventRequest) SetNewOrganizerId added in v1.5.99

func (s *TransferEventRequest) SetNewOrganizerId(v string) *TransferEventRequest

func (TransferEventRequest) String added in v1.5.99

func (s TransferEventRequest) String() string

type TransferEventResponse added in v1.5.99

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

func (TransferEventResponse) GoString added in v1.5.99

func (s TransferEventResponse) GoString() string

func (*TransferEventResponse) SetBody added in v1.5.99

func (*TransferEventResponse) SetHeaders added in v1.5.99

func (*TransferEventResponse) SetStatusCode added in v1.5.99

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

func (TransferEventResponse) String added in v1.5.99

func (s TransferEventResponse) String() string

type TransferEventResponseBody added in v1.5.99

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

func (TransferEventResponseBody) GoString added in v1.5.99

func (s TransferEventResponseBody) GoString() string

func (*TransferEventResponseBody) SetResult added in v1.5.99

func (TransferEventResponseBody) String added in v1.5.99

func (s TransferEventResponseBody) String() string

type UnsubscribeCalendarHeaders

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

func (s UnsubscribeCalendarHeaders) GoString() string

func (*UnsubscribeCalendarHeaders) SetCommonHeaders

func (*UnsubscribeCalendarHeaders) SetXAcsDingtalkAccessToken

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

func (UnsubscribeCalendarHeaders) String

type UnsubscribeCalendarResponse

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

func (UnsubscribeCalendarResponse) GoString

func (s UnsubscribeCalendarResponse) GoString() string

func (*UnsubscribeCalendarResponse) SetBody

func (*UnsubscribeCalendarResponse) SetHeaders

func (*UnsubscribeCalendarResponse) SetStatusCode

func (UnsubscribeCalendarResponse) String

type UnsubscribeCalendarResponseBody

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

func (UnsubscribeCalendarResponseBody) GoString

func (*UnsubscribeCalendarResponseBody) SetResult

func (UnsubscribeCalendarResponseBody) String

type UpdateSubscribedCalendarsHeaders

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

func (*UpdateSubscribedCalendarsHeaders) SetCommonHeaders

func (*UpdateSubscribedCalendarsHeaders) SetXAcsDingtalkAccessToken

func (UpdateSubscribedCalendarsHeaders) String

type UpdateSubscribedCalendarsRequest

type UpdateSubscribedCalendarsRequest struct {
	Description    *string                                         `json:"description,omitempty" xml:"description,omitempty"`
	Managers       []*string                                       `json:"managers,omitempty" xml:"managers,omitempty" type:"Repeated"`
	Name           *string                                         `json:"name,omitempty" xml:"name,omitempty"`
	SubscribeScope *UpdateSubscribedCalendarsRequestSubscribeScope `json:"subscribeScope,omitempty" xml:"subscribeScope,omitempty" type:"Struct"`
}

func (UpdateSubscribedCalendarsRequest) GoString

func (*UpdateSubscribedCalendarsRequest) SetDescription

func (*UpdateSubscribedCalendarsRequest) SetManagers

func (*UpdateSubscribedCalendarsRequest) SetName

func (UpdateSubscribedCalendarsRequest) String

type UpdateSubscribedCalendarsRequestSubscribeScope

type UpdateSubscribedCalendarsRequestSubscribeScope struct {
	CorpIds             []*string `json:"corpIds,omitempty" xml:"corpIds,omitempty" type:"Repeated"`
	OpenConversationIds []*string `json:"openConversationIds,omitempty" xml:"openConversationIds,omitempty" type:"Repeated"`
	UnionIds            []*string `json:"unionIds,omitempty" xml:"unionIds,omitempty" type:"Repeated"`
}

func (UpdateSubscribedCalendarsRequestSubscribeScope) GoString

func (*UpdateSubscribedCalendarsRequestSubscribeScope) SetCorpIds

func (*UpdateSubscribedCalendarsRequestSubscribeScope) SetOpenConversationIds

func (*UpdateSubscribedCalendarsRequestSubscribeScope) SetUnionIds

func (UpdateSubscribedCalendarsRequestSubscribeScope) String

type UpdateSubscribedCalendarsResponse

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

func (UpdateSubscribedCalendarsResponse) GoString

func (*UpdateSubscribedCalendarsResponse) SetHeaders

func (*UpdateSubscribedCalendarsResponse) SetStatusCode

func (UpdateSubscribedCalendarsResponse) String

type UpdateSubscribedCalendarsResponseBody

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

func (UpdateSubscribedCalendarsResponseBody) GoString

func (*UpdateSubscribedCalendarsResponseBody) SetResult

func (UpdateSubscribedCalendarsResponseBody) String

Jump to

Keyboard shortcuts

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