Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks. *
*
Index ¶
- type AddAttendeeHeaders
- func (s AddAttendeeHeaders) GoString() string
- func (s *AddAttendeeHeaders) SetCommonHeaders(v map[string]*string) *AddAttendeeHeaders
- func (s *AddAttendeeHeaders) SetXAcsDingtalkAccessToken(v string) *AddAttendeeHeaders
- func (s *AddAttendeeHeaders) SetXClientToken(v string) *AddAttendeeHeaders
- func (s AddAttendeeHeaders) String() string
- type AddAttendeeRequest
- func (s AddAttendeeRequest) GoString() string
- func (s *AddAttendeeRequest) SetAttendeesToAdd(v []*AddAttendeeRequestAttendeesToAdd) *AddAttendeeRequest
- func (s *AddAttendeeRequest) SetChatNotification(v bool) *AddAttendeeRequest
- func (s *AddAttendeeRequest) SetPushNotification(v bool) *AddAttendeeRequest
- func (s AddAttendeeRequest) String() string
- type AddAttendeeRequestAttendeesToAdd
- func (s AddAttendeeRequestAttendeesToAdd) GoString() string
- func (s *AddAttendeeRequestAttendeesToAdd) SetId(v string) *AddAttendeeRequestAttendeesToAdd
- func (s *AddAttendeeRequestAttendeesToAdd) SetIsOptional(v bool) *AddAttendeeRequestAttendeesToAdd
- func (s AddAttendeeRequestAttendeesToAdd) String() string
- type AddAttendeeResponse
- type AddMeetingRoomsHeaders
- func (s AddMeetingRoomsHeaders) GoString() string
- func (s *AddMeetingRoomsHeaders) SetCommonHeaders(v map[string]*string) *AddMeetingRoomsHeaders
- func (s *AddMeetingRoomsHeaders) SetXAcsDingtalkAccessToken(v string) *AddMeetingRoomsHeaders
- func (s *AddMeetingRoomsHeaders) SetXClientToken(v string) *AddMeetingRoomsHeaders
- func (s AddMeetingRoomsHeaders) String() string
- type AddMeetingRoomsRequest
- type AddMeetingRoomsRequestMeetingRoomsToAdd
- type AddMeetingRoomsResponse
- func (s AddMeetingRoomsResponse) GoString() string
- func (s *AddMeetingRoomsResponse) SetBody(v *AddMeetingRoomsResponseBody) *AddMeetingRoomsResponse
- func (s *AddMeetingRoomsResponse) SetHeaders(v map[string]*string) *AddMeetingRoomsResponse
- func (s *AddMeetingRoomsResponse) SetStatusCode(v int32) *AddMeetingRoomsResponse
- func (s AddMeetingRoomsResponse) String() string
- type AddMeetingRoomsResponseBody
- type CheckInHeaders
- type CheckInResponse
- func (s CheckInResponse) GoString() string
- func (s *CheckInResponse) SetBody(v *CheckInResponseBody) *CheckInResponse
- func (s *CheckInResponse) SetHeaders(v map[string]*string) *CheckInResponse
- func (s *CheckInResponse) SetStatusCode(v int32) *CheckInResponse
- func (s CheckInResponse) String() string
- type CheckInResponseBody
- type Client
- func (client *Client) AddAttendee(userId *string, calendarId *string, eventId *string, ...) (_result *AddAttendeeResponse, _err error)
- func (client *Client) AddAttendeeWithOptions(userId *string, calendarId *string, eventId *string, ...) (_result *AddAttendeeResponse, _err error)
- func (client *Client) AddMeetingRooms(userId *string, calendarId *string, eventId *string, ...) (_result *AddMeetingRoomsResponse, _err error)
- func (client *Client) AddMeetingRoomsWithOptions(userId *string, calendarId *string, eventId *string, ...) (_result *AddMeetingRoomsResponse, _err error)
- func (client *Client) CheckIn(userId *string, calendarId *string, eventId *string) (_result *CheckInResponse, _err error)
- func (client *Client) CheckInWithOptions(userId *string, calendarId *string, eventId *string, headers *CheckInHeaders, ...) (_result *CheckInResponse, _err error)
- func (client *Client) ConvertLegacyEventId(userId *string, request *ConvertLegacyEventIdRequest) (_result *ConvertLegacyEventIdResponse, _err error)
- func (client *Client) ConvertLegacyEventIdWithOptions(userId *string, request *ConvertLegacyEventIdRequest, ...) (_result *ConvertLegacyEventIdResponse, _err error)
- func (client *Client) CreateAcls(userId *string, calendarId *string, request *CreateAclsRequest) (_result *CreateAclsResponse, _err error)
- func (client *Client) CreateAclsWithOptions(userId *string, calendarId *string, request *CreateAclsRequest, ...) (_result *CreateAclsResponse, _err error)
- func (client *Client) CreateEvent(userId *string, calendarId *string, request *CreateEventRequest) (_result *CreateEventResponse, _err error)
- func (client *Client) CreateEventByMe(calendarId *string, request *CreateEventByMeRequest) (_result *CreateEventByMeResponse, _err error)
- func (client *Client) CreateEventByMeWithOptions(calendarId *string, request *CreateEventByMeRequest, ...) (_result *CreateEventByMeResponse, _err error)
- func (client *Client) CreateEventWithOptions(userId *string, calendarId *string, request *CreateEventRequest, ...) (_result *CreateEventResponse, _err error)
- func (client *Client) CreateSubscribedCalendar(userId *string, request *CreateSubscribedCalendarRequest) (_result *CreateSubscribedCalendarResponse, _err error)
- func (client *Client) CreateSubscribedCalendarWithOptions(userId *string, request *CreateSubscribedCalendarRequest, ...) (_result *CreateSubscribedCalendarResponse, _err error)
- func (client *Client) DeleteAcl(userId *string, calendarId *string, aclId *string) (_result *DeleteAclResponse, _err error)
- func (client *Client) DeleteAclWithOptions(userId *string, calendarId *string, aclId *string, headers *DeleteAclHeaders, ...) (_result *DeleteAclResponse, _err error)
- func (client *Client) DeleteEvent(userId *string, calendarId *string, eventId *string, ...) (_result *DeleteEventResponse, _err error)
- func (client *Client) DeleteEventWithOptions(userId *string, calendarId *string, eventId *string, ...) (_result *DeleteEventResponse, _err error)
- func (client *Client) DeleteSubscribedCalendar(userId *string, calendarId *string) (_result *DeleteSubscribedCalendarResponse, _err error)
- func (client *Client) DeleteSubscribedCalendarWithOptions(userId *string, calendarId *string, headers *DeleteSubscribedCalendarHeaders, ...) (_result *DeleteSubscribedCalendarResponse, _err error)
- func (client *Client) GenerateCaldavAccount(userId *string, request *GenerateCaldavAccountRequest) (_result *GenerateCaldavAccountResponse, _err error)
- func (client *Client) GenerateCaldavAccountWithOptions(userId *string, request *GenerateCaldavAccountRequest, ...) (_result *GenerateCaldavAccountResponse, _err error)
- func (client *Client) GetEvent(userId *string, calendarId *string, eventId *string, request *GetEventRequest) (_result *GetEventResponse, _err error)
- func (client *Client) GetEventWithOptions(userId *string, calendarId *string, eventId *string, request *GetEventRequest, ...) (_result *GetEventResponse, _err error)
- func (client *Client) GetMeetingRoomsSchedule(userId *string, request *GetMeetingRoomsScheduleRequest) (_result *GetMeetingRoomsScheduleResponse, _err error)
- func (client *Client) GetMeetingRoomsScheduleWithOptions(userId *string, request *GetMeetingRoomsScheduleRequest, ...) (_result *GetMeetingRoomsScheduleResponse, _err error)
- func (client *Client) GetSchedule(userId *string, request *GetScheduleRequest) (_result *GetScheduleResponse, _err error)
- func (client *Client) GetScheduleWithOptions(userId *string, request *GetScheduleRequest, headers *GetScheduleHeaders, ...) (_result *GetScheduleResponse, _err error)
- func (client *Client) GetSignInLink(calendarId *string, userId *string, eventId *string) (_result *GetSignInLinkResponse, _err error)
- func (client *Client) GetSignInLinkWithOptions(calendarId *string, userId *string, eventId *string, ...) (_result *GetSignInLinkResponse, _err error)
- func (client *Client) GetSignInList(userId *string, calendarId *string, eventId *string, ...) (_result *GetSignInListResponse, _err error)
- func (client *Client) GetSignInListWithOptions(userId *string, calendarId *string, eventId *string, ...) (_result *GetSignInListResponse, _err error)
- func (client *Client) GetSignOutLink(calendarId *string, userId *string, eventId *string) (_result *GetSignOutLinkResponse, _err error)
- func (client *Client) GetSignOutLinkWithOptions(calendarId *string, userId *string, eventId *string, ...) (_result *GetSignOutLinkResponse, _err error)
- func (client *Client) GetSignOutList(userId *string, calendarId *string, eventId *string, ...) (_result *GetSignOutListResponse, _err error)
- func (client *Client) GetSignOutListWithOptions(userId *string, calendarId *string, eventId *string, ...) (_result *GetSignOutListResponse, _err error)
- func (client *Client) GetSubscribedCalendar(userId *string, calendarId *string) (_result *GetSubscribedCalendarResponse, _err error)
- func (client *Client) GetSubscribedCalendarWithOptions(userId *string, calendarId *string, headers *GetSubscribedCalendarHeaders, ...) (_result *GetSubscribedCalendarResponse, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
- func (client *Client) ListAcls(userId *string, calendarId *string) (_result *ListAclsResponse, _err error)
- func (client *Client) ListAclsWithOptions(userId *string, calendarId *string, headers *ListAclsHeaders, ...) (_result *ListAclsResponse, _err error)
- func (client *Client) ListAttendees(userId *string, calendarId *string, eventId *string, ...) (_result *ListAttendeesResponse, _err error)
- func (client *Client) ListAttendeesWithOptions(userId *string, calendarId *string, eventId *string, ...) (_result *ListAttendeesResponse, _err error)
- func (client *Client) ListCalendars(userId *string) (_result *ListCalendarsResponse, _err error)
- func (client *Client) ListCalendarsWithOptions(userId *string, headers *ListCalendarsHeaders, runtime *util.RuntimeOptions) (_result *ListCalendarsResponse, _err error)
- func (client *Client) ListEvents(userId *string, calendarId *string, request *ListEventsRequest) (_result *ListEventsResponse, _err error)
- func (client *Client) ListEventsInstances(userId *string, calendarId *string, request *ListEventsInstancesRequest) (_result *ListEventsInstancesResponse, _err error)
- func (client *Client) ListEventsInstancesWithOptions(userId *string, calendarId *string, request *ListEventsInstancesRequest, ...) (_result *ListEventsInstancesResponse, _err error)
- func (client *Client) ListEventsView(userId *string, calendarId *string, request *ListEventsViewRequest) (_result *ListEventsViewResponse, _err error)
- func (client *Client) ListEventsViewWithOptions(userId *string, calendarId *string, request *ListEventsViewRequest, ...) (_result *ListEventsViewResponse, _err error)
- func (client *Client) ListEventsWithOptions(userId *string, calendarId *string, request *ListEventsRequest, ...) (_result *ListEventsResponse, _err error)
- func (client *Client) ListInstances(userId *string, calendarId *string, eventId *string, ...) (_result *ListInstancesResponse, _err error)
- func (client *Client) ListInstancesWithOptions(userId *string, calendarId *string, eventId *string, ...) (_result *ListInstancesResponse, _err error)
- func (client *Client) PatchEvent(userId *string, calendarId *string, eventId *string, ...) (_result *PatchEventResponse, _err error)
- func (client *Client) PatchEventWithOptions(userId *string, calendarId *string, eventId *string, ...) (_result *PatchEventResponse, _err error)
- func (client *Client) RemoveAttendee(userId *string, calendarId *string, eventId *string, ...) (_result *RemoveAttendeeResponse, _err error)
- func (client *Client) RemoveAttendeeWithOptions(userId *string, calendarId *string, eventId *string, ...) (_result *RemoveAttendeeResponse, _err error)
- func (client *Client) RemoveMeetingRooms(userId *string, calendarId *string, eventId *string, ...) (_result *RemoveMeetingRoomsResponse, _err error)
- func (client *Client) RemoveMeetingRoomsWithOptions(userId *string, calendarId *string, eventId *string, ...) (_result *RemoveMeetingRoomsResponse, _err error)
- func (client *Client) RespondEvent(userId *string, calendarId *string, eventId *string, ...) (_result *RespondEventResponse, _err error)
- func (client *Client) RespondEventWithOptions(userId *string, calendarId *string, eventId *string, ...) (_result *RespondEventResponse, _err error)
- func (client *Client) SignIn(userId *string, calendarId *string, eventId *string) (_result *SignInResponse, _err error)
- func (client *Client) SignInWithOptions(userId *string, calendarId *string, eventId *string, headers *SignInHeaders, ...) (_result *SignInResponse, _err error)
- func (client *Client) SignOut(userId *string, calendarId *string, eventId *string) (_result *SignOutResponse, _err error)
- func (client *Client) SignOutWithOptions(userId *string, calendarId *string, eventId *string, headers *SignOutHeaders, ...) (_result *SignOutResponse, _err error)
- func (client *Client) SubscribeCalendar(userId *string, calendarId *string) (_result *SubscribeCalendarResponse, _err error)
- func (client *Client) SubscribeCalendarWithOptions(userId *string, calendarId *string, headers *SubscribeCalendarHeaders, ...) (_result *SubscribeCalendarResponse, _err error)
- func (client *Client) TransferEvent(calendarId *string, userId *string, eventId *string, ...) (_result *TransferEventResponse, _err error)
- func (client *Client) TransferEventWithOptions(calendarId *string, userId *string, eventId *string, ...) (_result *TransferEventResponse, _err error)
- func (client *Client) UnsubscribeCalendar(userId *string, calendarId *string) (_result *UnsubscribeCalendarResponse, _err error)
- func (client *Client) UnsubscribeCalendarWithOptions(userId *string, calendarId *string, headers *UnsubscribeCalendarHeaders, ...) (_result *UnsubscribeCalendarResponse, _err error)
- func (client *Client) UpdateSubscribedCalendars(calendarId *string, userId *string, request *UpdateSubscribedCalendarsRequest) (_result *UpdateSubscribedCalendarsResponse, _err error)
- func (client *Client) UpdateSubscribedCalendarsWithOptions(calendarId *string, userId *string, request *UpdateSubscribedCalendarsRequest, ...) (_result *UpdateSubscribedCalendarsResponse, _err error)
- type ConvertLegacyEventIdHeaders
- func (s ConvertLegacyEventIdHeaders) GoString() string
- func (s *ConvertLegacyEventIdHeaders) SetCommonHeaders(v map[string]*string) *ConvertLegacyEventIdHeaders
- func (s *ConvertLegacyEventIdHeaders) SetXAcsDingtalkAccessToken(v string) *ConvertLegacyEventIdHeaders
- func (s ConvertLegacyEventIdHeaders) String() string
- type ConvertLegacyEventIdRequest
- type ConvertLegacyEventIdResponse
- func (s ConvertLegacyEventIdResponse) GoString() string
- func (s *ConvertLegacyEventIdResponse) SetBody(v *ConvertLegacyEventIdResponseBody) *ConvertLegacyEventIdResponse
- func (s *ConvertLegacyEventIdResponse) SetHeaders(v map[string]*string) *ConvertLegacyEventIdResponse
- func (s *ConvertLegacyEventIdResponse) SetStatusCode(v int32) *ConvertLegacyEventIdResponse
- func (s ConvertLegacyEventIdResponse) String() string
- type ConvertLegacyEventIdResponseBody
- type CreateAclsHeaders
- type CreateAclsRequest
- func (s CreateAclsRequest) GoString() string
- func (s *CreateAclsRequest) SetPrivilege(v string) *CreateAclsRequest
- func (s *CreateAclsRequest) SetScope(v *CreateAclsRequestScope) *CreateAclsRequest
- func (s *CreateAclsRequest) SetSendMsg(v bool) *CreateAclsRequest
- func (s CreateAclsRequest) String() string
- type CreateAclsRequestScope
- type CreateAclsResponse
- func (s CreateAclsResponse) GoString() string
- func (s *CreateAclsResponse) SetBody(v *CreateAclsResponseBody) *CreateAclsResponse
- func (s *CreateAclsResponse) SetHeaders(v map[string]*string) *CreateAclsResponse
- func (s *CreateAclsResponse) SetStatusCode(v int32) *CreateAclsResponse
- func (s CreateAclsResponse) String() string
- type CreateAclsResponseBody
- func (s CreateAclsResponseBody) GoString() string
- func (s *CreateAclsResponseBody) SetAclId(v string) *CreateAclsResponseBody
- func (s *CreateAclsResponseBody) SetPrivilege(v string) *CreateAclsResponseBody
- func (s *CreateAclsResponseBody) SetScope(v *CreateAclsResponseBodyScope) *CreateAclsResponseBody
- func (s CreateAclsResponseBody) String() string
- type CreateAclsResponseBodyScope
- type CreateEventByMeHeaders
- func (s CreateEventByMeHeaders) GoString() string
- func (s *CreateEventByMeHeaders) SetCommonHeaders(v map[string]*string) *CreateEventByMeHeaders
- func (s *CreateEventByMeHeaders) SetXAcsDingtalkAccessToken(v string) *CreateEventByMeHeaders
- func (s *CreateEventByMeHeaders) SetXClientToken(v string) *CreateEventByMeHeaders
- func (s CreateEventByMeHeaders) String() string
- type CreateEventByMeRequest
- func (s CreateEventByMeRequest) GoString() string
- func (s *CreateEventByMeRequest) SetAttendees(v []*CreateEventByMeRequestAttendees) *CreateEventByMeRequest
- func (s *CreateEventByMeRequest) SetDescription(v string) *CreateEventByMeRequest
- func (s *CreateEventByMeRequest) SetEnd(v *CreateEventByMeRequestEnd) *CreateEventByMeRequest
- func (s *CreateEventByMeRequest) SetExtra(v map[string]*string) *CreateEventByMeRequest
- func (s *CreateEventByMeRequest) SetIsAllDay(v bool) *CreateEventByMeRequest
- func (s *CreateEventByMeRequest) SetLocation(v *CreateEventByMeRequestLocation) *CreateEventByMeRequest
- func (s *CreateEventByMeRequest) SetOnlineMeetingInfo(v *CreateEventByMeRequestOnlineMeetingInfo) *CreateEventByMeRequest
- func (s *CreateEventByMeRequest) SetRecurrence(v *CreateEventByMeRequestRecurrence) *CreateEventByMeRequest
- func (s *CreateEventByMeRequest) SetReminders(v []*CreateEventByMeRequestReminders) *CreateEventByMeRequest
- func (s *CreateEventByMeRequest) SetRichTextDescription(v *CreateEventByMeRequestRichTextDescription) *CreateEventByMeRequest
- func (s *CreateEventByMeRequest) SetStart(v *CreateEventByMeRequestStart) *CreateEventByMeRequest
- func (s *CreateEventByMeRequest) SetSummary(v string) *CreateEventByMeRequest
- func (s *CreateEventByMeRequest) SetUiConfigs(v []*CreateEventByMeRequestUiConfigs) *CreateEventByMeRequest
- func (s CreateEventByMeRequest) String() string
- type CreateEventByMeRequestAttendees
- func (s CreateEventByMeRequestAttendees) GoString() string
- func (s *CreateEventByMeRequestAttendees) SetId(v string) *CreateEventByMeRequestAttendees
- func (s *CreateEventByMeRequestAttendees) SetIsOptional(v bool) *CreateEventByMeRequestAttendees
- func (s CreateEventByMeRequestAttendees) String() string
- type CreateEventByMeRequestEnd
- func (s CreateEventByMeRequestEnd) GoString() string
- func (s *CreateEventByMeRequestEnd) SetDate(v string) *CreateEventByMeRequestEnd
- func (s *CreateEventByMeRequestEnd) SetDateTime(v string) *CreateEventByMeRequestEnd
- func (s *CreateEventByMeRequestEnd) SetTimeZone(v string) *CreateEventByMeRequestEnd
- func (s CreateEventByMeRequestEnd) String() string
- type CreateEventByMeRequestLocation
- type CreateEventByMeRequestOnlineMeetingInfo
- type CreateEventByMeRequestRecurrence
- func (s CreateEventByMeRequestRecurrence) GoString() string
- func (s *CreateEventByMeRequestRecurrence) SetPattern(v *CreateEventByMeRequestRecurrencePattern) *CreateEventByMeRequestRecurrence
- func (s *CreateEventByMeRequestRecurrence) SetRange(v *CreateEventByMeRequestRecurrenceRange) *CreateEventByMeRequestRecurrence
- func (s CreateEventByMeRequestRecurrence) String() string
- type CreateEventByMeRequestRecurrencePattern
- func (s CreateEventByMeRequestRecurrencePattern) GoString() string
- func (s *CreateEventByMeRequestRecurrencePattern) SetDayOfMonth(v int32) *CreateEventByMeRequestRecurrencePattern
- func (s *CreateEventByMeRequestRecurrencePattern) SetDaysOfWeek(v string) *CreateEventByMeRequestRecurrencePattern
- func (s *CreateEventByMeRequestRecurrencePattern) SetFirstDayOfWeek(v string) *CreateEventByMeRequestRecurrencePattern
- func (s *CreateEventByMeRequestRecurrencePattern) SetIndex(v string) *CreateEventByMeRequestRecurrencePattern
- func (s *CreateEventByMeRequestRecurrencePattern) SetInterval(v int32) *CreateEventByMeRequestRecurrencePattern
- func (s *CreateEventByMeRequestRecurrencePattern) SetType(v string) *CreateEventByMeRequestRecurrencePattern
- func (s CreateEventByMeRequestRecurrencePattern) String() string
- type CreateEventByMeRequestRecurrenceRange
- func (s CreateEventByMeRequestRecurrenceRange) GoString() string
- func (s *CreateEventByMeRequestRecurrenceRange) SetEndDate(v string) *CreateEventByMeRequestRecurrenceRange
- func (s *CreateEventByMeRequestRecurrenceRange) SetNumberOfOccurrences(v int32) *CreateEventByMeRequestRecurrenceRange
- func (s *CreateEventByMeRequestRecurrenceRange) SetType(v string) *CreateEventByMeRequestRecurrenceRange
- func (s CreateEventByMeRequestRecurrenceRange) String() string
- type CreateEventByMeRequestReminders
- func (s CreateEventByMeRequestReminders) GoString() string
- func (s *CreateEventByMeRequestReminders) SetMethod(v string) *CreateEventByMeRequestReminders
- func (s *CreateEventByMeRequestReminders) SetMinutes(v int32) *CreateEventByMeRequestReminders
- func (s CreateEventByMeRequestReminders) String() string
- type CreateEventByMeRequestRichTextDescription
- type CreateEventByMeRequestStart
- func (s CreateEventByMeRequestStart) GoString() string
- func (s *CreateEventByMeRequestStart) SetDate(v string) *CreateEventByMeRequestStart
- func (s *CreateEventByMeRequestStart) SetDateTime(v string) *CreateEventByMeRequestStart
- func (s *CreateEventByMeRequestStart) SetTimeZone(v string) *CreateEventByMeRequestStart
- func (s CreateEventByMeRequestStart) String() string
- type CreateEventByMeRequestUiConfigs
- func (s CreateEventByMeRequestUiConfigs) GoString() string
- func (s *CreateEventByMeRequestUiConfigs) SetUiName(v string) *CreateEventByMeRequestUiConfigs
- func (s *CreateEventByMeRequestUiConfigs) SetUiStatus(v string) *CreateEventByMeRequestUiConfigs
- func (s CreateEventByMeRequestUiConfigs) String() string
- type CreateEventByMeResponse
- func (s CreateEventByMeResponse) GoString() string
- func (s *CreateEventByMeResponse) SetBody(v *CreateEventByMeResponseBody) *CreateEventByMeResponse
- func (s *CreateEventByMeResponse) SetHeaders(v map[string]*string) *CreateEventByMeResponse
- func (s *CreateEventByMeResponse) SetStatusCode(v int32) *CreateEventByMeResponse
- func (s CreateEventByMeResponse) String() string
- type CreateEventByMeResponseBody
- func (s CreateEventByMeResponseBody) GoString() string
- func (s *CreateEventByMeResponseBody) SetAttendees(v []*CreateEventByMeResponseBodyAttendees) *CreateEventByMeResponseBody
- func (s *CreateEventByMeResponseBody) SetCreateTime(v string) *CreateEventByMeResponseBody
- func (s *CreateEventByMeResponseBody) SetDescription(v string) *CreateEventByMeResponseBody
- func (s *CreateEventByMeResponseBody) SetEnd(v *CreateEventByMeResponseBodyEnd) *CreateEventByMeResponseBody
- func (s *CreateEventByMeResponseBody) SetId(v string) *CreateEventByMeResponseBody
- func (s *CreateEventByMeResponseBody) SetIsAllDay(v bool) *CreateEventByMeResponseBody
- func (s *CreateEventByMeResponseBody) SetLocation(v *CreateEventByMeResponseBodyLocation) *CreateEventByMeResponseBody
- func (s *CreateEventByMeResponseBody) SetOnlineMeetingInfo(v *CreateEventByMeResponseBodyOnlineMeetingInfo) *CreateEventByMeResponseBody
- func (s *CreateEventByMeResponseBody) SetOrganizer(v *CreateEventByMeResponseBodyOrganizer) *CreateEventByMeResponseBody
- func (s *CreateEventByMeResponseBody) SetRecurrence(v *CreateEventByMeResponseBodyRecurrence) *CreateEventByMeResponseBody
- func (s *CreateEventByMeResponseBody) SetReminders(v []*CreateEventByMeResponseBodyReminders) *CreateEventByMeResponseBody
- func (s *CreateEventByMeResponseBody) SetRichTextDescription(v *CreateEventByMeResponseBodyRichTextDescription) *CreateEventByMeResponseBody
- func (s *CreateEventByMeResponseBody) SetStart(v *CreateEventByMeResponseBodyStart) *CreateEventByMeResponseBody
- func (s *CreateEventByMeResponseBody) SetSummary(v string) *CreateEventByMeResponseBody
- func (s *CreateEventByMeResponseBody) SetUiConfigs(v []*CreateEventByMeResponseBodyUiConfigs) *CreateEventByMeResponseBody
- func (s *CreateEventByMeResponseBody) SetUpdateTime(v string) *CreateEventByMeResponseBody
- func (s CreateEventByMeResponseBody) String() string
- type CreateEventByMeResponseBodyAttendees
- func (s CreateEventByMeResponseBodyAttendees) GoString() string
- func (s *CreateEventByMeResponseBodyAttendees) SetDisplayName(v string) *CreateEventByMeResponseBodyAttendees
- func (s *CreateEventByMeResponseBodyAttendees) SetId(v string) *CreateEventByMeResponseBodyAttendees
- func (s *CreateEventByMeResponseBodyAttendees) SetIsOptional(v bool) *CreateEventByMeResponseBodyAttendees
- func (s *CreateEventByMeResponseBodyAttendees) SetResponseStatus(v string) *CreateEventByMeResponseBodyAttendees
- func (s *CreateEventByMeResponseBodyAttendees) SetSelf(v bool) *CreateEventByMeResponseBodyAttendees
- func (s CreateEventByMeResponseBodyAttendees) String() string
- type CreateEventByMeResponseBodyEnd
- func (s CreateEventByMeResponseBodyEnd) GoString() string
- func (s *CreateEventByMeResponseBodyEnd) SetDate(v string) *CreateEventByMeResponseBodyEnd
- func (s *CreateEventByMeResponseBodyEnd) SetDateTime(v string) *CreateEventByMeResponseBodyEnd
- func (s *CreateEventByMeResponseBodyEnd) SetTimeZone(v string) *CreateEventByMeResponseBodyEnd
- func (s CreateEventByMeResponseBodyEnd) String() string
- type CreateEventByMeResponseBodyLocation
- type CreateEventByMeResponseBodyOnlineMeetingInfo
- func (s CreateEventByMeResponseBodyOnlineMeetingInfo) GoString() string
- func (s *CreateEventByMeResponseBodyOnlineMeetingInfo) SetConferenceId(v string) *CreateEventByMeResponseBodyOnlineMeetingInfo
- func (s *CreateEventByMeResponseBodyOnlineMeetingInfo) SetExtraInfo(v map[string]interface{}) *CreateEventByMeResponseBodyOnlineMeetingInfo
- func (s *CreateEventByMeResponseBodyOnlineMeetingInfo) SetType(v string) *CreateEventByMeResponseBodyOnlineMeetingInfo
- func (s *CreateEventByMeResponseBodyOnlineMeetingInfo) SetUrl(v string) *CreateEventByMeResponseBodyOnlineMeetingInfo
- func (s CreateEventByMeResponseBodyOnlineMeetingInfo) String() string
- type CreateEventByMeResponseBodyOrganizer
- func (s CreateEventByMeResponseBodyOrganizer) GoString() string
- func (s *CreateEventByMeResponseBodyOrganizer) SetDisplayName(v string) *CreateEventByMeResponseBodyOrganizer
- func (s *CreateEventByMeResponseBodyOrganizer) SetId(v string) *CreateEventByMeResponseBodyOrganizer
- func (s *CreateEventByMeResponseBodyOrganizer) SetResponseStatus(v string) *CreateEventByMeResponseBodyOrganizer
- func (s *CreateEventByMeResponseBodyOrganizer) SetSelf(v bool) *CreateEventByMeResponseBodyOrganizer
- func (s CreateEventByMeResponseBodyOrganizer) String() string
- type CreateEventByMeResponseBodyRecurrence
- func (s CreateEventByMeResponseBodyRecurrence) GoString() string
- func (s *CreateEventByMeResponseBodyRecurrence) SetPattern(v *CreateEventByMeResponseBodyRecurrencePattern) *CreateEventByMeResponseBodyRecurrence
- func (s *CreateEventByMeResponseBodyRecurrence) SetRange(v *CreateEventByMeResponseBodyRecurrenceRange) *CreateEventByMeResponseBodyRecurrence
- func (s CreateEventByMeResponseBodyRecurrence) String() string
- type CreateEventByMeResponseBodyRecurrencePattern
- func (s CreateEventByMeResponseBodyRecurrencePattern) GoString() string
- func (s *CreateEventByMeResponseBodyRecurrencePattern) SetDayOfMonth(v int32) *CreateEventByMeResponseBodyRecurrencePattern
- func (s *CreateEventByMeResponseBodyRecurrencePattern) SetDaysOfWeek(v string) *CreateEventByMeResponseBodyRecurrencePattern
- func (s *CreateEventByMeResponseBodyRecurrencePattern) SetFirstDayOfWeek(v string) *CreateEventByMeResponseBodyRecurrencePattern
- func (s *CreateEventByMeResponseBodyRecurrencePattern) SetIndex(v string) *CreateEventByMeResponseBodyRecurrencePattern
- func (s *CreateEventByMeResponseBodyRecurrencePattern) SetInterval(v int32) *CreateEventByMeResponseBodyRecurrencePattern
- func (s *CreateEventByMeResponseBodyRecurrencePattern) SetType(v string) *CreateEventByMeResponseBodyRecurrencePattern
- func (s CreateEventByMeResponseBodyRecurrencePattern) String() string
- type CreateEventByMeResponseBodyRecurrenceRange
- func (s CreateEventByMeResponseBodyRecurrenceRange) GoString() string
- func (s *CreateEventByMeResponseBodyRecurrenceRange) SetEndDate(v string) *CreateEventByMeResponseBodyRecurrenceRange
- func (s *CreateEventByMeResponseBodyRecurrenceRange) SetNumberOfOccurrences(v int32) *CreateEventByMeResponseBodyRecurrenceRange
- func (s *CreateEventByMeResponseBodyRecurrenceRange) SetType(v string) *CreateEventByMeResponseBodyRecurrenceRange
- func (s CreateEventByMeResponseBodyRecurrenceRange) String() string
- type CreateEventByMeResponseBodyReminders
- func (s CreateEventByMeResponseBodyReminders) GoString() string
- func (s *CreateEventByMeResponseBodyReminders) SetMethod(v string) *CreateEventByMeResponseBodyReminders
- func (s *CreateEventByMeResponseBodyReminders) SetMinutes(v string) *CreateEventByMeResponseBodyReminders
- func (s CreateEventByMeResponseBodyReminders) String() string
- type CreateEventByMeResponseBodyRichTextDescription
- type CreateEventByMeResponseBodyStart
- func (s CreateEventByMeResponseBodyStart) GoString() string
- func (s *CreateEventByMeResponseBodyStart) SetDate(v string) *CreateEventByMeResponseBodyStart
- func (s *CreateEventByMeResponseBodyStart) SetDateTime(v string) *CreateEventByMeResponseBodyStart
- func (s *CreateEventByMeResponseBodyStart) SetTimeZone(v string) *CreateEventByMeResponseBodyStart
- func (s CreateEventByMeResponseBodyStart) String() string
- type CreateEventByMeResponseBodyUiConfigs
- func (s CreateEventByMeResponseBodyUiConfigs) GoString() string
- func (s *CreateEventByMeResponseBodyUiConfigs) SetUiName(v string) *CreateEventByMeResponseBodyUiConfigs
- func (s *CreateEventByMeResponseBodyUiConfigs) SetUiStatus(v string) *CreateEventByMeResponseBodyUiConfigs
- func (s CreateEventByMeResponseBodyUiConfigs) String() string
- type CreateEventHeaders
- func (s CreateEventHeaders) GoString() string
- func (s *CreateEventHeaders) SetCommonHeaders(v map[string]*string) *CreateEventHeaders
- func (s *CreateEventHeaders) SetXAcsDingtalkAccessToken(v string) *CreateEventHeaders
- func (s *CreateEventHeaders) SetXClientToken(v string) *CreateEventHeaders
- func (s CreateEventHeaders) String() string
- type CreateEventRequest
- func (s CreateEventRequest) GoString() string
- func (s *CreateEventRequest) SetAttendees(v []*CreateEventRequestAttendees) *CreateEventRequest
- func (s *CreateEventRequest) SetDescription(v string) *CreateEventRequest
- func (s *CreateEventRequest) SetEnd(v *CreateEventRequestEnd) *CreateEventRequest
- func (s *CreateEventRequest) SetExtra(v map[string]*string) *CreateEventRequest
- func (s *CreateEventRequest) SetIsAllDay(v bool) *CreateEventRequest
- func (s *CreateEventRequest) SetLocation(v *CreateEventRequestLocation) *CreateEventRequest
- func (s *CreateEventRequest) SetOnlineMeetingInfo(v *CreateEventRequestOnlineMeetingInfo) *CreateEventRequest
- func (s *CreateEventRequest) SetRecurrence(v *CreateEventRequestRecurrence) *CreateEventRequest
- func (s *CreateEventRequest) SetReminders(v []*CreateEventRequestReminders) *CreateEventRequest
- func (s *CreateEventRequest) SetRichTextDescription(v *CreateEventRequestRichTextDescription) *CreateEventRequest
- func (s *CreateEventRequest) SetStart(v *CreateEventRequestStart) *CreateEventRequest
- func (s *CreateEventRequest) SetSummary(v string) *CreateEventRequest
- func (s *CreateEventRequest) SetUiConfigs(v []*CreateEventRequestUiConfigs) *CreateEventRequest
- func (s CreateEventRequest) String() string
- type CreateEventRequestAttendees
- type CreateEventRequestEnd
- func (s CreateEventRequestEnd) GoString() string
- func (s *CreateEventRequestEnd) SetDate(v string) *CreateEventRequestEnd
- func (s *CreateEventRequestEnd) SetDateTime(v string) *CreateEventRequestEnd
- func (s *CreateEventRequestEnd) SetTimeZone(v string) *CreateEventRequestEnd
- func (s CreateEventRequestEnd) String() string
- type CreateEventRequestLocation
- type CreateEventRequestOnlineMeetingInfo
- type CreateEventRequestRecurrence
- func (s CreateEventRequestRecurrence) GoString() string
- func (s *CreateEventRequestRecurrence) SetPattern(v *CreateEventRequestRecurrencePattern) *CreateEventRequestRecurrence
- func (s *CreateEventRequestRecurrence) SetRange(v *CreateEventRequestRecurrenceRange) *CreateEventRequestRecurrence
- func (s CreateEventRequestRecurrence) String() string
- type CreateEventRequestRecurrencePattern
- func (s CreateEventRequestRecurrencePattern) GoString() string
- func (s *CreateEventRequestRecurrencePattern) SetDayOfMonth(v int32) *CreateEventRequestRecurrencePattern
- func (s *CreateEventRequestRecurrencePattern) SetDaysOfWeek(v string) *CreateEventRequestRecurrencePattern
- func (s *CreateEventRequestRecurrencePattern) SetFirstDayOfWeek(v string) *CreateEventRequestRecurrencePattern
- func (s *CreateEventRequestRecurrencePattern) SetIndex(v string) *CreateEventRequestRecurrencePattern
- func (s *CreateEventRequestRecurrencePattern) SetInterval(v int32) *CreateEventRequestRecurrencePattern
- func (s *CreateEventRequestRecurrencePattern) SetType(v string) *CreateEventRequestRecurrencePattern
- func (s CreateEventRequestRecurrencePattern) String() string
- type CreateEventRequestRecurrenceRange
- func (s CreateEventRequestRecurrenceRange) GoString() string
- func (s *CreateEventRequestRecurrenceRange) SetEndDate(v string) *CreateEventRequestRecurrenceRange
- func (s *CreateEventRequestRecurrenceRange) SetNumberOfOccurrences(v int32) *CreateEventRequestRecurrenceRange
- func (s *CreateEventRequestRecurrenceRange) SetType(v string) *CreateEventRequestRecurrenceRange
- func (s CreateEventRequestRecurrenceRange) String() string
- type CreateEventRequestReminders
- type CreateEventRequestRichTextDescription
- type CreateEventRequestStart
- func (s CreateEventRequestStart) GoString() string
- func (s *CreateEventRequestStart) SetDate(v string) *CreateEventRequestStart
- func (s *CreateEventRequestStart) SetDateTime(v string) *CreateEventRequestStart
- func (s *CreateEventRequestStart) SetTimeZone(v string) *CreateEventRequestStart
- func (s CreateEventRequestStart) String() string
- type CreateEventRequestUiConfigs
- type CreateEventResponse
- func (s CreateEventResponse) GoString() string
- func (s *CreateEventResponse) SetBody(v *CreateEventResponseBody) *CreateEventResponse
- func (s *CreateEventResponse) SetHeaders(v map[string]*string) *CreateEventResponse
- func (s *CreateEventResponse) SetStatusCode(v int32) *CreateEventResponse
- func (s CreateEventResponse) String() string
- type CreateEventResponseBody
- func (s CreateEventResponseBody) GoString() string
- func (s *CreateEventResponseBody) SetAttendees(v []*CreateEventResponseBodyAttendees) *CreateEventResponseBody
- func (s *CreateEventResponseBody) SetCreateTime(v string) *CreateEventResponseBody
- func (s *CreateEventResponseBody) SetDescription(v string) *CreateEventResponseBody
- func (s *CreateEventResponseBody) SetEnd(v *CreateEventResponseBodyEnd) *CreateEventResponseBody
- func (s *CreateEventResponseBody) SetId(v string) *CreateEventResponseBody
- func (s *CreateEventResponseBody) SetIsAllDay(v bool) *CreateEventResponseBody
- func (s *CreateEventResponseBody) SetLocation(v *CreateEventResponseBodyLocation) *CreateEventResponseBody
- func (s *CreateEventResponseBody) SetOnlineMeetingInfo(v *CreateEventResponseBodyOnlineMeetingInfo) *CreateEventResponseBody
- func (s *CreateEventResponseBody) SetOrganizer(v *CreateEventResponseBodyOrganizer) *CreateEventResponseBody
- func (s *CreateEventResponseBody) SetRecurrence(v *CreateEventResponseBodyRecurrence) *CreateEventResponseBody
- func (s *CreateEventResponseBody) SetReminders(v []*CreateEventResponseBodyReminders) *CreateEventResponseBody
- func (s *CreateEventResponseBody) SetRichTextDescription(v *CreateEventResponseBodyRichTextDescription) *CreateEventResponseBody
- func (s *CreateEventResponseBody) SetStart(v *CreateEventResponseBodyStart) *CreateEventResponseBody
- func (s *CreateEventResponseBody) SetSummary(v string) *CreateEventResponseBody
- func (s *CreateEventResponseBody) SetUiConfigs(v []*CreateEventResponseBodyUiConfigs) *CreateEventResponseBody
- func (s *CreateEventResponseBody) SetUpdateTime(v string) *CreateEventResponseBody
- func (s CreateEventResponseBody) String() string
- type CreateEventResponseBodyAttendees
- func (s CreateEventResponseBodyAttendees) GoString() string
- func (s *CreateEventResponseBodyAttendees) SetDisplayName(v string) *CreateEventResponseBodyAttendees
- func (s *CreateEventResponseBodyAttendees) SetId(v string) *CreateEventResponseBodyAttendees
- func (s *CreateEventResponseBodyAttendees) SetIsOptional(v bool) *CreateEventResponseBodyAttendees
- func (s *CreateEventResponseBodyAttendees) SetResponseStatus(v string) *CreateEventResponseBodyAttendees
- func (s *CreateEventResponseBodyAttendees) SetSelf(v bool) *CreateEventResponseBodyAttendees
- func (s CreateEventResponseBodyAttendees) String() string
- type CreateEventResponseBodyEnd
- func (s CreateEventResponseBodyEnd) GoString() string
- func (s *CreateEventResponseBodyEnd) SetDate(v string) *CreateEventResponseBodyEnd
- func (s *CreateEventResponseBodyEnd) SetDateTime(v string) *CreateEventResponseBodyEnd
- func (s *CreateEventResponseBodyEnd) SetTimeZone(v string) *CreateEventResponseBodyEnd
- func (s CreateEventResponseBodyEnd) String() string
- type CreateEventResponseBodyLocation
- type CreateEventResponseBodyOnlineMeetingInfo
- func (s CreateEventResponseBodyOnlineMeetingInfo) GoString() string
- func (s *CreateEventResponseBodyOnlineMeetingInfo) SetConferenceId(v string) *CreateEventResponseBodyOnlineMeetingInfo
- func (s *CreateEventResponseBodyOnlineMeetingInfo) SetExtraInfo(v map[string]interface{}) *CreateEventResponseBodyOnlineMeetingInfo
- func (s *CreateEventResponseBodyOnlineMeetingInfo) SetType(v string) *CreateEventResponseBodyOnlineMeetingInfo
- func (s *CreateEventResponseBodyOnlineMeetingInfo) SetUrl(v string) *CreateEventResponseBodyOnlineMeetingInfo
- func (s CreateEventResponseBodyOnlineMeetingInfo) String() string
- type CreateEventResponseBodyOrganizer
- func (s CreateEventResponseBodyOrganizer) GoString() string
- func (s *CreateEventResponseBodyOrganizer) SetDisplayName(v string) *CreateEventResponseBodyOrganizer
- func (s *CreateEventResponseBodyOrganizer) SetId(v string) *CreateEventResponseBodyOrganizer
- func (s *CreateEventResponseBodyOrganizer) SetResponseStatus(v string) *CreateEventResponseBodyOrganizer
- func (s *CreateEventResponseBodyOrganizer) SetSelf(v bool) *CreateEventResponseBodyOrganizer
- func (s CreateEventResponseBodyOrganizer) String() string
- type CreateEventResponseBodyRecurrence
- func (s CreateEventResponseBodyRecurrence) GoString() string
- func (s *CreateEventResponseBodyRecurrence) SetPattern(v *CreateEventResponseBodyRecurrencePattern) *CreateEventResponseBodyRecurrence
- func (s *CreateEventResponseBodyRecurrence) SetRange(v *CreateEventResponseBodyRecurrenceRange) *CreateEventResponseBodyRecurrence
- func (s CreateEventResponseBodyRecurrence) String() string
- type CreateEventResponseBodyRecurrencePattern
- func (s CreateEventResponseBodyRecurrencePattern) GoString() string
- func (s *CreateEventResponseBodyRecurrencePattern) SetDayOfMonth(v int32) *CreateEventResponseBodyRecurrencePattern
- func (s *CreateEventResponseBodyRecurrencePattern) SetDaysOfWeek(v string) *CreateEventResponseBodyRecurrencePattern
- func (s *CreateEventResponseBodyRecurrencePattern) SetFirstDayOfWeek(v string) *CreateEventResponseBodyRecurrencePattern
- func (s *CreateEventResponseBodyRecurrencePattern) SetIndex(v string) *CreateEventResponseBodyRecurrencePattern
- func (s *CreateEventResponseBodyRecurrencePattern) SetInterval(v int32) *CreateEventResponseBodyRecurrencePattern
- func (s *CreateEventResponseBodyRecurrencePattern) SetType(v string) *CreateEventResponseBodyRecurrencePattern
- func (s CreateEventResponseBodyRecurrencePattern) String() string
- type CreateEventResponseBodyRecurrenceRange
- func (s CreateEventResponseBodyRecurrenceRange) GoString() string
- func (s *CreateEventResponseBodyRecurrenceRange) SetEndDate(v string) *CreateEventResponseBodyRecurrenceRange
- func (s *CreateEventResponseBodyRecurrenceRange) SetNumberOfOccurrences(v int32) *CreateEventResponseBodyRecurrenceRange
- func (s *CreateEventResponseBodyRecurrenceRange) SetType(v string) *CreateEventResponseBodyRecurrenceRange
- func (s CreateEventResponseBodyRecurrenceRange) String() string
- type CreateEventResponseBodyReminders
- func (s CreateEventResponseBodyReminders) GoString() string
- func (s *CreateEventResponseBodyReminders) SetMethod(v string) *CreateEventResponseBodyReminders
- func (s *CreateEventResponseBodyReminders) SetMinutes(v string) *CreateEventResponseBodyReminders
- func (s CreateEventResponseBodyReminders) String() string
- type CreateEventResponseBodyRichTextDescription
- type CreateEventResponseBodyStart
- func (s CreateEventResponseBodyStart) GoString() string
- func (s *CreateEventResponseBodyStart) SetDate(v string) *CreateEventResponseBodyStart
- func (s *CreateEventResponseBodyStart) SetDateTime(v string) *CreateEventResponseBodyStart
- func (s *CreateEventResponseBodyStart) SetTimeZone(v string) *CreateEventResponseBodyStart
- func (s CreateEventResponseBodyStart) String() string
- type CreateEventResponseBodyUiConfigs
- func (s CreateEventResponseBodyUiConfigs) GoString() string
- func (s *CreateEventResponseBodyUiConfigs) SetUiName(v string) *CreateEventResponseBodyUiConfigs
- func (s *CreateEventResponseBodyUiConfigs) SetUiStatus(v string) *CreateEventResponseBodyUiConfigs
- func (s CreateEventResponseBodyUiConfigs) String() string
- type CreateSubscribedCalendarHeaders
- func (s CreateSubscribedCalendarHeaders) GoString() string
- func (s *CreateSubscribedCalendarHeaders) SetCommonHeaders(v map[string]*string) *CreateSubscribedCalendarHeaders
- func (s *CreateSubscribedCalendarHeaders) SetXAcsDingtalkAccessToken(v string) *CreateSubscribedCalendarHeaders
- func (s CreateSubscribedCalendarHeaders) String() string
- type CreateSubscribedCalendarRequest
- func (s CreateSubscribedCalendarRequest) GoString() string
- func (s *CreateSubscribedCalendarRequest) SetDescription(v string) *CreateSubscribedCalendarRequest
- func (s *CreateSubscribedCalendarRequest) SetManagers(v []*string) *CreateSubscribedCalendarRequest
- func (s *CreateSubscribedCalendarRequest) SetName(v string) *CreateSubscribedCalendarRequest
- func (s *CreateSubscribedCalendarRequest) SetSubscribeScope(v *CreateSubscribedCalendarRequestSubscribeScope) *CreateSubscribedCalendarRequest
- func (s CreateSubscribedCalendarRequest) String() string
- type CreateSubscribedCalendarRequestSubscribeScope
- func (s CreateSubscribedCalendarRequestSubscribeScope) GoString() string
- func (s *CreateSubscribedCalendarRequestSubscribeScope) SetCorpIds(v []*string) *CreateSubscribedCalendarRequestSubscribeScope
- func (s *CreateSubscribedCalendarRequestSubscribeScope) SetOpenConversationIds(v []*string) *CreateSubscribedCalendarRequestSubscribeScope
- func (s *CreateSubscribedCalendarRequestSubscribeScope) SetUnionIds(v []*string) *CreateSubscribedCalendarRequestSubscribeScope
- func (s CreateSubscribedCalendarRequestSubscribeScope) String() string
- type CreateSubscribedCalendarResponse
- func (s CreateSubscribedCalendarResponse) GoString() string
- func (s *CreateSubscribedCalendarResponse) SetBody(v *CreateSubscribedCalendarResponseBody) *CreateSubscribedCalendarResponse
- func (s *CreateSubscribedCalendarResponse) SetHeaders(v map[string]*string) *CreateSubscribedCalendarResponse
- func (s *CreateSubscribedCalendarResponse) SetStatusCode(v int32) *CreateSubscribedCalendarResponse
- func (s CreateSubscribedCalendarResponse) String() string
- type CreateSubscribedCalendarResponseBody
- type DeleteAclHeaders
- type DeleteAclResponse
- type DeleteEventHeaders
- func (s DeleteEventHeaders) GoString() string
- func (s *DeleteEventHeaders) SetCommonHeaders(v map[string]*string) *DeleteEventHeaders
- func (s *DeleteEventHeaders) SetXAcsDingtalkAccessToken(v string) *DeleteEventHeaders
- func (s *DeleteEventHeaders) SetXClientToken(v string) *DeleteEventHeaders
- func (s DeleteEventHeaders) String() string
- type DeleteEventRequest
- type DeleteEventResponse
- type DeleteSubscribedCalendarHeaders
- func (s DeleteSubscribedCalendarHeaders) GoString() string
- func (s *DeleteSubscribedCalendarHeaders) SetCommonHeaders(v map[string]*string) *DeleteSubscribedCalendarHeaders
- func (s *DeleteSubscribedCalendarHeaders) SetXAcsDingtalkAccessToken(v string) *DeleteSubscribedCalendarHeaders
- func (s DeleteSubscribedCalendarHeaders) String() string
- type DeleteSubscribedCalendarResponse
- func (s DeleteSubscribedCalendarResponse) GoString() string
- func (s *DeleteSubscribedCalendarResponse) SetBody(v *DeleteSubscribedCalendarResponseBody) *DeleteSubscribedCalendarResponse
- func (s *DeleteSubscribedCalendarResponse) SetHeaders(v map[string]*string) *DeleteSubscribedCalendarResponse
- func (s *DeleteSubscribedCalendarResponse) SetStatusCode(v int32) *DeleteSubscribedCalendarResponse
- func (s DeleteSubscribedCalendarResponse) String() string
- type DeleteSubscribedCalendarResponseBody
- type GenerateCaldavAccountHeaders
- func (s GenerateCaldavAccountHeaders) GoString() string
- func (s *GenerateCaldavAccountHeaders) SetCommonHeaders(v map[string]*string) *GenerateCaldavAccountHeaders
- func (s *GenerateCaldavAccountHeaders) SetDingUid(v string) *GenerateCaldavAccountHeaders
- func (s *GenerateCaldavAccountHeaders) SetXAcsDingtalkAccessToken(v string) *GenerateCaldavAccountHeaders
- func (s GenerateCaldavAccountHeaders) String() string
- type GenerateCaldavAccountRequest
- type GenerateCaldavAccountResponse
- func (s GenerateCaldavAccountResponse) GoString() string
- func (s *GenerateCaldavAccountResponse) SetBody(v *GenerateCaldavAccountResponseBody) *GenerateCaldavAccountResponse
- func (s *GenerateCaldavAccountResponse) SetHeaders(v map[string]*string) *GenerateCaldavAccountResponse
- func (s *GenerateCaldavAccountResponse) SetStatusCode(v int32) *GenerateCaldavAccountResponse
- func (s GenerateCaldavAccountResponse) String() string
- type GenerateCaldavAccountResponseBody
- func (s GenerateCaldavAccountResponseBody) GoString() string
- func (s *GenerateCaldavAccountResponseBody) SetPassword(v string) *GenerateCaldavAccountResponseBody
- func (s *GenerateCaldavAccountResponseBody) SetServerAddress(v string) *GenerateCaldavAccountResponseBody
- func (s *GenerateCaldavAccountResponseBody) SetUsername(v string) *GenerateCaldavAccountResponseBody
- func (s GenerateCaldavAccountResponseBody) String() string
- type GetEventHeaders
- type GetEventRequest
- type GetEventResponse
- func (s GetEventResponse) GoString() string
- func (s *GetEventResponse) SetBody(v *GetEventResponseBody) *GetEventResponse
- func (s *GetEventResponse) SetHeaders(v map[string]*string) *GetEventResponse
- func (s *GetEventResponse) SetStatusCode(v int32) *GetEventResponse
- func (s GetEventResponse) String() string
- type GetEventResponseBody
- func (s GetEventResponseBody) GoString() string
- func (s *GetEventResponseBody) SetAttendees(v []*GetEventResponseBodyAttendees) *GetEventResponseBody
- func (s *GetEventResponseBody) SetCategories(v []*GetEventResponseBodyCategories) *GetEventResponseBody
- func (s *GetEventResponseBody) SetCreateTime(v string) *GetEventResponseBody
- func (s *GetEventResponseBody) SetDescription(v string) *GetEventResponseBody
- func (s *GetEventResponseBody) SetEnd(v *GetEventResponseBodyEnd) *GetEventResponseBody
- func (s *GetEventResponseBody) SetExtendedProperties(v *GetEventResponseBodyExtendedProperties) *GetEventResponseBody
- func (s *GetEventResponseBody) SetId(v string) *GetEventResponseBody
- func (s *GetEventResponseBody) SetIsAllDay(v bool) *GetEventResponseBody
- func (s *GetEventResponseBody) SetLocation(v *GetEventResponseBodyLocation) *GetEventResponseBody
- func (s *GetEventResponseBody) SetMeetingRooms(v []*GetEventResponseBodyMeetingRooms) *GetEventResponseBody
- func (s *GetEventResponseBody) SetOnlineMeetingInfo(v *GetEventResponseBodyOnlineMeetingInfo) *GetEventResponseBody
- func (s *GetEventResponseBody) SetOrganizer(v *GetEventResponseBodyOrganizer) *GetEventResponseBody
- func (s *GetEventResponseBody) SetOriginStart(v *GetEventResponseBodyOriginStart) *GetEventResponseBody
- func (s *GetEventResponseBody) SetRecurrence(v *GetEventResponseBodyRecurrence) *GetEventResponseBody
- func (s *GetEventResponseBody) SetReminders(v []*GetEventResponseBodyReminders) *GetEventResponseBody
- func (s *GetEventResponseBody) SetRichTextDescription(v *GetEventResponseBodyRichTextDescription) *GetEventResponseBody
- func (s *GetEventResponseBody) SetSeriesMasterId(v string) *GetEventResponseBody
- func (s *GetEventResponseBody) SetStart(v *GetEventResponseBodyStart) *GetEventResponseBody
- func (s *GetEventResponseBody) SetStatus(v string) *GetEventResponseBody
- func (s *GetEventResponseBody) SetSummary(v string) *GetEventResponseBody
- func (s *GetEventResponseBody) SetUpdateTime(v string) *GetEventResponseBody
- func (s GetEventResponseBody) String() string
- type GetEventResponseBodyAttendees
- func (s GetEventResponseBodyAttendees) GoString() string
- func (s *GetEventResponseBodyAttendees) SetDisplayName(v string) *GetEventResponseBodyAttendees
- func (s *GetEventResponseBodyAttendees) SetId(v string) *GetEventResponseBodyAttendees
- func (s *GetEventResponseBodyAttendees) SetIsOptional(v bool) *GetEventResponseBodyAttendees
- func (s *GetEventResponseBodyAttendees) SetResponseStatus(v string) *GetEventResponseBodyAttendees
- func (s *GetEventResponseBodyAttendees) SetSelf(v bool) *GetEventResponseBodyAttendees
- func (s GetEventResponseBodyAttendees) String() string
- type GetEventResponseBodyCategories
- type GetEventResponseBodyEnd
- func (s GetEventResponseBodyEnd) GoString() string
- func (s *GetEventResponseBodyEnd) SetDate(v string) *GetEventResponseBodyEnd
- func (s *GetEventResponseBodyEnd) SetDateTime(v string) *GetEventResponseBodyEnd
- func (s *GetEventResponseBodyEnd) SetTimeZone(v string) *GetEventResponseBodyEnd
- func (s GetEventResponseBodyEnd) String() string
- type GetEventResponseBodyExtendedProperties
- type GetEventResponseBodyExtendedPropertiesSharedProperties
- func (s GetEventResponseBodyExtendedPropertiesSharedProperties) GoString() string
- func (s *GetEventResponseBodyExtendedPropertiesSharedProperties) SetBelongCorpId(v string) *GetEventResponseBodyExtendedPropertiesSharedProperties
- func (s *GetEventResponseBodyExtendedPropertiesSharedProperties) SetSourceOpenCid(v string) *GetEventResponseBodyExtendedPropertiesSharedProperties
- func (s GetEventResponseBodyExtendedPropertiesSharedProperties) String() string
- type GetEventResponseBodyLocation
- func (s GetEventResponseBodyLocation) GoString() string
- func (s *GetEventResponseBodyLocation) SetDisplayName(v string) *GetEventResponseBodyLocation
- func (s *GetEventResponseBodyLocation) SetMeetingRooms(v []*string) *GetEventResponseBodyLocation
- func (s GetEventResponseBodyLocation) String() string
- type GetEventResponseBodyMeetingRooms
- func (s GetEventResponseBodyMeetingRooms) GoString() string
- func (s *GetEventResponseBodyMeetingRooms) SetDisplayName(v string) *GetEventResponseBodyMeetingRooms
- func (s *GetEventResponseBodyMeetingRooms) SetResponseStatus(v string) *GetEventResponseBodyMeetingRooms
- func (s *GetEventResponseBodyMeetingRooms) SetRoomId(v string) *GetEventResponseBodyMeetingRooms
- func (s GetEventResponseBodyMeetingRooms) String() string
- type GetEventResponseBodyOnlineMeetingInfo
- func (s GetEventResponseBodyOnlineMeetingInfo) GoString() string
- func (s *GetEventResponseBodyOnlineMeetingInfo) SetConferenceId(v string) *GetEventResponseBodyOnlineMeetingInfo
- func (s *GetEventResponseBodyOnlineMeetingInfo) SetExtraInfo(v map[string]interface{}) *GetEventResponseBodyOnlineMeetingInfo
- func (s *GetEventResponseBodyOnlineMeetingInfo) SetType(v string) *GetEventResponseBodyOnlineMeetingInfo
- func (s *GetEventResponseBodyOnlineMeetingInfo) SetUrl(v string) *GetEventResponseBodyOnlineMeetingInfo
- func (s GetEventResponseBodyOnlineMeetingInfo) String() string
- type GetEventResponseBodyOrganizer
- func (s GetEventResponseBodyOrganizer) GoString() string
- func (s *GetEventResponseBodyOrganizer) SetDisplayName(v string) *GetEventResponseBodyOrganizer
- func (s *GetEventResponseBodyOrganizer) SetId(v string) *GetEventResponseBodyOrganizer
- func (s *GetEventResponseBodyOrganizer) SetResponseStatus(v string) *GetEventResponseBodyOrganizer
- func (s *GetEventResponseBodyOrganizer) SetSelf(v bool) *GetEventResponseBodyOrganizer
- func (s GetEventResponseBodyOrganizer) String() string
- type GetEventResponseBodyOriginStart
- type GetEventResponseBodyRecurrence
- func (s GetEventResponseBodyRecurrence) GoString() string
- func (s *GetEventResponseBodyRecurrence) SetPattern(v *GetEventResponseBodyRecurrencePattern) *GetEventResponseBodyRecurrence
- func (s *GetEventResponseBodyRecurrence) SetRange(v *GetEventResponseBodyRecurrenceRange) *GetEventResponseBodyRecurrence
- func (s GetEventResponseBodyRecurrence) String() string
- type GetEventResponseBodyRecurrencePattern
- func (s GetEventResponseBodyRecurrencePattern) GoString() string
- func (s *GetEventResponseBodyRecurrencePattern) SetDayOfMonth(v int32) *GetEventResponseBodyRecurrencePattern
- func (s *GetEventResponseBodyRecurrencePattern) SetDaysOfWeek(v string) *GetEventResponseBodyRecurrencePattern
- func (s *GetEventResponseBodyRecurrencePattern) SetFirstDayOfWeek(v string) *GetEventResponseBodyRecurrencePattern
- func (s *GetEventResponseBodyRecurrencePattern) SetIndex(v string) *GetEventResponseBodyRecurrencePattern
- func (s *GetEventResponseBodyRecurrencePattern) SetInterval(v int32) *GetEventResponseBodyRecurrencePattern
- func (s *GetEventResponseBodyRecurrencePattern) SetType(v string) *GetEventResponseBodyRecurrencePattern
- func (s GetEventResponseBodyRecurrencePattern) String() string
- type GetEventResponseBodyRecurrenceRange
- func (s GetEventResponseBodyRecurrenceRange) GoString() string
- func (s *GetEventResponseBodyRecurrenceRange) SetEndDate(v string) *GetEventResponseBodyRecurrenceRange
- func (s *GetEventResponseBodyRecurrenceRange) SetNumberOfOccurrences(v int32) *GetEventResponseBodyRecurrenceRange
- func (s *GetEventResponseBodyRecurrenceRange) SetType(v string) *GetEventResponseBodyRecurrenceRange
- func (s GetEventResponseBodyRecurrenceRange) String() string
- type GetEventResponseBodyReminders
- type GetEventResponseBodyRichTextDescription
- type GetEventResponseBodyStart
- func (s GetEventResponseBodyStart) GoString() string
- func (s *GetEventResponseBodyStart) SetDate(v string) *GetEventResponseBodyStart
- func (s *GetEventResponseBodyStart) SetDateTime(v string) *GetEventResponseBodyStart
- func (s *GetEventResponseBodyStart) SetTimeZone(v string) *GetEventResponseBodyStart
- func (s GetEventResponseBodyStart) String() string
- type GetMeetingRoomsScheduleHeaders
- func (s GetMeetingRoomsScheduleHeaders) GoString() string
- func (s *GetMeetingRoomsScheduleHeaders) SetCommonHeaders(v map[string]*string) *GetMeetingRoomsScheduleHeaders
- func (s *GetMeetingRoomsScheduleHeaders) SetXAcsDingtalkAccessToken(v string) *GetMeetingRoomsScheduleHeaders
- func (s GetMeetingRoomsScheduleHeaders) String() string
- type GetMeetingRoomsScheduleRequest
- func (s GetMeetingRoomsScheduleRequest) GoString() string
- func (s *GetMeetingRoomsScheduleRequest) SetEndTime(v string) *GetMeetingRoomsScheduleRequest
- func (s *GetMeetingRoomsScheduleRequest) SetRoomIds(v []*string) *GetMeetingRoomsScheduleRequest
- func (s *GetMeetingRoomsScheduleRequest) SetStartTime(v string) *GetMeetingRoomsScheduleRequest
- func (s GetMeetingRoomsScheduleRequest) String() string
- type GetMeetingRoomsScheduleResponse
- func (s GetMeetingRoomsScheduleResponse) GoString() string
- func (s *GetMeetingRoomsScheduleResponse) SetBody(v *GetMeetingRoomsScheduleResponseBody) *GetMeetingRoomsScheduleResponse
- func (s *GetMeetingRoomsScheduleResponse) SetHeaders(v map[string]*string) *GetMeetingRoomsScheduleResponse
- func (s *GetMeetingRoomsScheduleResponse) SetStatusCode(v int32) *GetMeetingRoomsScheduleResponse
- func (s GetMeetingRoomsScheduleResponse) String() string
- type GetMeetingRoomsScheduleResponseBody
- type GetMeetingRoomsScheduleResponseBodyScheduleInformation
- func (s GetMeetingRoomsScheduleResponseBodyScheduleInformation) GoString() string
- func (s *GetMeetingRoomsScheduleResponseBodyScheduleInformation) SetError(v string) *GetMeetingRoomsScheduleResponseBodyScheduleInformation
- func (s *GetMeetingRoomsScheduleResponseBodyScheduleInformation) SetRoomId(v string) *GetMeetingRoomsScheduleResponseBodyScheduleInformation
- func (s *GetMeetingRoomsScheduleResponseBodyScheduleInformation) SetScheduleItems(v []*GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItems) *GetMeetingRoomsScheduleResponseBodyScheduleInformation
- func (s GetMeetingRoomsScheduleResponseBodyScheduleInformation) String() string
- type GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItems
- func (s GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItems) GoString() string
- func (s *GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItems) SetEnd(v *GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsEnd) *GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItems
- func (s *GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItems) SetEventId(v string) *GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItems
- func (s *GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItems) SetOrganizer(...) *GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItems
- func (s *GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItems) SetStart(v *GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsStart) *GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItems
- func (s *GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItems) SetStatus(v string) *GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItems
- func (s GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItems) String() string
- type GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsEnd
- func (s GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsEnd) GoString() string
- func (s *GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsEnd) SetDateTime(v string) *GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsEnd
- func (s *GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsEnd) SetTimeZone(v string) *GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsEnd
- func (s GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsEnd) String() string
- type GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsOrganizer
- func (s GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsOrganizer) GoString() string
- func (s *GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsOrganizer) SetId(v string) *GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsOrganizer
- func (s GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsOrganizer) String() string
- type GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsStart
- func (s GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsStart) GoString() string
- func (s *GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsStart) SetDateTime(v string) *GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsStart
- func (s *GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsStart) SetTimeZone(v string) *GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsStart
- func (s GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsStart) String() string
- type GetScheduleHeaders
- type GetScheduleRequest
- func (s GetScheduleRequest) GoString() string
- func (s *GetScheduleRequest) SetEndTime(v string) *GetScheduleRequest
- func (s *GetScheduleRequest) SetStartTime(v string) *GetScheduleRequest
- func (s *GetScheduleRequest) SetUserIds(v []*string) *GetScheduleRequest
- func (s GetScheduleRequest) String() string
- type GetScheduleResponse
- func (s GetScheduleResponse) GoString() string
- func (s *GetScheduleResponse) SetBody(v *GetScheduleResponseBody) *GetScheduleResponse
- func (s *GetScheduleResponse) SetHeaders(v map[string]*string) *GetScheduleResponse
- func (s *GetScheduleResponse) SetStatusCode(v int32) *GetScheduleResponse
- func (s GetScheduleResponse) String() string
- type GetScheduleResponseBody
- type GetScheduleResponseBodyScheduleInformation
- func (s GetScheduleResponseBodyScheduleInformation) GoString() string
- func (s *GetScheduleResponseBodyScheduleInformation) SetError(v string) *GetScheduleResponseBodyScheduleInformation
- func (s *GetScheduleResponseBodyScheduleInformation) SetScheduleItems(v []*GetScheduleResponseBodyScheduleInformationScheduleItems) *GetScheduleResponseBodyScheduleInformation
- func (s *GetScheduleResponseBodyScheduleInformation) SetUserId(v string) *GetScheduleResponseBodyScheduleInformation
- func (s GetScheduleResponseBodyScheduleInformation) String() string
- type GetScheduleResponseBodyScheduleInformationScheduleItems
- func (s GetScheduleResponseBodyScheduleInformationScheduleItems) GoString() string
- func (s *GetScheduleResponseBodyScheduleInformationScheduleItems) SetEnd(v *GetScheduleResponseBodyScheduleInformationScheduleItemsEnd) *GetScheduleResponseBodyScheduleInformationScheduleItems
- func (s *GetScheduleResponseBodyScheduleInformationScheduleItems) SetStart(v *GetScheduleResponseBodyScheduleInformationScheduleItemsStart) *GetScheduleResponseBodyScheduleInformationScheduleItems
- func (s *GetScheduleResponseBodyScheduleInformationScheduleItems) SetStatus(v string) *GetScheduleResponseBodyScheduleInformationScheduleItems
- func (s GetScheduleResponseBodyScheduleInformationScheduleItems) String() string
- type GetScheduleResponseBodyScheduleInformationScheduleItemsEnd
- func (s GetScheduleResponseBodyScheduleInformationScheduleItemsEnd) GoString() string
- func (s *GetScheduleResponseBodyScheduleInformationScheduleItemsEnd) SetDate(v string) *GetScheduleResponseBodyScheduleInformationScheduleItemsEnd
- func (s *GetScheduleResponseBodyScheduleInformationScheduleItemsEnd) SetDateTime(v string) *GetScheduleResponseBodyScheduleInformationScheduleItemsEnd
- func (s *GetScheduleResponseBodyScheduleInformationScheduleItemsEnd) SetTimeZone(v string) *GetScheduleResponseBodyScheduleInformationScheduleItemsEnd
- func (s GetScheduleResponseBodyScheduleInformationScheduleItemsEnd) String() string
- type GetScheduleResponseBodyScheduleInformationScheduleItemsStart
- func (s GetScheduleResponseBodyScheduleInformationScheduleItemsStart) GoString() string
- func (s *GetScheduleResponseBodyScheduleInformationScheduleItemsStart) SetDate(v string) *GetScheduleResponseBodyScheduleInformationScheduleItemsStart
- func (s *GetScheduleResponseBodyScheduleInformationScheduleItemsStart) SetDateTime(v string) *GetScheduleResponseBodyScheduleInformationScheduleItemsStart
- func (s *GetScheduleResponseBodyScheduleInformationScheduleItemsStart) SetTimeZone(v string) *GetScheduleResponseBodyScheduleInformationScheduleItemsStart
- func (s GetScheduleResponseBodyScheduleInformationScheduleItemsStart) String() string
- type GetSignInLinkHeaders
- type GetSignInLinkResponse
- func (s GetSignInLinkResponse) GoString() string
- func (s *GetSignInLinkResponse) SetBody(v *GetSignInLinkResponseBody) *GetSignInLinkResponse
- func (s *GetSignInLinkResponse) SetHeaders(v map[string]*string) *GetSignInLinkResponse
- func (s *GetSignInLinkResponse) SetStatusCode(v int32) *GetSignInLinkResponse
- func (s GetSignInLinkResponse) String() string
- type GetSignInLinkResponseBody
- type GetSignInListHeaders
- type GetSignInListRequest
- func (s GetSignInListRequest) GoString() string
- func (s *GetSignInListRequest) SetMaxResults(v int32) *GetSignInListRequest
- func (s *GetSignInListRequest) SetNextToken(v string) *GetSignInListRequest
- func (s *GetSignInListRequest) SetType(v string) *GetSignInListRequest
- func (s GetSignInListRequest) String() string
- type GetSignInListResponse
- func (s GetSignInListResponse) GoString() string
- func (s *GetSignInListResponse) SetBody(v *GetSignInListResponseBody) *GetSignInListResponse
- func (s *GetSignInListResponse) SetHeaders(v map[string]*string) *GetSignInListResponse
- func (s *GetSignInListResponse) SetStatusCode(v int32) *GetSignInListResponse
- func (s GetSignInListResponse) String() string
- type GetSignInListResponseBody
- type GetSignInListResponseBodyUsers
- func (s GetSignInListResponseBodyUsers) GoString() string
- func (s *GetSignInListResponseBodyUsers) SetCheckInTime(v int64) *GetSignInListResponseBodyUsers
- func (s *GetSignInListResponseBodyUsers) SetDisplayName(v string) *GetSignInListResponseBodyUsers
- func (s *GetSignInListResponseBodyUsers) SetUserId(v string) *GetSignInListResponseBodyUsers
- func (s GetSignInListResponseBodyUsers) String() string
- type GetSignOutLinkHeaders
- type GetSignOutLinkResponse
- func (s GetSignOutLinkResponse) GoString() string
- func (s *GetSignOutLinkResponse) SetBody(v *GetSignOutLinkResponseBody) *GetSignOutLinkResponse
- func (s *GetSignOutLinkResponse) SetHeaders(v map[string]*string) *GetSignOutLinkResponse
- func (s *GetSignOutLinkResponse) SetStatusCode(v int32) *GetSignOutLinkResponse
- func (s GetSignOutLinkResponse) String() string
- type GetSignOutLinkResponseBody
- type GetSignOutListHeaders
- type GetSignOutListRequest
- func (s GetSignOutListRequest) GoString() string
- func (s *GetSignOutListRequest) SetMaxResults(v int32) *GetSignOutListRequest
- func (s *GetSignOutListRequest) SetNextToken(v string) *GetSignOutListRequest
- func (s *GetSignOutListRequest) SetType(v string) *GetSignOutListRequest
- func (s GetSignOutListRequest) String() string
- type GetSignOutListResponse
- func (s GetSignOutListResponse) GoString() string
- func (s *GetSignOutListResponse) SetBody(v *GetSignOutListResponseBody) *GetSignOutListResponse
- func (s *GetSignOutListResponse) SetHeaders(v map[string]*string) *GetSignOutListResponse
- func (s *GetSignOutListResponse) SetStatusCode(v int32) *GetSignOutListResponse
- func (s GetSignOutListResponse) String() string
- type GetSignOutListResponseBody
- func (s GetSignOutListResponseBody) GoString() string
- func (s *GetSignOutListResponseBody) SetNextToken(v string) *GetSignOutListResponseBody
- func (s *GetSignOutListResponseBody) SetUsers(v []*GetSignOutListResponseBodyUsers) *GetSignOutListResponseBody
- func (s GetSignOutListResponseBody) String() string
- type GetSignOutListResponseBodyUsers
- func (s GetSignOutListResponseBodyUsers) GoString() string
- func (s *GetSignOutListResponseBodyUsers) SetCheckOutTime(v int64) *GetSignOutListResponseBodyUsers
- func (s *GetSignOutListResponseBodyUsers) SetDisplayName(v string) *GetSignOutListResponseBodyUsers
- func (s *GetSignOutListResponseBodyUsers) SetUserId(v string) *GetSignOutListResponseBodyUsers
- func (s GetSignOutListResponseBodyUsers) String() string
- type GetSubscribedCalendarHeaders
- func (s GetSubscribedCalendarHeaders) GoString() string
- func (s *GetSubscribedCalendarHeaders) SetCommonHeaders(v map[string]*string) *GetSubscribedCalendarHeaders
- func (s *GetSubscribedCalendarHeaders) SetXAcsDingtalkAccessToken(v string) *GetSubscribedCalendarHeaders
- func (s GetSubscribedCalendarHeaders) String() string
- type GetSubscribedCalendarResponse
- func (s GetSubscribedCalendarResponse) GoString() string
- func (s *GetSubscribedCalendarResponse) SetBody(v *GetSubscribedCalendarResponseBody) *GetSubscribedCalendarResponse
- func (s *GetSubscribedCalendarResponse) SetHeaders(v map[string]*string) *GetSubscribedCalendarResponse
- func (s *GetSubscribedCalendarResponse) SetStatusCode(v int32) *GetSubscribedCalendarResponse
- func (s GetSubscribedCalendarResponse) String() string
- type GetSubscribedCalendarResponseBody
- func (s GetSubscribedCalendarResponseBody) GoString() string
- func (s *GetSubscribedCalendarResponseBody) SetAuthor(v string) *GetSubscribedCalendarResponseBody
- func (s *GetSubscribedCalendarResponseBody) SetCalendarId(v string) *GetSubscribedCalendarResponseBody
- func (s *GetSubscribedCalendarResponseBody) SetDescription(v string) *GetSubscribedCalendarResponseBody
- func (s *GetSubscribedCalendarResponseBody) SetManagers(v []*string) *GetSubscribedCalendarResponseBody
- func (s *GetSubscribedCalendarResponseBody) SetName(v string) *GetSubscribedCalendarResponseBody
- func (s *GetSubscribedCalendarResponseBody) SetSubscribeScope(v *GetSubscribedCalendarResponseBodySubscribeScope) *GetSubscribedCalendarResponseBody
- func (s GetSubscribedCalendarResponseBody) String() string
- type GetSubscribedCalendarResponseBodySubscribeScope
- func (s GetSubscribedCalendarResponseBodySubscribeScope) GoString() string
- func (s *GetSubscribedCalendarResponseBodySubscribeScope) SetCorpIds(v []*string) *GetSubscribedCalendarResponseBodySubscribeScope
- func (s *GetSubscribedCalendarResponseBodySubscribeScope) SetOpenConversationIds(v []*string) *GetSubscribedCalendarResponseBodySubscribeScope
- func (s *GetSubscribedCalendarResponseBodySubscribeScope) SetUnionIds(v []*string) *GetSubscribedCalendarResponseBodySubscribeScope
- func (s GetSubscribedCalendarResponseBodySubscribeScope) String() string
- type ListAclsHeaders
- type ListAclsResponse
- func (s ListAclsResponse) GoString() string
- func (s *ListAclsResponse) SetBody(v *ListAclsResponseBody) *ListAclsResponse
- func (s *ListAclsResponse) SetHeaders(v map[string]*string) *ListAclsResponse
- func (s *ListAclsResponse) SetStatusCode(v int32) *ListAclsResponse
- func (s ListAclsResponse) String() string
- type ListAclsResponseBody
- type ListAclsResponseBodyAcls
- func (s ListAclsResponseBodyAcls) GoString() string
- func (s *ListAclsResponseBodyAcls) SetAclId(v string) *ListAclsResponseBodyAcls
- func (s *ListAclsResponseBodyAcls) SetPrivilege(v string) *ListAclsResponseBodyAcls
- func (s *ListAclsResponseBodyAcls) SetScope(v *ListAclsResponseBodyAclsScope) *ListAclsResponseBodyAcls
- func (s ListAclsResponseBodyAcls) String() string
- type ListAclsResponseBodyAclsScope
- type ListAttendeesHeaders
- type ListAttendeesRequest
- type ListAttendeesResponse
- func (s ListAttendeesResponse) GoString() string
- func (s *ListAttendeesResponse) SetBody(v *ListAttendeesResponseBody) *ListAttendeesResponse
- func (s *ListAttendeesResponse) SetHeaders(v map[string]*string) *ListAttendeesResponse
- func (s *ListAttendeesResponse) SetStatusCode(v int32) *ListAttendeesResponse
- func (s ListAttendeesResponse) String() string
- type ListAttendeesResponseBody
- func (s ListAttendeesResponseBody) GoString() string
- func (s *ListAttendeesResponseBody) SetAttendees(v []*ListAttendeesResponseBodyAttendees) *ListAttendeesResponseBody
- func (s *ListAttendeesResponseBody) SetNextToken(v string) *ListAttendeesResponseBody
- func (s ListAttendeesResponseBody) String() string
- type ListAttendeesResponseBodyAttendees
- func (s ListAttendeesResponseBodyAttendees) GoString() string
- func (s *ListAttendeesResponseBodyAttendees) SetDisplayName(v string) *ListAttendeesResponseBodyAttendees
- func (s *ListAttendeesResponseBodyAttendees) SetId(v string) *ListAttendeesResponseBodyAttendees
- func (s *ListAttendeesResponseBodyAttendees) SetIsOptional(v bool) *ListAttendeesResponseBodyAttendees
- func (s *ListAttendeesResponseBodyAttendees) SetResponseStatus(v string) *ListAttendeesResponseBodyAttendees
- func (s *ListAttendeesResponseBodyAttendees) SetSelf(v bool) *ListAttendeesResponseBodyAttendees
- func (s ListAttendeesResponseBodyAttendees) String() string
- type ListCalendarsHeaders
- type ListCalendarsResponse
- func (s ListCalendarsResponse) GoString() string
- func (s *ListCalendarsResponse) SetBody(v *ListCalendarsResponseBody) *ListCalendarsResponse
- func (s *ListCalendarsResponse) SetHeaders(v map[string]*string) *ListCalendarsResponse
- func (s *ListCalendarsResponse) SetStatusCode(v int32) *ListCalendarsResponse
- func (s ListCalendarsResponse) String() string
- type ListCalendarsResponseBody
- type ListCalendarsResponseBodyResponse
- type ListCalendarsResponseBodyResponseCalendars
- func (s ListCalendarsResponseBodyResponseCalendars) GoString() string
- func (s *ListCalendarsResponseBodyResponseCalendars) SetDescription(v string) *ListCalendarsResponseBodyResponseCalendars
- func (s *ListCalendarsResponseBodyResponseCalendars) SetETag(v string) *ListCalendarsResponseBodyResponseCalendars
- func (s *ListCalendarsResponseBodyResponseCalendars) SetId(v string) *ListCalendarsResponseBodyResponseCalendars
- func (s *ListCalendarsResponseBodyResponseCalendars) SetPrivilege(v string) *ListCalendarsResponseBodyResponseCalendars
- func (s *ListCalendarsResponseBodyResponseCalendars) SetSummary(v string) *ListCalendarsResponseBodyResponseCalendars
- func (s *ListCalendarsResponseBodyResponseCalendars) SetTimeZone(v string) *ListCalendarsResponseBodyResponseCalendars
- func (s *ListCalendarsResponseBodyResponseCalendars) SetType(v string) *ListCalendarsResponseBodyResponseCalendars
- func (s ListCalendarsResponseBodyResponseCalendars) String() string
- type ListEventsHeaders
- type ListEventsInstancesHeaders
- func (s ListEventsInstancesHeaders) GoString() string
- func (s *ListEventsInstancesHeaders) SetCommonHeaders(v map[string]*string) *ListEventsInstancesHeaders
- func (s *ListEventsInstancesHeaders) SetXAcsDingtalkAccessToken(v string) *ListEventsInstancesHeaders
- func (s ListEventsInstancesHeaders) String() string
- type ListEventsInstancesRequest
- func (s ListEventsInstancesRequest) GoString() string
- func (s *ListEventsInstancesRequest) SetMaxAttendees(v int32) *ListEventsInstancesRequest
- func (s *ListEventsInstancesRequest) SetMaxResults(v int32) *ListEventsInstancesRequest
- func (s *ListEventsInstancesRequest) SetSeriesMasterId(v string) *ListEventsInstancesRequest
- func (s *ListEventsInstancesRequest) SetStartRecurrenceId(v string) *ListEventsInstancesRequest
- func (s ListEventsInstancesRequest) String() string
- type ListEventsInstancesResponse
- func (s ListEventsInstancesResponse) GoString() string
- func (s *ListEventsInstancesResponse) SetBody(v *ListEventsInstancesResponseBody) *ListEventsInstancesResponse
- func (s *ListEventsInstancesResponse) SetHeaders(v map[string]*string) *ListEventsInstancesResponse
- func (s *ListEventsInstancesResponse) SetStatusCode(v int32) *ListEventsInstancesResponse
- func (s ListEventsInstancesResponse) String() string
- type ListEventsInstancesResponseBody
- type ListEventsInstancesResponseBodyEvents
- func (s ListEventsInstancesResponseBodyEvents) GoString() string
- func (s *ListEventsInstancesResponseBodyEvents) SetAttendees(v []*ListEventsInstancesResponseBodyEventsAttendees) *ListEventsInstancesResponseBodyEvents
- func (s *ListEventsInstancesResponseBodyEvents) SetCreateTime(v string) *ListEventsInstancesResponseBodyEvents
- func (s *ListEventsInstancesResponseBodyEvents) SetDescription(v string) *ListEventsInstancesResponseBodyEvents
- func (s *ListEventsInstancesResponseBodyEvents) SetEnd(v *ListEventsInstancesResponseBodyEventsEnd) *ListEventsInstancesResponseBodyEvents
- func (s *ListEventsInstancesResponseBodyEvents) SetExtendedProperties(v *ListEventsInstancesResponseBodyEventsExtendedProperties) *ListEventsInstancesResponseBodyEvents
- func (s *ListEventsInstancesResponseBodyEvents) SetId(v string) *ListEventsInstancesResponseBodyEvents
- func (s *ListEventsInstancesResponseBodyEvents) SetIsAllDay(v bool) *ListEventsInstancesResponseBodyEvents
- func (s *ListEventsInstancesResponseBodyEvents) SetLocation(v *ListEventsInstancesResponseBodyEventsLocation) *ListEventsInstancesResponseBodyEvents
- func (s *ListEventsInstancesResponseBodyEvents) SetOnlineMeetingInfo(v *ListEventsInstancesResponseBodyEventsOnlineMeetingInfo) *ListEventsInstancesResponseBodyEvents
- func (s *ListEventsInstancesResponseBodyEvents) SetOrganizer(v *ListEventsInstancesResponseBodyEventsOrganizer) *ListEventsInstancesResponseBodyEvents
- func (s *ListEventsInstancesResponseBodyEvents) SetRecurrence(v *ListEventsInstancesResponseBodyEventsRecurrence) *ListEventsInstancesResponseBodyEvents
- func (s *ListEventsInstancesResponseBodyEvents) SetReminders(v []*ListEventsInstancesResponseBodyEventsReminders) *ListEventsInstancesResponseBodyEvents
- func (s *ListEventsInstancesResponseBodyEvents) SetSeriesMasterId(v string) *ListEventsInstancesResponseBodyEvents
- func (s *ListEventsInstancesResponseBodyEvents) SetStart(v *ListEventsInstancesResponseBodyEventsStart) *ListEventsInstancesResponseBodyEvents
- func (s *ListEventsInstancesResponseBodyEvents) SetStatus(v string) *ListEventsInstancesResponseBodyEvents
- func (s *ListEventsInstancesResponseBodyEvents) SetSummary(v string) *ListEventsInstancesResponseBodyEvents
- func (s *ListEventsInstancesResponseBodyEvents) SetUpdateTime(v string) *ListEventsInstancesResponseBodyEvents
- func (s ListEventsInstancesResponseBodyEvents) String() string
- type ListEventsInstancesResponseBodyEventsAttendees
- func (s ListEventsInstancesResponseBodyEventsAttendees) GoString() string
- func (s *ListEventsInstancesResponseBodyEventsAttendees) SetDisplayName(v string) *ListEventsInstancesResponseBodyEventsAttendees
- func (s *ListEventsInstancesResponseBodyEventsAttendees) SetId(v string) *ListEventsInstancesResponseBodyEventsAttendees
- func (s *ListEventsInstancesResponseBodyEventsAttendees) SetIsOptional(v bool) *ListEventsInstancesResponseBodyEventsAttendees
- func (s *ListEventsInstancesResponseBodyEventsAttendees) SetResponseStatus(v string) *ListEventsInstancesResponseBodyEventsAttendees
- func (s *ListEventsInstancesResponseBodyEventsAttendees) SetSelf(v bool) *ListEventsInstancesResponseBodyEventsAttendees
- func (s ListEventsInstancesResponseBodyEventsAttendees) String() string
- type ListEventsInstancesResponseBodyEventsEnd
- func (s ListEventsInstancesResponseBodyEventsEnd) GoString() string
- func (s *ListEventsInstancesResponseBodyEventsEnd) SetDate(v string) *ListEventsInstancesResponseBodyEventsEnd
- func (s *ListEventsInstancesResponseBodyEventsEnd) SetDateTime(v string) *ListEventsInstancesResponseBodyEventsEnd
- func (s *ListEventsInstancesResponseBodyEventsEnd) SetTimeZone(v string) *ListEventsInstancesResponseBodyEventsEnd
- func (s ListEventsInstancesResponseBodyEventsEnd) String() string
- type ListEventsInstancesResponseBodyEventsExtendedProperties
- func (s ListEventsInstancesResponseBodyEventsExtendedProperties) GoString() string
- func (s *ListEventsInstancesResponseBodyEventsExtendedProperties) SetSharedProperties(v *ListEventsInstancesResponseBodyEventsExtendedPropertiesSharedProperties) *ListEventsInstancesResponseBodyEventsExtendedProperties
- func (s ListEventsInstancesResponseBodyEventsExtendedProperties) String() string
- type ListEventsInstancesResponseBodyEventsExtendedPropertiesSharedProperties
- func (s ListEventsInstancesResponseBodyEventsExtendedPropertiesSharedProperties) GoString() string
- func (s *ListEventsInstancesResponseBodyEventsExtendedPropertiesSharedProperties) SetSourceOpenCid(v string) *ListEventsInstancesResponseBodyEventsExtendedPropertiesSharedProperties
- func (s ListEventsInstancesResponseBodyEventsExtendedPropertiesSharedProperties) String() string
- type ListEventsInstancesResponseBodyEventsLocation
- func (s ListEventsInstancesResponseBodyEventsLocation) GoString() string
- func (s *ListEventsInstancesResponseBodyEventsLocation) SetDisplayName(v string) *ListEventsInstancesResponseBodyEventsLocation
- func (s *ListEventsInstancesResponseBodyEventsLocation) SetMeetingRooms(v []*string) *ListEventsInstancesResponseBodyEventsLocation
- func (s ListEventsInstancesResponseBodyEventsLocation) String() string
- type ListEventsInstancesResponseBodyEventsOnlineMeetingInfo
- func (s ListEventsInstancesResponseBodyEventsOnlineMeetingInfo) GoString() string
- func (s *ListEventsInstancesResponseBodyEventsOnlineMeetingInfo) SetConferenceId(v string) *ListEventsInstancesResponseBodyEventsOnlineMeetingInfo
- func (s *ListEventsInstancesResponseBodyEventsOnlineMeetingInfo) SetType(v string) *ListEventsInstancesResponseBodyEventsOnlineMeetingInfo
- func (s *ListEventsInstancesResponseBodyEventsOnlineMeetingInfo) SetUrl(v string) *ListEventsInstancesResponseBodyEventsOnlineMeetingInfo
- func (s ListEventsInstancesResponseBodyEventsOnlineMeetingInfo) String() string
- type ListEventsInstancesResponseBodyEventsOrganizer
- func (s ListEventsInstancesResponseBodyEventsOrganizer) GoString() string
- func (s *ListEventsInstancesResponseBodyEventsOrganizer) SetDisplayName(v string) *ListEventsInstancesResponseBodyEventsOrganizer
- func (s *ListEventsInstancesResponseBodyEventsOrganizer) SetId(v string) *ListEventsInstancesResponseBodyEventsOrganizer
- func (s *ListEventsInstancesResponseBodyEventsOrganizer) SetResponseStatus(v string) *ListEventsInstancesResponseBodyEventsOrganizer
- func (s *ListEventsInstancesResponseBodyEventsOrganizer) SetSelf(v bool) *ListEventsInstancesResponseBodyEventsOrganizer
- func (s ListEventsInstancesResponseBodyEventsOrganizer) String() string
- type ListEventsInstancesResponseBodyEventsRecurrence
- func (s ListEventsInstancesResponseBodyEventsRecurrence) GoString() string
- func (s *ListEventsInstancesResponseBodyEventsRecurrence) SetPattern(v *ListEventsInstancesResponseBodyEventsRecurrencePattern) *ListEventsInstancesResponseBodyEventsRecurrence
- func (s *ListEventsInstancesResponseBodyEventsRecurrence) SetRange(v *ListEventsInstancesResponseBodyEventsRecurrenceRange) *ListEventsInstancesResponseBodyEventsRecurrence
- func (s ListEventsInstancesResponseBodyEventsRecurrence) String() string
- type ListEventsInstancesResponseBodyEventsRecurrencePattern
- func (s ListEventsInstancesResponseBodyEventsRecurrencePattern) GoString() string
- func (s *ListEventsInstancesResponseBodyEventsRecurrencePattern) SetDayOfMonth(v int32) *ListEventsInstancesResponseBodyEventsRecurrencePattern
- func (s *ListEventsInstancesResponseBodyEventsRecurrencePattern) SetDaysOfWeek(v string) *ListEventsInstancesResponseBodyEventsRecurrencePattern
- func (s *ListEventsInstancesResponseBodyEventsRecurrencePattern) SetIndex(v string) *ListEventsInstancesResponseBodyEventsRecurrencePattern
- func (s *ListEventsInstancesResponseBodyEventsRecurrencePattern) SetInterval(v int32) *ListEventsInstancesResponseBodyEventsRecurrencePattern
- func (s *ListEventsInstancesResponseBodyEventsRecurrencePattern) SetType(v string) *ListEventsInstancesResponseBodyEventsRecurrencePattern
- func (s ListEventsInstancesResponseBodyEventsRecurrencePattern) String() string
- type ListEventsInstancesResponseBodyEventsRecurrenceRange
- func (s ListEventsInstancesResponseBodyEventsRecurrenceRange) GoString() string
- func (s *ListEventsInstancesResponseBodyEventsRecurrenceRange) SetEndDate(v string) *ListEventsInstancesResponseBodyEventsRecurrenceRange
- func (s *ListEventsInstancesResponseBodyEventsRecurrenceRange) SetNumberOfOccurrences(v int32) *ListEventsInstancesResponseBodyEventsRecurrenceRange
- func (s *ListEventsInstancesResponseBodyEventsRecurrenceRange) SetType(v string) *ListEventsInstancesResponseBodyEventsRecurrenceRange
- func (s ListEventsInstancesResponseBodyEventsRecurrenceRange) String() string
- type ListEventsInstancesResponseBodyEventsReminders
- func (s ListEventsInstancesResponseBodyEventsReminders) GoString() string
- func (s *ListEventsInstancesResponseBodyEventsReminders) SetMethod(v string) *ListEventsInstancesResponseBodyEventsReminders
- func (s *ListEventsInstancesResponseBodyEventsReminders) SetMinutes(v string) *ListEventsInstancesResponseBodyEventsReminders
- func (s ListEventsInstancesResponseBodyEventsReminders) String() string
- type ListEventsInstancesResponseBodyEventsStart
- func (s ListEventsInstancesResponseBodyEventsStart) GoString() string
- func (s *ListEventsInstancesResponseBodyEventsStart) SetDate(v string) *ListEventsInstancesResponseBodyEventsStart
- func (s *ListEventsInstancesResponseBodyEventsStart) SetDateTime(v string) *ListEventsInstancesResponseBodyEventsStart
- func (s *ListEventsInstancesResponseBodyEventsStart) SetTimeZone(v string) *ListEventsInstancesResponseBodyEventsStart
- func (s ListEventsInstancesResponseBodyEventsStart) String() string
- type ListEventsRequest
- func (s ListEventsRequest) GoString() string
- func (s *ListEventsRequest) SetMaxAttendees(v int32) *ListEventsRequest
- func (s *ListEventsRequest) SetMaxResults(v int32) *ListEventsRequest
- func (s *ListEventsRequest) SetNextToken(v string) *ListEventsRequest
- func (s *ListEventsRequest) SetSeriesMasterId(v string) *ListEventsRequest
- func (s *ListEventsRequest) SetShowDeleted(v bool) *ListEventsRequest
- func (s *ListEventsRequest) SetSyncToken(v string) *ListEventsRequest
- func (s *ListEventsRequest) SetTimeMax(v string) *ListEventsRequest
- func (s *ListEventsRequest) SetTimeMin(v string) *ListEventsRequest
- func (s ListEventsRequest) String() string
- type ListEventsResponse
- func (s ListEventsResponse) GoString() string
- func (s *ListEventsResponse) SetBody(v *ListEventsResponseBody) *ListEventsResponse
- func (s *ListEventsResponse) SetHeaders(v map[string]*string) *ListEventsResponse
- func (s *ListEventsResponse) SetStatusCode(v int32) *ListEventsResponse
- func (s ListEventsResponse) String() string
- type ListEventsResponseBody
- func (s ListEventsResponseBody) GoString() string
- func (s *ListEventsResponseBody) SetEvents(v []*ListEventsResponseBodyEvents) *ListEventsResponseBody
- func (s *ListEventsResponseBody) SetNextToken(v string) *ListEventsResponseBody
- func (s *ListEventsResponseBody) SetSyncToken(v string) *ListEventsResponseBody
- func (s ListEventsResponseBody) String() string
- type ListEventsResponseBodyEvents
- func (s ListEventsResponseBodyEvents) GoString() string
- func (s *ListEventsResponseBodyEvents) SetAttendees(v []*ListEventsResponseBodyEventsAttendees) *ListEventsResponseBodyEvents
- func (s *ListEventsResponseBodyEvents) SetCategories(v []*ListEventsResponseBodyEventsCategories) *ListEventsResponseBodyEvents
- func (s *ListEventsResponseBodyEvents) SetCreateTime(v string) *ListEventsResponseBodyEvents
- func (s *ListEventsResponseBodyEvents) SetDescription(v string) *ListEventsResponseBodyEvents
- func (s *ListEventsResponseBodyEvents) SetEnd(v *ListEventsResponseBodyEventsEnd) *ListEventsResponseBodyEvents
- func (s *ListEventsResponseBodyEvents) SetExtendedProperties(v *ListEventsResponseBodyEventsExtendedProperties) *ListEventsResponseBodyEvents
- func (s *ListEventsResponseBodyEvents) SetId(v string) *ListEventsResponseBodyEvents
- func (s *ListEventsResponseBodyEvents) SetIsAllDay(v bool) *ListEventsResponseBodyEvents
- func (s *ListEventsResponseBodyEvents) SetLocation(v *ListEventsResponseBodyEventsLocation) *ListEventsResponseBodyEvents
- func (s *ListEventsResponseBodyEvents) SetMeetingRooms(v []*ListEventsResponseBodyEventsMeetingRooms) *ListEventsResponseBodyEvents
- func (s *ListEventsResponseBodyEvents) SetOnlineMeetingInfo(v *ListEventsResponseBodyEventsOnlineMeetingInfo) *ListEventsResponseBodyEvents
- func (s *ListEventsResponseBodyEvents) SetOrganizer(v *ListEventsResponseBodyEventsOrganizer) *ListEventsResponseBodyEvents
- func (s *ListEventsResponseBodyEvents) SetOriginStart(v *ListEventsResponseBodyEventsOriginStart) *ListEventsResponseBodyEvents
- func (s *ListEventsResponseBodyEvents) SetRecurrence(v *ListEventsResponseBodyEventsRecurrence) *ListEventsResponseBodyEvents
- func (s *ListEventsResponseBodyEvents) SetReminders(v []*ListEventsResponseBodyEventsReminders) *ListEventsResponseBodyEvents
- func (s *ListEventsResponseBodyEvents) SetRichTextDescription(v *ListEventsResponseBodyEventsRichTextDescription) *ListEventsResponseBodyEvents
- func (s *ListEventsResponseBodyEvents) SetSeriesMasterId(v string) *ListEventsResponseBodyEvents
- func (s *ListEventsResponseBodyEvents) SetStart(v *ListEventsResponseBodyEventsStart) *ListEventsResponseBodyEvents
- func (s *ListEventsResponseBodyEvents) SetStatus(v string) *ListEventsResponseBodyEvents
- func (s *ListEventsResponseBodyEvents) SetSummary(v string) *ListEventsResponseBodyEvents
- func (s *ListEventsResponseBodyEvents) SetUpdateTime(v string) *ListEventsResponseBodyEvents
- func (s ListEventsResponseBodyEvents) String() string
- type ListEventsResponseBodyEventsAttendees
- func (s ListEventsResponseBodyEventsAttendees) GoString() string
- func (s *ListEventsResponseBodyEventsAttendees) SetDisplayName(v string) *ListEventsResponseBodyEventsAttendees
- func (s *ListEventsResponseBodyEventsAttendees) SetId(v string) *ListEventsResponseBodyEventsAttendees
- func (s *ListEventsResponseBodyEventsAttendees) SetIsOptional(v bool) *ListEventsResponseBodyEventsAttendees
- func (s *ListEventsResponseBodyEventsAttendees) SetResponseStatus(v string) *ListEventsResponseBodyEventsAttendees
- func (s *ListEventsResponseBodyEventsAttendees) SetSelf(v bool) *ListEventsResponseBodyEventsAttendees
- func (s ListEventsResponseBodyEventsAttendees) String() string
- type ListEventsResponseBodyEventsCategories
- type ListEventsResponseBodyEventsEnd
- func (s ListEventsResponseBodyEventsEnd) GoString() string
- func (s *ListEventsResponseBodyEventsEnd) SetDate(v string) *ListEventsResponseBodyEventsEnd
- func (s *ListEventsResponseBodyEventsEnd) SetDateTime(v string) *ListEventsResponseBodyEventsEnd
- func (s *ListEventsResponseBodyEventsEnd) SetTimeZone(v string) *ListEventsResponseBodyEventsEnd
- func (s ListEventsResponseBodyEventsEnd) String() string
- type ListEventsResponseBodyEventsExtendedProperties
- func (s ListEventsResponseBodyEventsExtendedProperties) GoString() string
- func (s *ListEventsResponseBodyEventsExtendedProperties) SetSharedProperties(v *ListEventsResponseBodyEventsExtendedPropertiesSharedProperties) *ListEventsResponseBodyEventsExtendedProperties
- func (s ListEventsResponseBodyEventsExtendedProperties) String() string
- type ListEventsResponseBodyEventsExtendedPropertiesSharedProperties
- func (s ListEventsResponseBodyEventsExtendedPropertiesSharedProperties) GoString() string
- func (s *ListEventsResponseBodyEventsExtendedPropertiesSharedProperties) SetBelongCorpId(v string) *ListEventsResponseBodyEventsExtendedPropertiesSharedProperties
- func (s *ListEventsResponseBodyEventsExtendedPropertiesSharedProperties) SetSourceOpenCid(v string) *ListEventsResponseBodyEventsExtendedPropertiesSharedProperties
- func (s ListEventsResponseBodyEventsExtendedPropertiesSharedProperties) String() string
- type ListEventsResponseBodyEventsLocation
- func (s ListEventsResponseBodyEventsLocation) GoString() string
- func (s *ListEventsResponseBodyEventsLocation) SetDisplayName(v string) *ListEventsResponseBodyEventsLocation
- func (s *ListEventsResponseBodyEventsLocation) SetMeetingRooms(v []*string) *ListEventsResponseBodyEventsLocation
- func (s ListEventsResponseBodyEventsLocation) String() string
- type ListEventsResponseBodyEventsMeetingRooms
- func (s ListEventsResponseBodyEventsMeetingRooms) GoString() string
- func (s *ListEventsResponseBodyEventsMeetingRooms) SetDisplayName(v string) *ListEventsResponseBodyEventsMeetingRooms
- func (s *ListEventsResponseBodyEventsMeetingRooms) SetResponseStatus(v string) *ListEventsResponseBodyEventsMeetingRooms
- func (s *ListEventsResponseBodyEventsMeetingRooms) SetRoomId(v string) *ListEventsResponseBodyEventsMeetingRooms
- func (s ListEventsResponseBodyEventsMeetingRooms) String() string
- type ListEventsResponseBodyEventsOnlineMeetingInfo
- func (s ListEventsResponseBodyEventsOnlineMeetingInfo) GoString() string
- func (s *ListEventsResponseBodyEventsOnlineMeetingInfo) SetConferenceId(v string) *ListEventsResponseBodyEventsOnlineMeetingInfo
- func (s *ListEventsResponseBodyEventsOnlineMeetingInfo) SetExtraInfo(v map[string]interface{}) *ListEventsResponseBodyEventsOnlineMeetingInfo
- func (s *ListEventsResponseBodyEventsOnlineMeetingInfo) SetType(v string) *ListEventsResponseBodyEventsOnlineMeetingInfo
- func (s *ListEventsResponseBodyEventsOnlineMeetingInfo) SetUrl(v string) *ListEventsResponseBodyEventsOnlineMeetingInfo
- func (s ListEventsResponseBodyEventsOnlineMeetingInfo) String() string
- type ListEventsResponseBodyEventsOrganizer
- func (s ListEventsResponseBodyEventsOrganizer) GoString() string
- func (s *ListEventsResponseBodyEventsOrganizer) SetDisplayName(v string) *ListEventsResponseBodyEventsOrganizer
- func (s *ListEventsResponseBodyEventsOrganizer) SetId(v string) *ListEventsResponseBodyEventsOrganizer
- func (s *ListEventsResponseBodyEventsOrganizer) SetResponseStatus(v string) *ListEventsResponseBodyEventsOrganizer
- func (s *ListEventsResponseBodyEventsOrganizer) SetSelf(v bool) *ListEventsResponseBodyEventsOrganizer
- func (s ListEventsResponseBodyEventsOrganizer) String() string
- type ListEventsResponseBodyEventsOriginStart
- type ListEventsResponseBodyEventsRecurrence
- func (s ListEventsResponseBodyEventsRecurrence) GoString() string
- func (s *ListEventsResponseBodyEventsRecurrence) SetPattern(v *ListEventsResponseBodyEventsRecurrencePattern) *ListEventsResponseBodyEventsRecurrence
- func (s *ListEventsResponseBodyEventsRecurrence) SetRange(v *ListEventsResponseBodyEventsRecurrenceRange) *ListEventsResponseBodyEventsRecurrence
- func (s ListEventsResponseBodyEventsRecurrence) String() string
- type ListEventsResponseBodyEventsRecurrencePattern
- func (s ListEventsResponseBodyEventsRecurrencePattern) GoString() string
- func (s *ListEventsResponseBodyEventsRecurrencePattern) SetDayOfMonth(v int32) *ListEventsResponseBodyEventsRecurrencePattern
- func (s *ListEventsResponseBodyEventsRecurrencePattern) SetDaysOfWeek(v string) *ListEventsResponseBodyEventsRecurrencePattern
- func (s *ListEventsResponseBodyEventsRecurrencePattern) SetFirstDayOfWeek(v string) *ListEventsResponseBodyEventsRecurrencePattern
- func (s *ListEventsResponseBodyEventsRecurrencePattern) SetIndex(v string) *ListEventsResponseBodyEventsRecurrencePattern
- func (s *ListEventsResponseBodyEventsRecurrencePattern) SetInterval(v int32) *ListEventsResponseBodyEventsRecurrencePattern
- func (s *ListEventsResponseBodyEventsRecurrencePattern) SetType(v string) *ListEventsResponseBodyEventsRecurrencePattern
- func (s ListEventsResponseBodyEventsRecurrencePattern) String() string
- type ListEventsResponseBodyEventsRecurrenceRange
- func (s ListEventsResponseBodyEventsRecurrenceRange) GoString() string
- func (s *ListEventsResponseBodyEventsRecurrenceRange) SetEndDate(v string) *ListEventsResponseBodyEventsRecurrenceRange
- func (s *ListEventsResponseBodyEventsRecurrenceRange) SetNumberOfOccurrences(v int32) *ListEventsResponseBodyEventsRecurrenceRange
- func (s *ListEventsResponseBodyEventsRecurrenceRange) SetType(v string) *ListEventsResponseBodyEventsRecurrenceRange
- func (s ListEventsResponseBodyEventsRecurrenceRange) String() string
- type ListEventsResponseBodyEventsReminders
- func (s ListEventsResponseBodyEventsReminders) GoString() string
- func (s *ListEventsResponseBodyEventsReminders) SetMethod(v string) *ListEventsResponseBodyEventsReminders
- func (s *ListEventsResponseBodyEventsReminders) SetMinutes(v string) *ListEventsResponseBodyEventsReminders
- func (s ListEventsResponseBodyEventsReminders) String() string
- type ListEventsResponseBodyEventsRichTextDescription
- type ListEventsResponseBodyEventsStart
- func (s ListEventsResponseBodyEventsStart) GoString() string
- func (s *ListEventsResponseBodyEventsStart) SetDate(v string) *ListEventsResponseBodyEventsStart
- func (s *ListEventsResponseBodyEventsStart) SetDateTime(v string) *ListEventsResponseBodyEventsStart
- func (s *ListEventsResponseBodyEventsStart) SetTimeZone(v string) *ListEventsResponseBodyEventsStart
- func (s ListEventsResponseBodyEventsStart) String() string
- type ListEventsViewHeaders
- type ListEventsViewRequest
- func (s ListEventsViewRequest) GoString() string
- func (s *ListEventsViewRequest) SetMaxAttendees(v int32) *ListEventsViewRequest
- func (s *ListEventsViewRequest) SetMaxResults(v int32) *ListEventsViewRequest
- func (s *ListEventsViewRequest) SetNextToken(v string) *ListEventsViewRequest
- func (s *ListEventsViewRequest) SetTimeMax(v string) *ListEventsViewRequest
- func (s *ListEventsViewRequest) SetTimeMin(v string) *ListEventsViewRequest
- func (s ListEventsViewRequest) String() string
- type ListEventsViewResponse
- func (s ListEventsViewResponse) GoString() string
- func (s *ListEventsViewResponse) SetBody(v *ListEventsViewResponseBody) *ListEventsViewResponse
- func (s *ListEventsViewResponse) SetHeaders(v map[string]*string) *ListEventsViewResponse
- func (s *ListEventsViewResponse) SetStatusCode(v int32) *ListEventsViewResponse
- func (s ListEventsViewResponse) String() string
- type ListEventsViewResponseBody
- func (s ListEventsViewResponseBody) GoString() string
- func (s *ListEventsViewResponseBody) SetEvents(v []*ListEventsViewResponseBodyEvents) *ListEventsViewResponseBody
- func (s *ListEventsViewResponseBody) SetNextToken(v string) *ListEventsViewResponseBody
- func (s ListEventsViewResponseBody) String() string
- type ListEventsViewResponseBodyEvents
- func (s ListEventsViewResponseBodyEvents) GoString() string
- func (s *ListEventsViewResponseBodyEvents) SetAttendees(v []*ListEventsViewResponseBodyEventsAttendees) *ListEventsViewResponseBodyEvents
- func (s *ListEventsViewResponseBodyEvents) SetCategories(v []*ListEventsViewResponseBodyEventsCategories) *ListEventsViewResponseBodyEvents
- func (s *ListEventsViewResponseBodyEvents) SetCreateTime(v string) *ListEventsViewResponseBodyEvents
- func (s *ListEventsViewResponseBodyEvents) SetDescription(v string) *ListEventsViewResponseBodyEvents
- func (s *ListEventsViewResponseBodyEvents) SetEnd(v *ListEventsViewResponseBodyEventsEnd) *ListEventsViewResponseBodyEvents
- func (s *ListEventsViewResponseBodyEvents) SetExtendedProperties(v *ListEventsViewResponseBodyEventsExtendedProperties) *ListEventsViewResponseBodyEvents
- func (s *ListEventsViewResponseBodyEvents) SetId(v string) *ListEventsViewResponseBodyEvents
- func (s *ListEventsViewResponseBodyEvents) SetIsAllDay(v bool) *ListEventsViewResponseBodyEvents
- func (s *ListEventsViewResponseBodyEvents) SetLocation(v *ListEventsViewResponseBodyEventsLocation) *ListEventsViewResponseBodyEvents
- func (s *ListEventsViewResponseBodyEvents) SetMeetingRooms(v []*ListEventsViewResponseBodyEventsMeetingRooms) *ListEventsViewResponseBodyEvents
- func (s *ListEventsViewResponseBodyEvents) SetOnlineMeetingInfo(v *ListEventsViewResponseBodyEventsOnlineMeetingInfo) *ListEventsViewResponseBodyEvents
- func (s *ListEventsViewResponseBodyEvents) SetOrganizer(v *ListEventsViewResponseBodyEventsOrganizer) *ListEventsViewResponseBodyEvents
- func (s *ListEventsViewResponseBodyEvents) SetOriginStart(v *ListEventsViewResponseBodyEventsOriginStart) *ListEventsViewResponseBodyEvents
- func (s *ListEventsViewResponseBodyEvents) SetRecurrence(v *ListEventsViewResponseBodyEventsRecurrence) *ListEventsViewResponseBodyEvents
- func (s *ListEventsViewResponseBodyEvents) SetRichTextDescription(v *ListEventsViewResponseBodyEventsRichTextDescription) *ListEventsViewResponseBodyEvents
- func (s *ListEventsViewResponseBodyEvents) SetSeriesMasterId(v string) *ListEventsViewResponseBodyEvents
- func (s *ListEventsViewResponseBodyEvents) SetStart(v *ListEventsViewResponseBodyEventsStart) *ListEventsViewResponseBodyEvents
- func (s *ListEventsViewResponseBodyEvents) SetStatus(v string) *ListEventsViewResponseBodyEvents
- func (s *ListEventsViewResponseBodyEvents) SetSummary(v string) *ListEventsViewResponseBodyEvents
- func (s *ListEventsViewResponseBodyEvents) SetUpdateTime(v string) *ListEventsViewResponseBodyEvents
- func (s ListEventsViewResponseBodyEvents) String() string
- type ListEventsViewResponseBodyEventsAttendees
- func (s ListEventsViewResponseBodyEventsAttendees) GoString() string
- func (s *ListEventsViewResponseBodyEventsAttendees) SetDisplayName(v string) *ListEventsViewResponseBodyEventsAttendees
- func (s *ListEventsViewResponseBodyEventsAttendees) SetId(v string) *ListEventsViewResponseBodyEventsAttendees
- func (s *ListEventsViewResponseBodyEventsAttendees) SetIsOptional(v bool) *ListEventsViewResponseBodyEventsAttendees
- func (s *ListEventsViewResponseBodyEventsAttendees) SetResponseStatus(v string) *ListEventsViewResponseBodyEventsAttendees
- func (s *ListEventsViewResponseBodyEventsAttendees) SetSelf(v bool) *ListEventsViewResponseBodyEventsAttendees
- func (s ListEventsViewResponseBodyEventsAttendees) String() string
- type ListEventsViewResponseBodyEventsCategories
- type ListEventsViewResponseBodyEventsEnd
- func (s ListEventsViewResponseBodyEventsEnd) GoString() string
- func (s *ListEventsViewResponseBodyEventsEnd) SetDate(v string) *ListEventsViewResponseBodyEventsEnd
- func (s *ListEventsViewResponseBodyEventsEnd) SetDateTime(v string) *ListEventsViewResponseBodyEventsEnd
- func (s *ListEventsViewResponseBodyEventsEnd) SetTimeZone(v string) *ListEventsViewResponseBodyEventsEnd
- func (s ListEventsViewResponseBodyEventsEnd) String() string
- type ListEventsViewResponseBodyEventsExtendedProperties
- func (s ListEventsViewResponseBodyEventsExtendedProperties) GoString() string
- func (s *ListEventsViewResponseBodyEventsExtendedProperties) SetSharedProperties(v *ListEventsViewResponseBodyEventsExtendedPropertiesSharedProperties) *ListEventsViewResponseBodyEventsExtendedProperties
- func (s ListEventsViewResponseBodyEventsExtendedProperties) String() string
- type ListEventsViewResponseBodyEventsExtendedPropertiesSharedProperties
- func (s ListEventsViewResponseBodyEventsExtendedPropertiesSharedProperties) GoString() string
- func (s *ListEventsViewResponseBodyEventsExtendedPropertiesSharedProperties) SetBelongCorpId(v string) *ListEventsViewResponseBodyEventsExtendedPropertiesSharedProperties
- func (s *ListEventsViewResponseBodyEventsExtendedPropertiesSharedProperties) SetSourceOpenCid(v string) *ListEventsViewResponseBodyEventsExtendedPropertiesSharedProperties
- func (s ListEventsViewResponseBodyEventsExtendedPropertiesSharedProperties) String() string
- type ListEventsViewResponseBodyEventsLocation
- func (s ListEventsViewResponseBodyEventsLocation) GoString() string
- func (s *ListEventsViewResponseBodyEventsLocation) SetDisplayName(v string) *ListEventsViewResponseBodyEventsLocation
- func (s *ListEventsViewResponseBodyEventsLocation) SetMeetingRooms(v []*string) *ListEventsViewResponseBodyEventsLocation
- func (s ListEventsViewResponseBodyEventsLocation) String() string
- type ListEventsViewResponseBodyEventsMeetingRooms
- func (s ListEventsViewResponseBodyEventsMeetingRooms) GoString() string
- func (s *ListEventsViewResponseBodyEventsMeetingRooms) SetDisplayName(v string) *ListEventsViewResponseBodyEventsMeetingRooms
- func (s *ListEventsViewResponseBodyEventsMeetingRooms) SetResponseStatus(v string) *ListEventsViewResponseBodyEventsMeetingRooms
- func (s *ListEventsViewResponseBodyEventsMeetingRooms) SetRoomId(v string) *ListEventsViewResponseBodyEventsMeetingRooms
- func (s ListEventsViewResponseBodyEventsMeetingRooms) String() string
- type ListEventsViewResponseBodyEventsOnlineMeetingInfo
- func (s ListEventsViewResponseBodyEventsOnlineMeetingInfo) GoString() string
- func (s *ListEventsViewResponseBodyEventsOnlineMeetingInfo) SetConferenceId(v string) *ListEventsViewResponseBodyEventsOnlineMeetingInfo
- func (s *ListEventsViewResponseBodyEventsOnlineMeetingInfo) SetExtraInfo(v map[string]interface{}) *ListEventsViewResponseBodyEventsOnlineMeetingInfo
- func (s *ListEventsViewResponseBodyEventsOnlineMeetingInfo) SetType(v string) *ListEventsViewResponseBodyEventsOnlineMeetingInfo
- func (s *ListEventsViewResponseBodyEventsOnlineMeetingInfo) SetUrl(v string) *ListEventsViewResponseBodyEventsOnlineMeetingInfo
- func (s ListEventsViewResponseBodyEventsOnlineMeetingInfo) String() string
- type ListEventsViewResponseBodyEventsOrganizer
- func (s ListEventsViewResponseBodyEventsOrganizer) GoString() string
- func (s *ListEventsViewResponseBodyEventsOrganizer) SetDisplayName(v string) *ListEventsViewResponseBodyEventsOrganizer
- func (s *ListEventsViewResponseBodyEventsOrganizer) SetId(v string) *ListEventsViewResponseBodyEventsOrganizer
- func (s *ListEventsViewResponseBodyEventsOrganizer) SetResponseStatus(v string) *ListEventsViewResponseBodyEventsOrganizer
- func (s *ListEventsViewResponseBodyEventsOrganizer) SetSelf(v bool) *ListEventsViewResponseBodyEventsOrganizer
- func (s ListEventsViewResponseBodyEventsOrganizer) String() string
- type ListEventsViewResponseBodyEventsOriginStart
- type ListEventsViewResponseBodyEventsRecurrence
- func (s ListEventsViewResponseBodyEventsRecurrence) GoString() string
- func (s *ListEventsViewResponseBodyEventsRecurrence) SetPattern(v *ListEventsViewResponseBodyEventsRecurrencePattern) *ListEventsViewResponseBodyEventsRecurrence
- func (s *ListEventsViewResponseBodyEventsRecurrence) SetRange(v *ListEventsViewResponseBodyEventsRecurrenceRange) *ListEventsViewResponseBodyEventsRecurrence
- func (s ListEventsViewResponseBodyEventsRecurrence) String() string
- type ListEventsViewResponseBodyEventsRecurrencePattern
- func (s ListEventsViewResponseBodyEventsRecurrencePattern) GoString() string
- func (s *ListEventsViewResponseBodyEventsRecurrencePattern) SetDayOfMonth(v int32) *ListEventsViewResponseBodyEventsRecurrencePattern
- func (s *ListEventsViewResponseBodyEventsRecurrencePattern) SetDaysOfWeek(v string) *ListEventsViewResponseBodyEventsRecurrencePattern
- func (s *ListEventsViewResponseBodyEventsRecurrencePattern) SetFirstDayOfWeek(v string) *ListEventsViewResponseBodyEventsRecurrencePattern
- func (s *ListEventsViewResponseBodyEventsRecurrencePattern) SetIndex(v string) *ListEventsViewResponseBodyEventsRecurrencePattern
- func (s *ListEventsViewResponseBodyEventsRecurrencePattern) SetInterval(v int32) *ListEventsViewResponseBodyEventsRecurrencePattern
- func (s *ListEventsViewResponseBodyEventsRecurrencePattern) SetType(v string) *ListEventsViewResponseBodyEventsRecurrencePattern
- func (s ListEventsViewResponseBodyEventsRecurrencePattern) String() string
- type ListEventsViewResponseBodyEventsRecurrenceRange
- func (s ListEventsViewResponseBodyEventsRecurrenceRange) GoString() string
- func (s *ListEventsViewResponseBodyEventsRecurrenceRange) SetEndDate(v string) *ListEventsViewResponseBodyEventsRecurrenceRange
- func (s *ListEventsViewResponseBodyEventsRecurrenceRange) SetNumberOfOccurrences(v int32) *ListEventsViewResponseBodyEventsRecurrenceRange
- func (s *ListEventsViewResponseBodyEventsRecurrenceRange) SetType(v string) *ListEventsViewResponseBodyEventsRecurrenceRange
- func (s ListEventsViewResponseBodyEventsRecurrenceRange) String() string
- type ListEventsViewResponseBodyEventsRichTextDescription
- type ListEventsViewResponseBodyEventsStart
- func (s ListEventsViewResponseBodyEventsStart) GoString() string
- func (s *ListEventsViewResponseBodyEventsStart) SetDate(v string) *ListEventsViewResponseBodyEventsStart
- func (s *ListEventsViewResponseBodyEventsStart) SetDateTime(v string) *ListEventsViewResponseBodyEventsStart
- func (s *ListEventsViewResponseBodyEventsStart) SetTimeZone(v string) *ListEventsViewResponseBodyEventsStart
- func (s ListEventsViewResponseBodyEventsStart) String() string
- type ListInstancesHeaders
- type ListInstancesRequest
- func (s ListInstancesRequest) GoString() string
- func (s *ListInstancesRequest) SetMaxAttendees(v int32) *ListInstancesRequest
- func (s *ListInstancesRequest) SetMaxResults(v int32) *ListInstancesRequest
- func (s *ListInstancesRequest) SetNextToken(v string) *ListInstancesRequest
- func (s *ListInstancesRequest) SetTimeMax(v string) *ListInstancesRequest
- func (s *ListInstancesRequest) SetTimeMin(v string) *ListInstancesRequest
- func (s ListInstancesRequest) String() string
- type ListInstancesResponse
- func (s ListInstancesResponse) GoString() string
- func (s *ListInstancesResponse) SetBody(v *ListInstancesResponseBody) *ListInstancesResponse
- func (s *ListInstancesResponse) SetHeaders(v map[string]*string) *ListInstancesResponse
- func (s *ListInstancesResponse) SetStatusCode(v int32) *ListInstancesResponse
- func (s ListInstancesResponse) String() string
- type ListInstancesResponseBody
- func (s ListInstancesResponseBody) GoString() string
- func (s *ListInstancesResponseBody) SetEvents(v []*ListInstancesResponseBodyEvents) *ListInstancesResponseBody
- func (s *ListInstancesResponseBody) SetNextToken(v string) *ListInstancesResponseBody
- func (s ListInstancesResponseBody) String() string
- type ListInstancesResponseBodyEvents
- func (s ListInstancesResponseBodyEvents) GoString() string
- func (s *ListInstancesResponseBodyEvents) SetAttendees(v []*ListInstancesResponseBodyEventsAttendees) *ListInstancesResponseBodyEvents
- func (s *ListInstancesResponseBodyEvents) SetCreateTime(v string) *ListInstancesResponseBodyEvents
- func (s *ListInstancesResponseBodyEvents) SetDescription(v string) *ListInstancesResponseBodyEvents
- func (s *ListInstancesResponseBodyEvents) SetEnd(v *ListInstancesResponseBodyEventsEnd) *ListInstancesResponseBodyEvents
- func (s *ListInstancesResponseBodyEvents) SetExtendedProperties(v *ListInstancesResponseBodyEventsExtendedProperties) *ListInstancesResponseBodyEvents
- func (s *ListInstancesResponseBodyEvents) SetId(v string) *ListInstancesResponseBodyEvents
- func (s *ListInstancesResponseBodyEvents) SetIsAllDay(v bool) *ListInstancesResponseBodyEvents
- func (s *ListInstancesResponseBodyEvents) SetLocation(v *ListInstancesResponseBodyEventsLocation) *ListInstancesResponseBodyEvents
- func (s *ListInstancesResponseBodyEvents) SetMeetingRooms(v []*ListInstancesResponseBodyEventsMeetingRooms) *ListInstancesResponseBodyEvents
- func (s *ListInstancesResponseBodyEvents) SetOnlineMeetingInfo(v *ListInstancesResponseBodyEventsOnlineMeetingInfo) *ListInstancesResponseBodyEvents
- func (s *ListInstancesResponseBodyEvents) SetOrganizer(v *ListInstancesResponseBodyEventsOrganizer) *ListInstancesResponseBodyEvents
- func (s *ListInstancesResponseBodyEvents) SetRecurrence(v *ListInstancesResponseBodyEventsRecurrence) *ListInstancesResponseBodyEvents
- func (s *ListInstancesResponseBodyEvents) SetReminders(v []*ListInstancesResponseBodyEventsReminders) *ListInstancesResponseBodyEvents
- func (s *ListInstancesResponseBodyEvents) SetSeriesMasterId(v string) *ListInstancesResponseBodyEvents
- func (s *ListInstancesResponseBodyEvents) SetStart(v *ListInstancesResponseBodyEventsStart) *ListInstancesResponseBodyEvents
- func (s *ListInstancesResponseBodyEvents) SetStatus(v string) *ListInstancesResponseBodyEvents
- func (s *ListInstancesResponseBodyEvents) SetSummary(v string) *ListInstancesResponseBodyEvents
- func (s *ListInstancesResponseBodyEvents) SetUpdateTime(v string) *ListInstancesResponseBodyEvents
- func (s ListInstancesResponseBodyEvents) String() string
- type ListInstancesResponseBodyEventsAttendees
- func (s ListInstancesResponseBodyEventsAttendees) GoString() string
- func (s *ListInstancesResponseBodyEventsAttendees) SetDisplayName(v string) *ListInstancesResponseBodyEventsAttendees
- func (s *ListInstancesResponseBodyEventsAttendees) SetId(v string) *ListInstancesResponseBodyEventsAttendees
- func (s *ListInstancesResponseBodyEventsAttendees) SetIsOptional(v bool) *ListInstancesResponseBodyEventsAttendees
- func (s *ListInstancesResponseBodyEventsAttendees) SetResponseStatus(v string) *ListInstancesResponseBodyEventsAttendees
- func (s *ListInstancesResponseBodyEventsAttendees) SetSelf(v bool) *ListInstancesResponseBodyEventsAttendees
- func (s ListInstancesResponseBodyEventsAttendees) String() string
- type ListInstancesResponseBodyEventsEnd
- func (s ListInstancesResponseBodyEventsEnd) GoString() string
- func (s *ListInstancesResponseBodyEventsEnd) SetDate(v string) *ListInstancesResponseBodyEventsEnd
- func (s *ListInstancesResponseBodyEventsEnd) SetDateTime(v string) *ListInstancesResponseBodyEventsEnd
- func (s *ListInstancesResponseBodyEventsEnd) SetTimeZone(v string) *ListInstancesResponseBodyEventsEnd
- func (s ListInstancesResponseBodyEventsEnd) String() string
- type ListInstancesResponseBodyEventsExtendedProperties
- func (s ListInstancesResponseBodyEventsExtendedProperties) GoString() string
- func (s *ListInstancesResponseBodyEventsExtendedProperties) SetSharedProperties(v *ListInstancesResponseBodyEventsExtendedPropertiesSharedProperties) *ListInstancesResponseBodyEventsExtendedProperties
- func (s ListInstancesResponseBodyEventsExtendedProperties) String() string
- type ListInstancesResponseBodyEventsExtendedPropertiesSharedProperties
- func (s ListInstancesResponseBodyEventsExtendedPropertiesSharedProperties) GoString() string
- func (s *ListInstancesResponseBodyEventsExtendedPropertiesSharedProperties) SetBelongCorpId(v string) *ListInstancesResponseBodyEventsExtendedPropertiesSharedProperties
- func (s *ListInstancesResponseBodyEventsExtendedPropertiesSharedProperties) SetSourceOpenCid(v string) *ListInstancesResponseBodyEventsExtendedPropertiesSharedProperties
- func (s ListInstancesResponseBodyEventsExtendedPropertiesSharedProperties) String() string
- type ListInstancesResponseBodyEventsLocation
- type ListInstancesResponseBodyEventsMeetingRooms
- func (s ListInstancesResponseBodyEventsMeetingRooms) GoString() string
- func (s *ListInstancesResponseBodyEventsMeetingRooms) SetDisplayName(v string) *ListInstancesResponseBodyEventsMeetingRooms
- func (s *ListInstancesResponseBodyEventsMeetingRooms) SetResponseStatus(v string) *ListInstancesResponseBodyEventsMeetingRooms
- func (s *ListInstancesResponseBodyEventsMeetingRooms) SetRoomId(v string) *ListInstancesResponseBodyEventsMeetingRooms
- func (s ListInstancesResponseBodyEventsMeetingRooms) String() string
- type ListInstancesResponseBodyEventsOnlineMeetingInfo
- func (s ListInstancesResponseBodyEventsOnlineMeetingInfo) GoString() string
- func (s *ListInstancesResponseBodyEventsOnlineMeetingInfo) SetConferenceId(v string) *ListInstancesResponseBodyEventsOnlineMeetingInfo
- func (s *ListInstancesResponseBodyEventsOnlineMeetingInfo) SetExtraInfo(v map[string]interface{}) *ListInstancesResponseBodyEventsOnlineMeetingInfo
- func (s *ListInstancesResponseBodyEventsOnlineMeetingInfo) SetType(v string) *ListInstancesResponseBodyEventsOnlineMeetingInfo
- func (s *ListInstancesResponseBodyEventsOnlineMeetingInfo) SetUrl(v string) *ListInstancesResponseBodyEventsOnlineMeetingInfo
- func (s ListInstancesResponseBodyEventsOnlineMeetingInfo) String() string
- type ListInstancesResponseBodyEventsOrganizer
- func (s ListInstancesResponseBodyEventsOrganizer) GoString() string
- func (s *ListInstancesResponseBodyEventsOrganizer) SetDisplayName(v string) *ListInstancesResponseBodyEventsOrganizer
- func (s *ListInstancesResponseBodyEventsOrganizer) SetId(v string) *ListInstancesResponseBodyEventsOrganizer
- func (s *ListInstancesResponseBodyEventsOrganizer) SetResponseStatus(v string) *ListInstancesResponseBodyEventsOrganizer
- func (s *ListInstancesResponseBodyEventsOrganizer) SetSelf(v bool) *ListInstancesResponseBodyEventsOrganizer
- func (s ListInstancesResponseBodyEventsOrganizer) String() string
- type ListInstancesResponseBodyEventsRecurrence
- func (s ListInstancesResponseBodyEventsRecurrence) GoString() string
- func (s *ListInstancesResponseBodyEventsRecurrence) SetPattern(v *ListInstancesResponseBodyEventsRecurrencePattern) *ListInstancesResponseBodyEventsRecurrence
- func (s *ListInstancesResponseBodyEventsRecurrence) SetRange(v *ListInstancesResponseBodyEventsRecurrenceRange) *ListInstancesResponseBodyEventsRecurrence
- func (s ListInstancesResponseBodyEventsRecurrence) String() string
- type ListInstancesResponseBodyEventsRecurrencePattern
- func (s ListInstancesResponseBodyEventsRecurrencePattern) GoString() string
- func (s *ListInstancesResponseBodyEventsRecurrencePattern) SetDayOfMonth(v int32) *ListInstancesResponseBodyEventsRecurrencePattern
- func (s *ListInstancesResponseBodyEventsRecurrencePattern) SetDaysOfWeek(v string) *ListInstancesResponseBodyEventsRecurrencePattern
- func (s *ListInstancesResponseBodyEventsRecurrencePattern) SetIndex(v string) *ListInstancesResponseBodyEventsRecurrencePattern
- func (s *ListInstancesResponseBodyEventsRecurrencePattern) SetInterval(v int32) *ListInstancesResponseBodyEventsRecurrencePattern
- func (s *ListInstancesResponseBodyEventsRecurrencePattern) SetType(v string) *ListInstancesResponseBodyEventsRecurrencePattern
- func (s ListInstancesResponseBodyEventsRecurrencePattern) String() string
- type ListInstancesResponseBodyEventsRecurrenceRange
- func (s ListInstancesResponseBodyEventsRecurrenceRange) GoString() string
- func (s *ListInstancesResponseBodyEventsRecurrenceRange) SetEndDate(v string) *ListInstancesResponseBodyEventsRecurrenceRange
- func (s *ListInstancesResponseBodyEventsRecurrenceRange) SetNumberOfOccurrences(v int32) *ListInstancesResponseBodyEventsRecurrenceRange
- func (s *ListInstancesResponseBodyEventsRecurrenceRange) SetType(v string) *ListInstancesResponseBodyEventsRecurrenceRange
- func (s ListInstancesResponseBodyEventsRecurrenceRange) String() string
- type ListInstancesResponseBodyEventsReminders
- func (s ListInstancesResponseBodyEventsReminders) GoString() string
- func (s *ListInstancesResponseBodyEventsReminders) SetMethod(v string) *ListInstancesResponseBodyEventsReminders
- func (s *ListInstancesResponseBodyEventsReminders) SetMinutes(v string) *ListInstancesResponseBodyEventsReminders
- func (s ListInstancesResponseBodyEventsReminders) String() string
- type ListInstancesResponseBodyEventsStart
- func (s ListInstancesResponseBodyEventsStart) GoString() string
- func (s *ListInstancesResponseBodyEventsStart) SetDate(v string) *ListInstancesResponseBodyEventsStart
- func (s *ListInstancesResponseBodyEventsStart) SetDateTime(v string) *ListInstancesResponseBodyEventsStart
- func (s *ListInstancesResponseBodyEventsStart) SetTimeZone(v string) *ListInstancesResponseBodyEventsStart
- func (s ListInstancesResponseBodyEventsStart) String() string
- type PatchEventHeaders
- func (s PatchEventHeaders) GoString() string
- func (s *PatchEventHeaders) SetCommonHeaders(v map[string]*string) *PatchEventHeaders
- func (s *PatchEventHeaders) SetXAcsDingtalkAccessToken(v string) *PatchEventHeaders
- func (s *PatchEventHeaders) SetXClientToken(v string) *PatchEventHeaders
- func (s PatchEventHeaders) String() string
- type PatchEventRequest
- func (s PatchEventRequest) GoString() string
- func (s *PatchEventRequest) SetAttendees(v []*PatchEventRequestAttendees) *PatchEventRequest
- func (s *PatchEventRequest) SetDescription(v string) *PatchEventRequest
- func (s *PatchEventRequest) SetEnd(v *PatchEventRequestEnd) *PatchEventRequest
- func (s *PatchEventRequest) SetExtra(v map[string]*string) *PatchEventRequest
- func (s *PatchEventRequest) SetId(v string) *PatchEventRequest
- func (s *PatchEventRequest) SetIsAllDay(v bool) *PatchEventRequest
- func (s *PatchEventRequest) SetLocation(v *PatchEventRequestLocation) *PatchEventRequest
- func (s *PatchEventRequest) SetOnlineMeetingInfo(v *PatchEventRequestOnlineMeetingInfo) *PatchEventRequest
- func (s *PatchEventRequest) SetRecurrence(v *PatchEventRequestRecurrence) *PatchEventRequest
- func (s *PatchEventRequest) SetReminders(v []*PatchEventRequestReminders) *PatchEventRequest
- func (s *PatchEventRequest) SetRichTextDescription(v *PatchEventRequestRichTextDescription) *PatchEventRequest
- func (s *PatchEventRequest) SetStart(v *PatchEventRequestStart) *PatchEventRequest
- func (s *PatchEventRequest) SetSummary(v string) *PatchEventRequest
- func (s *PatchEventRequest) SetUiConfigs(v []*PatchEventRequestUiConfigs) *PatchEventRequest
- func (s PatchEventRequest) String() string
- type PatchEventRequestAttendees
- func (s PatchEventRequestAttendees) GoString() string
- func (s *PatchEventRequestAttendees) SetEmail(v string) *PatchEventRequestAttendees
- func (s *PatchEventRequestAttendees) SetId(v string) *PatchEventRequestAttendees
- func (s *PatchEventRequestAttendees) SetIsOptional(v bool) *PatchEventRequestAttendees
- func (s PatchEventRequestAttendees) String() string
- type PatchEventRequestEnd
- func (s PatchEventRequestEnd) GoString() string
- func (s *PatchEventRequestEnd) SetDate(v string) *PatchEventRequestEnd
- func (s *PatchEventRequestEnd) SetDateTime(v string) *PatchEventRequestEnd
- func (s *PatchEventRequestEnd) SetTimeZone(v string) *PatchEventRequestEnd
- func (s PatchEventRequestEnd) String() string
- type PatchEventRequestLocation
- type PatchEventRequestOnlineMeetingInfo
- type PatchEventRequestRecurrence
- func (s PatchEventRequestRecurrence) GoString() string
- func (s *PatchEventRequestRecurrence) SetPattern(v *PatchEventRequestRecurrencePattern) *PatchEventRequestRecurrence
- func (s *PatchEventRequestRecurrence) SetRange(v *PatchEventRequestRecurrenceRange) *PatchEventRequestRecurrence
- func (s PatchEventRequestRecurrence) String() string
- type PatchEventRequestRecurrencePattern
- func (s PatchEventRequestRecurrencePattern) GoString() string
- func (s *PatchEventRequestRecurrencePattern) SetDayOfMonth(v int32) *PatchEventRequestRecurrencePattern
- func (s *PatchEventRequestRecurrencePattern) SetDaysOfWeek(v string) *PatchEventRequestRecurrencePattern
- func (s *PatchEventRequestRecurrencePattern) SetFirstDayOfWeek(v string) *PatchEventRequestRecurrencePattern
- func (s *PatchEventRequestRecurrencePattern) SetIndex(v string) *PatchEventRequestRecurrencePattern
- func (s *PatchEventRequestRecurrencePattern) SetInterval(v int32) *PatchEventRequestRecurrencePattern
- func (s *PatchEventRequestRecurrencePattern) SetType(v string) *PatchEventRequestRecurrencePattern
- func (s PatchEventRequestRecurrencePattern) String() string
- type PatchEventRequestRecurrenceRange
- func (s PatchEventRequestRecurrenceRange) GoString() string
- func (s *PatchEventRequestRecurrenceRange) SetEndDate(v string) *PatchEventRequestRecurrenceRange
- func (s *PatchEventRequestRecurrenceRange) SetNumberOfOccurrences(v int32) *PatchEventRequestRecurrenceRange
- func (s *PatchEventRequestRecurrenceRange) SetType(v string) *PatchEventRequestRecurrenceRange
- func (s PatchEventRequestRecurrenceRange) String() string
- type PatchEventRequestReminders
- type PatchEventRequestRichTextDescription
- type PatchEventRequestStart
- func (s PatchEventRequestStart) GoString() string
- func (s *PatchEventRequestStart) SetDate(v string) *PatchEventRequestStart
- func (s *PatchEventRequestStart) SetDateTime(v string) *PatchEventRequestStart
- func (s *PatchEventRequestStart) SetTimeZone(v string) *PatchEventRequestStart
- func (s PatchEventRequestStart) String() string
- type PatchEventRequestUiConfigs
- type PatchEventResponse
- func (s PatchEventResponse) GoString() string
- func (s *PatchEventResponse) SetBody(v *PatchEventResponseBody) *PatchEventResponse
- func (s *PatchEventResponse) SetHeaders(v map[string]*string) *PatchEventResponse
- func (s *PatchEventResponse) SetStatusCode(v int32) *PatchEventResponse
- func (s PatchEventResponse) String() string
- type PatchEventResponseBody
- func (s PatchEventResponseBody) GoString() string
- func (s *PatchEventResponseBody) SetAttendees(v []*PatchEventResponseBodyAttendees) *PatchEventResponseBody
- func (s *PatchEventResponseBody) SetCreateTime(v string) *PatchEventResponseBody
- func (s *PatchEventResponseBody) SetDescription(v string) *PatchEventResponseBody
- func (s *PatchEventResponseBody) SetEnd(v *PatchEventResponseBodyEnd) *PatchEventResponseBody
- func (s *PatchEventResponseBody) SetId(v string) *PatchEventResponseBody
- func (s *PatchEventResponseBody) SetIsAllDay(v bool) *PatchEventResponseBody
- func (s *PatchEventResponseBody) SetLocation(v *PatchEventResponseBodyLocation) *PatchEventResponseBody
- func (s *PatchEventResponseBody) SetOnlineMeetingInfo(v *PatchEventResponseBodyOnlineMeetingInfo) *PatchEventResponseBody
- func (s *PatchEventResponseBody) SetOrganizer(v *PatchEventResponseBodyOrganizer) *PatchEventResponseBody
- func (s *PatchEventResponseBody) SetRecurrence(v *PatchEventResponseBodyRecurrence) *PatchEventResponseBody
- func (s *PatchEventResponseBody) SetReminders(v []*PatchEventResponseBodyReminders) *PatchEventResponseBody
- func (s *PatchEventResponseBody) SetRichTextDescription(v *PatchEventResponseBodyRichTextDescription) *PatchEventResponseBody
- func (s *PatchEventResponseBody) SetStart(v *PatchEventResponseBodyStart) *PatchEventResponseBody
- func (s *PatchEventResponseBody) SetSummary(v string) *PatchEventResponseBody
- func (s *PatchEventResponseBody) SetUiConfigs(v []*PatchEventResponseBodyUiConfigs) *PatchEventResponseBody
- func (s *PatchEventResponseBody) SetUpdateTime(v string) *PatchEventResponseBody
- func (s PatchEventResponseBody) String() string
- type PatchEventResponseBodyAttendees
- func (s PatchEventResponseBodyAttendees) GoString() string
- func (s *PatchEventResponseBodyAttendees) SetDisplayName(v string) *PatchEventResponseBodyAttendees
- func (s *PatchEventResponseBodyAttendees) SetId(v string) *PatchEventResponseBodyAttendees
- func (s *PatchEventResponseBodyAttendees) SetIsOptional(v bool) *PatchEventResponseBodyAttendees
- func (s *PatchEventResponseBodyAttendees) SetResponseStatus(v string) *PatchEventResponseBodyAttendees
- func (s *PatchEventResponseBodyAttendees) SetSelf(v bool) *PatchEventResponseBodyAttendees
- func (s PatchEventResponseBodyAttendees) String() string
- type PatchEventResponseBodyEnd
- func (s PatchEventResponseBodyEnd) GoString() string
- func (s *PatchEventResponseBodyEnd) SetDate(v string) *PatchEventResponseBodyEnd
- func (s *PatchEventResponseBodyEnd) SetDateTime(v string) *PatchEventResponseBodyEnd
- func (s *PatchEventResponseBodyEnd) SetTimeZone(v string) *PatchEventResponseBodyEnd
- func (s PatchEventResponseBodyEnd) String() string
- type PatchEventResponseBodyLocation
- func (s PatchEventResponseBodyLocation) GoString() string
- func (s *PatchEventResponseBodyLocation) SetDisplayName(v string) *PatchEventResponseBodyLocation
- func (s *PatchEventResponseBodyLocation) SetMeetingRooms(v []*string) *PatchEventResponseBodyLocation
- func (s PatchEventResponseBodyLocation) String() string
- type PatchEventResponseBodyOnlineMeetingInfo
- func (s PatchEventResponseBodyOnlineMeetingInfo) GoString() string
- func (s *PatchEventResponseBodyOnlineMeetingInfo) SetConferenceId(v string) *PatchEventResponseBodyOnlineMeetingInfo
- func (s *PatchEventResponseBodyOnlineMeetingInfo) SetType(v string) *PatchEventResponseBodyOnlineMeetingInfo
- func (s *PatchEventResponseBodyOnlineMeetingInfo) SetUrl(v string) *PatchEventResponseBodyOnlineMeetingInfo
- func (s PatchEventResponseBodyOnlineMeetingInfo) String() string
- type PatchEventResponseBodyOrganizer
- func (s PatchEventResponseBodyOrganizer) GoString() string
- func (s *PatchEventResponseBodyOrganizer) SetDisplayName(v string) *PatchEventResponseBodyOrganizer
- func (s *PatchEventResponseBodyOrganizer) SetId(v string) *PatchEventResponseBodyOrganizer
- func (s *PatchEventResponseBodyOrganizer) SetResponseStatus(v string) *PatchEventResponseBodyOrganizer
- func (s *PatchEventResponseBodyOrganizer) SetSelf(v bool) *PatchEventResponseBodyOrganizer
- func (s PatchEventResponseBodyOrganizer) String() string
- type PatchEventResponseBodyRecurrence
- func (s PatchEventResponseBodyRecurrence) GoString() string
- func (s *PatchEventResponseBodyRecurrence) SetPattern(v *PatchEventResponseBodyRecurrencePattern) *PatchEventResponseBodyRecurrence
- func (s *PatchEventResponseBodyRecurrence) SetRange(v *PatchEventResponseBodyRecurrenceRange) *PatchEventResponseBodyRecurrence
- func (s PatchEventResponseBodyRecurrence) String() string
- type PatchEventResponseBodyRecurrencePattern
- func (s PatchEventResponseBodyRecurrencePattern) GoString() string
- func (s *PatchEventResponseBodyRecurrencePattern) SetDayOfMonth(v int32) *PatchEventResponseBodyRecurrencePattern
- func (s *PatchEventResponseBodyRecurrencePattern) SetDaysOfWeek(v string) *PatchEventResponseBodyRecurrencePattern
- func (s *PatchEventResponseBodyRecurrencePattern) SetFirstDayOfWeek(v string) *PatchEventResponseBodyRecurrencePattern
- func (s *PatchEventResponseBodyRecurrencePattern) SetIndex(v string) *PatchEventResponseBodyRecurrencePattern
- func (s *PatchEventResponseBodyRecurrencePattern) SetInterval(v int32) *PatchEventResponseBodyRecurrencePattern
- func (s *PatchEventResponseBodyRecurrencePattern) SetType(v string) *PatchEventResponseBodyRecurrencePattern
- func (s PatchEventResponseBodyRecurrencePattern) String() string
- type PatchEventResponseBodyRecurrenceRange
- func (s PatchEventResponseBodyRecurrenceRange) GoString() string
- func (s *PatchEventResponseBodyRecurrenceRange) SetEndDate(v string) *PatchEventResponseBodyRecurrenceRange
- func (s *PatchEventResponseBodyRecurrenceRange) SetNumberOfOccurrences(v int32) *PatchEventResponseBodyRecurrenceRange
- func (s *PatchEventResponseBodyRecurrenceRange) SetType(v string) *PatchEventResponseBodyRecurrenceRange
- func (s PatchEventResponseBodyRecurrenceRange) String() string
- type PatchEventResponseBodyReminders
- func (s PatchEventResponseBodyReminders) GoString() string
- func (s *PatchEventResponseBodyReminders) SetMethod(v string) *PatchEventResponseBodyReminders
- func (s *PatchEventResponseBodyReminders) SetMinutes(v string) *PatchEventResponseBodyReminders
- func (s PatchEventResponseBodyReminders) String() string
- type PatchEventResponseBodyRichTextDescription
- type PatchEventResponseBodyStart
- func (s PatchEventResponseBodyStart) GoString() string
- func (s *PatchEventResponseBodyStart) SetDate(v string) *PatchEventResponseBodyStart
- func (s *PatchEventResponseBodyStart) SetDateTime(v string) *PatchEventResponseBodyStart
- func (s *PatchEventResponseBodyStart) SetTimeZone(v string) *PatchEventResponseBodyStart
- func (s PatchEventResponseBodyStart) String() string
- type PatchEventResponseBodyUiConfigs
- func (s PatchEventResponseBodyUiConfigs) GoString() string
- func (s *PatchEventResponseBodyUiConfigs) SetUiName(v string) *PatchEventResponseBodyUiConfigs
- func (s *PatchEventResponseBodyUiConfigs) SetUiStatus(v string) *PatchEventResponseBodyUiConfigs
- func (s PatchEventResponseBodyUiConfigs) String() string
- type RemoveAttendeeHeaders
- func (s RemoveAttendeeHeaders) GoString() string
- func (s *RemoveAttendeeHeaders) SetCommonHeaders(v map[string]*string) *RemoveAttendeeHeaders
- func (s *RemoveAttendeeHeaders) SetXAcsDingtalkAccessToken(v string) *RemoveAttendeeHeaders
- func (s *RemoveAttendeeHeaders) SetXClientToken(v string) *RemoveAttendeeHeaders
- func (s RemoveAttendeeHeaders) String() string
- type RemoveAttendeeRequest
- type RemoveAttendeeRequestAttendeesToRemove
- type RemoveAttendeeResponse
- type RemoveMeetingRoomsHeaders
- func (s RemoveMeetingRoomsHeaders) GoString() string
- func (s *RemoveMeetingRoomsHeaders) SetCommonHeaders(v map[string]*string) *RemoveMeetingRoomsHeaders
- func (s *RemoveMeetingRoomsHeaders) SetXAcsDingtalkAccessToken(v string) *RemoveMeetingRoomsHeaders
- func (s *RemoveMeetingRoomsHeaders) SetXClientToken(v string) *RemoveMeetingRoomsHeaders
- func (s RemoveMeetingRoomsHeaders) String() string
- type RemoveMeetingRoomsRequest
- type RemoveMeetingRoomsRequestMeetingRoomsToRemove
- type RemoveMeetingRoomsResponse
- func (s RemoveMeetingRoomsResponse) GoString() string
- func (s *RemoveMeetingRoomsResponse) SetBody(v *RemoveMeetingRoomsResponseBody) *RemoveMeetingRoomsResponse
- func (s *RemoveMeetingRoomsResponse) SetHeaders(v map[string]*string) *RemoveMeetingRoomsResponse
- func (s *RemoveMeetingRoomsResponse) SetStatusCode(v int32) *RemoveMeetingRoomsResponse
- func (s RemoveMeetingRoomsResponse) String() string
- type RemoveMeetingRoomsResponseBody
- type RespondEventHeaders
- func (s RespondEventHeaders) GoString() string
- func (s *RespondEventHeaders) SetCommonHeaders(v map[string]*string) *RespondEventHeaders
- func (s *RespondEventHeaders) SetXAcsDingtalkAccessToken(v string) *RespondEventHeaders
- func (s *RespondEventHeaders) SetXClientToken(v string) *RespondEventHeaders
- func (s RespondEventHeaders) String() string
- type RespondEventRequest
- type RespondEventResponse
- type SignInHeaders
- type SignInResponse
- type SignInResponseBody
- type SignOutHeaders
- type SignOutResponse
- func (s SignOutResponse) GoString() string
- func (s *SignOutResponse) SetBody(v *SignOutResponseBody) *SignOutResponse
- func (s *SignOutResponse) SetHeaders(v map[string]*string) *SignOutResponse
- func (s *SignOutResponse) SetStatusCode(v int32) *SignOutResponse
- func (s SignOutResponse) String() string
- type SignOutResponseBody
- type SubscribeCalendarHeaders
- type SubscribeCalendarResponse
- type TransferEventHeaders
- func (s TransferEventHeaders) GoString() string
- func (s *TransferEventHeaders) SetCommonHeaders(v map[string]*string) *TransferEventHeaders
- func (s *TransferEventHeaders) SetXAcsDingtalkAccessToken(v string) *TransferEventHeaders
- func (s *TransferEventHeaders) SetXClientToken(v string) *TransferEventHeaders
- func (s TransferEventHeaders) String() string
- type TransferEventRequest
- func (s TransferEventRequest) GoString() string
- func (s *TransferEventRequest) SetIsExitCalendar(v bool) *TransferEventRequest
- func (s *TransferEventRequest) SetNeedNotifyViaO2O(v bool) *TransferEventRequest
- func (s *TransferEventRequest) SetNewOrganizerId(v string) *TransferEventRequest
- func (s TransferEventRequest) String() string
- type TransferEventResponse
- func (s TransferEventResponse) GoString() string
- func (s *TransferEventResponse) SetBody(v *TransferEventResponseBody) *TransferEventResponse
- func (s *TransferEventResponse) SetHeaders(v map[string]*string) *TransferEventResponse
- func (s *TransferEventResponse) SetStatusCode(v int32) *TransferEventResponse
- func (s TransferEventResponse) String() string
- type TransferEventResponseBody
- type UnsubscribeCalendarHeaders
- func (s UnsubscribeCalendarHeaders) GoString() string
- func (s *UnsubscribeCalendarHeaders) SetCommonHeaders(v map[string]*string) *UnsubscribeCalendarHeaders
- func (s *UnsubscribeCalendarHeaders) SetXAcsDingtalkAccessToken(v string) *UnsubscribeCalendarHeaders
- func (s UnsubscribeCalendarHeaders) String() string
- type UnsubscribeCalendarResponse
- func (s UnsubscribeCalendarResponse) GoString() string
- func (s *UnsubscribeCalendarResponse) SetBody(v *UnsubscribeCalendarResponseBody) *UnsubscribeCalendarResponse
- func (s *UnsubscribeCalendarResponse) SetHeaders(v map[string]*string) *UnsubscribeCalendarResponse
- func (s *UnsubscribeCalendarResponse) SetStatusCode(v int32) *UnsubscribeCalendarResponse
- func (s UnsubscribeCalendarResponse) String() string
- type UnsubscribeCalendarResponseBody
- type UpdateSubscribedCalendarsHeaders
- func (s UpdateSubscribedCalendarsHeaders) GoString() string
- func (s *UpdateSubscribedCalendarsHeaders) SetCommonHeaders(v map[string]*string) *UpdateSubscribedCalendarsHeaders
- func (s *UpdateSubscribedCalendarsHeaders) SetXAcsDingtalkAccessToken(v string) *UpdateSubscribedCalendarsHeaders
- func (s UpdateSubscribedCalendarsHeaders) String() string
- type UpdateSubscribedCalendarsRequest
- func (s UpdateSubscribedCalendarsRequest) GoString() string
- func (s *UpdateSubscribedCalendarsRequest) SetDescription(v string) *UpdateSubscribedCalendarsRequest
- func (s *UpdateSubscribedCalendarsRequest) SetManagers(v []*string) *UpdateSubscribedCalendarsRequest
- func (s *UpdateSubscribedCalendarsRequest) SetName(v string) *UpdateSubscribedCalendarsRequest
- func (s *UpdateSubscribedCalendarsRequest) SetSubscribeScope(v *UpdateSubscribedCalendarsRequestSubscribeScope) *UpdateSubscribedCalendarsRequest
- func (s UpdateSubscribedCalendarsRequest) String() string
- type UpdateSubscribedCalendarsRequestSubscribeScope
- func (s UpdateSubscribedCalendarsRequestSubscribeScope) GoString() string
- func (s *UpdateSubscribedCalendarsRequestSubscribeScope) SetCorpIds(v []*string) *UpdateSubscribedCalendarsRequestSubscribeScope
- func (s *UpdateSubscribedCalendarsRequestSubscribeScope) SetOpenConversationIds(v []*string) *UpdateSubscribedCalendarsRequestSubscribeScope
- func (s *UpdateSubscribedCalendarsRequestSubscribeScope) SetUnionIds(v []*string) *UpdateSubscribedCalendarsRequestSubscribeScope
- func (s UpdateSubscribedCalendarsRequestSubscribeScope) String() string
- type UpdateSubscribedCalendarsResponse
- func (s UpdateSubscribedCalendarsResponse) GoString() string
- func (s *UpdateSubscribedCalendarsResponse) SetBody(v *UpdateSubscribedCalendarsResponseBody) *UpdateSubscribedCalendarsResponse
- func (s *UpdateSubscribedCalendarsResponse) SetHeaders(v map[string]*string) *UpdateSubscribedCalendarsResponse
- func (s *UpdateSubscribedCalendarsResponse) SetStatusCode(v int32) *UpdateSubscribedCalendarsResponse
- func (s UpdateSubscribedCalendarsResponse) String() string
- type UpdateSubscribedCalendarsResponseBody
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 (s *AddAttendeeRequest) SetAttendeesToAdd(v []*AddAttendeeRequestAttendeesToAdd) *AddAttendeeRequest
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 (s AddAttendeeRequestAttendeesToAdd) GoString() string
func (*AddAttendeeRequestAttendeesToAdd) SetId ¶
func (s *AddAttendeeRequestAttendeesToAdd) SetId(v string) *AddAttendeeRequestAttendeesToAdd
func (*AddAttendeeRequestAttendeesToAdd) SetIsOptional ¶
func (s *AddAttendeeRequestAttendeesToAdd) SetIsOptional(v bool) *AddAttendeeRequestAttendeesToAdd
func (AddAttendeeRequestAttendeesToAdd) String ¶
func (s AddAttendeeRequestAttendeesToAdd) String() 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 (s *AddMeetingRoomsRequest) SetMeetingRoomsToAdd(v []*AddMeetingRoomsRequestMeetingRoomsToAdd) *AddMeetingRoomsRequest
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 (s AddMeetingRoomsRequestMeetingRoomsToAdd) GoString() string
func (*AddMeetingRoomsRequestMeetingRoomsToAdd) SetRoomId ¶
func (s *AddMeetingRoomsRequestMeetingRoomsToAdd) SetRoomId(v string) *AddMeetingRoomsRequestMeetingRoomsToAdd
func (AddMeetingRoomsRequestMeetingRoomsToAdd) String ¶
func (s AddMeetingRoomsRequestMeetingRoomsToAdd) String() 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 (s *AddMeetingRoomsResponse) SetBody(v *AddMeetingRoomsResponseBody) *AddMeetingRoomsResponse
func (*AddMeetingRoomsResponse) SetHeaders ¶
func (s *AddMeetingRoomsResponse) SetHeaders(v map[string]*string) *AddMeetingRoomsResponse
func (*AddMeetingRoomsResponse) SetStatusCode ¶
func (s *AddMeetingRoomsResponse) SetStatusCode(v int32) *AddMeetingRoomsResponse
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 (s *AddMeetingRoomsResponseBody) SetResult(v bool) *AddMeetingRoomsResponseBody
func (AddMeetingRoomsResponseBody) String ¶
func (s AddMeetingRoomsResponseBody) String() 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 (s *CheckInResponse) SetBody(v *CheckInResponseBody) *CheckInResponse
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 ¶
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) 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) 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) GetSignInLink ¶ added in v1.5.99
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) GetSignOutLink ¶ added in v1.5.99
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) 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) SignInWithOptions ¶
func (client *Client) SignInWithOptions(userId *string, calendarId *string, eventId *string, headers *SignInHeaders, runtime *util.RuntimeOptions) (_result *SignInResponse, _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 (s *ConvertLegacyEventIdHeaders) SetCommonHeaders(v map[string]*string) *ConvertLegacyEventIdHeaders
func (*ConvertLegacyEventIdHeaders) SetXAcsDingtalkAccessToken ¶
func (s *ConvertLegacyEventIdHeaders) SetXAcsDingtalkAccessToken(v string) *ConvertLegacyEventIdHeaders
func (ConvertLegacyEventIdHeaders) String ¶
func (s ConvertLegacyEventIdHeaders) String() 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 (s *ConvertLegacyEventIdRequest) SetLegacyEventIds(v []*string) *ConvertLegacyEventIdRequest
func (ConvertLegacyEventIdRequest) String ¶
func (s ConvertLegacyEventIdRequest) String() 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 (s *ConvertLegacyEventIdResponse) SetBody(v *ConvertLegacyEventIdResponseBody) *ConvertLegacyEventIdResponse
func (*ConvertLegacyEventIdResponse) SetHeaders ¶
func (s *ConvertLegacyEventIdResponse) SetHeaders(v map[string]*string) *ConvertLegacyEventIdResponse
func (*ConvertLegacyEventIdResponse) SetStatusCode ¶
func (s *ConvertLegacyEventIdResponse) SetStatusCode(v int32) *ConvertLegacyEventIdResponse
func (ConvertLegacyEventIdResponse) String ¶
func (s ConvertLegacyEventIdResponse) String() string
type ConvertLegacyEventIdResponseBody ¶
type ConvertLegacyEventIdResponseBody struct {
LegacyEventIdMap map[string]interface{} `json:"legacyEventIdMap,omitempty" xml:"legacyEventIdMap,omitempty"`
}
func (ConvertLegacyEventIdResponseBody) GoString ¶
func (s ConvertLegacyEventIdResponseBody) GoString() string
func (*ConvertLegacyEventIdResponseBody) SetLegacyEventIdMap ¶
func (s *ConvertLegacyEventIdResponseBody) SetLegacyEventIdMap(v map[string]interface{}) *ConvertLegacyEventIdResponseBody
func (ConvertLegacyEventIdResponseBody) String ¶
func (s ConvertLegacyEventIdResponseBody) String() 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 (s *CreateAclsRequest) SetScope(v *CreateAclsRequestScope) *CreateAclsRequest
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 (s *CreateAclsRequestScope) SetScopeType(v string) *CreateAclsRequestScope
func (*CreateAclsRequestScope) SetUserId ¶
func (s *CreateAclsRequestScope) SetUserId(v string) *CreateAclsRequestScope
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 (s *CreateAclsResponse) SetBody(v *CreateAclsResponseBody) *CreateAclsResponse
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 (s *CreateAclsResponseBody) SetAclId(v string) *CreateAclsResponseBody
func (*CreateAclsResponseBody) SetPrivilege ¶
func (s *CreateAclsResponseBody) SetPrivilege(v string) *CreateAclsResponseBody
func (*CreateAclsResponseBody) SetScope ¶
func (s *CreateAclsResponseBody) SetScope(v *CreateAclsResponseBodyScope) *CreateAclsResponseBody
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 (s *CreateAclsResponseBodyScope) SetScopeType(v string) *CreateAclsResponseBodyScope
func (*CreateAclsResponseBodyScope) SetUserId ¶
func (s *CreateAclsResponseBodyScope) SetUserId(v string) *CreateAclsResponseBodyScope
func (CreateAclsResponseBodyScope) String ¶
func (s CreateAclsResponseBodyScope) String() 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 (s *CreateEventByMeRequest) SetAttendees(v []*CreateEventByMeRequestAttendees) *CreateEventByMeRequest
func (*CreateEventByMeRequest) SetDescription ¶ added in v1.5.89
func (s *CreateEventByMeRequest) SetDescription(v string) *CreateEventByMeRequest
func (*CreateEventByMeRequest) SetEnd ¶ added in v1.5.89
func (s *CreateEventByMeRequest) SetEnd(v *CreateEventByMeRequestEnd) *CreateEventByMeRequest
func (*CreateEventByMeRequest) SetExtra ¶ added in v1.5.89
func (s *CreateEventByMeRequest) SetExtra(v map[string]*string) *CreateEventByMeRequest
func (*CreateEventByMeRequest) SetIsAllDay ¶ added in v1.5.89
func (s *CreateEventByMeRequest) SetIsAllDay(v bool) *CreateEventByMeRequest
func (*CreateEventByMeRequest) SetLocation ¶ added in v1.5.89
func (s *CreateEventByMeRequest) SetLocation(v *CreateEventByMeRequestLocation) *CreateEventByMeRequest
func (*CreateEventByMeRequest) SetOnlineMeetingInfo ¶ added in v1.5.89
func (s *CreateEventByMeRequest) SetOnlineMeetingInfo(v *CreateEventByMeRequestOnlineMeetingInfo) *CreateEventByMeRequest
func (*CreateEventByMeRequest) SetRecurrence ¶ added in v1.5.89
func (s *CreateEventByMeRequest) SetRecurrence(v *CreateEventByMeRequestRecurrence) *CreateEventByMeRequest
func (*CreateEventByMeRequest) SetReminders ¶ added in v1.5.89
func (s *CreateEventByMeRequest) SetReminders(v []*CreateEventByMeRequestReminders) *CreateEventByMeRequest
func (*CreateEventByMeRequest) SetRichTextDescription ¶ added in v1.5.89
func (s *CreateEventByMeRequest) SetRichTextDescription(v *CreateEventByMeRequestRichTextDescription) *CreateEventByMeRequest
func (*CreateEventByMeRequest) SetStart ¶ added in v1.5.89
func (s *CreateEventByMeRequest) SetStart(v *CreateEventByMeRequestStart) *CreateEventByMeRequest
func (*CreateEventByMeRequest) SetSummary ¶ added in v1.5.89
func (s *CreateEventByMeRequest) SetSummary(v string) *CreateEventByMeRequest
func (*CreateEventByMeRequest) SetUiConfigs ¶ added in v1.5.89
func (s *CreateEventByMeRequest) SetUiConfigs(v []*CreateEventByMeRequestUiConfigs) *CreateEventByMeRequest
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 (s CreateEventByMeRequestAttendees) GoString() string
func (*CreateEventByMeRequestAttendees) SetId ¶ added in v1.5.89
func (s *CreateEventByMeRequestAttendees) SetId(v string) *CreateEventByMeRequestAttendees
func (*CreateEventByMeRequestAttendees) SetIsOptional ¶ added in v1.5.89
func (s *CreateEventByMeRequestAttendees) SetIsOptional(v bool) *CreateEventByMeRequestAttendees
func (CreateEventByMeRequestAttendees) String ¶ added in v1.5.89
func (s CreateEventByMeRequestAttendees) String() string
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 (s *CreateEventByMeRequestEnd) SetDate(v string) *CreateEventByMeRequestEnd
func (*CreateEventByMeRequestEnd) SetDateTime ¶ added in v1.5.89
func (s *CreateEventByMeRequestEnd) SetDateTime(v string) *CreateEventByMeRequestEnd
func (*CreateEventByMeRequestEnd) SetTimeZone ¶ added in v1.5.89
func (s *CreateEventByMeRequestEnd) SetTimeZone(v string) *CreateEventByMeRequestEnd
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 (s CreateEventByMeRequestLocation) GoString() string
func (*CreateEventByMeRequestLocation) SetDisplayName ¶ added in v1.5.89
func (s *CreateEventByMeRequestLocation) SetDisplayName(v string) *CreateEventByMeRequestLocation
func (CreateEventByMeRequestLocation) String ¶ added in v1.5.89
func (s CreateEventByMeRequestLocation) String() string
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 (s CreateEventByMeRequestOnlineMeetingInfo) GoString() string
func (*CreateEventByMeRequestOnlineMeetingInfo) SetType ¶ added in v1.5.89
func (s *CreateEventByMeRequestOnlineMeetingInfo) SetType(v string) *CreateEventByMeRequestOnlineMeetingInfo
func (CreateEventByMeRequestOnlineMeetingInfo) String ¶ added in v1.5.89
func (s CreateEventByMeRequestOnlineMeetingInfo) String() string
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 (s CreateEventByMeRequestRecurrence) GoString() string
func (*CreateEventByMeRequestRecurrence) SetPattern ¶ added in v1.5.89
func (s *CreateEventByMeRequestRecurrence) SetPattern(v *CreateEventByMeRequestRecurrencePattern) *CreateEventByMeRequestRecurrence
func (*CreateEventByMeRequestRecurrence) SetRange ¶ added in v1.5.89
func (s *CreateEventByMeRequestRecurrence) SetRange(v *CreateEventByMeRequestRecurrenceRange) *CreateEventByMeRequestRecurrence
func (CreateEventByMeRequestRecurrence) String ¶ added in v1.5.89
func (s CreateEventByMeRequestRecurrence) String() string
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 (s CreateEventByMeRequestRecurrencePattern) GoString() string
func (*CreateEventByMeRequestRecurrencePattern) SetDayOfMonth ¶ added in v1.5.89
func (s *CreateEventByMeRequestRecurrencePattern) SetDayOfMonth(v int32) *CreateEventByMeRequestRecurrencePattern
func (*CreateEventByMeRequestRecurrencePattern) SetDaysOfWeek ¶ added in v1.5.89
func (s *CreateEventByMeRequestRecurrencePattern) SetDaysOfWeek(v string) *CreateEventByMeRequestRecurrencePattern
func (*CreateEventByMeRequestRecurrencePattern) SetFirstDayOfWeek ¶ added in v1.5.89
func (s *CreateEventByMeRequestRecurrencePattern) SetFirstDayOfWeek(v string) *CreateEventByMeRequestRecurrencePattern
func (*CreateEventByMeRequestRecurrencePattern) SetIndex ¶ added in v1.5.89
func (s *CreateEventByMeRequestRecurrencePattern) SetIndex(v string) *CreateEventByMeRequestRecurrencePattern
func (*CreateEventByMeRequestRecurrencePattern) SetInterval ¶ added in v1.5.89
func (s *CreateEventByMeRequestRecurrencePattern) SetInterval(v int32) *CreateEventByMeRequestRecurrencePattern
func (*CreateEventByMeRequestRecurrencePattern) SetType ¶ added in v1.5.89
func (s *CreateEventByMeRequestRecurrencePattern) SetType(v string) *CreateEventByMeRequestRecurrencePattern
func (CreateEventByMeRequestRecurrencePattern) String ¶ added in v1.5.89
func (s CreateEventByMeRequestRecurrencePattern) String() string
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 (s CreateEventByMeRequestRecurrenceRange) GoString() string
func (*CreateEventByMeRequestRecurrenceRange) SetEndDate ¶ added in v1.5.89
func (s *CreateEventByMeRequestRecurrenceRange) SetEndDate(v string) *CreateEventByMeRequestRecurrenceRange
func (*CreateEventByMeRequestRecurrenceRange) SetNumberOfOccurrences ¶ added in v1.5.89
func (s *CreateEventByMeRequestRecurrenceRange) SetNumberOfOccurrences(v int32) *CreateEventByMeRequestRecurrenceRange
func (*CreateEventByMeRequestRecurrenceRange) SetType ¶ added in v1.5.89
func (s *CreateEventByMeRequestRecurrenceRange) SetType(v string) *CreateEventByMeRequestRecurrenceRange
func (CreateEventByMeRequestRecurrenceRange) String ¶ added in v1.5.89
func (s CreateEventByMeRequestRecurrenceRange) String() string
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 (s CreateEventByMeRequestReminders) GoString() string
func (*CreateEventByMeRequestReminders) SetMethod ¶ added in v1.5.89
func (s *CreateEventByMeRequestReminders) SetMethod(v string) *CreateEventByMeRequestReminders
func (*CreateEventByMeRequestReminders) SetMinutes ¶ added in v1.5.89
func (s *CreateEventByMeRequestReminders) SetMinutes(v int32) *CreateEventByMeRequestReminders
func (CreateEventByMeRequestReminders) String ¶ added in v1.5.89
func (s CreateEventByMeRequestReminders) String() string
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 (s CreateEventByMeRequestRichTextDescription) GoString() string
func (*CreateEventByMeRequestRichTextDescription) SetText ¶ added in v1.5.89
func (s *CreateEventByMeRequestRichTextDescription) SetText(v string) *CreateEventByMeRequestRichTextDescription
func (CreateEventByMeRequestRichTextDescription) String ¶ added in v1.5.89
func (s CreateEventByMeRequestRichTextDescription) String() string
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 (s *CreateEventByMeRequestStart) SetDate(v string) *CreateEventByMeRequestStart
func (*CreateEventByMeRequestStart) SetDateTime ¶ added in v1.5.89
func (s *CreateEventByMeRequestStart) SetDateTime(v string) *CreateEventByMeRequestStart
func (*CreateEventByMeRequestStart) SetTimeZone ¶ added in v1.5.89
func (s *CreateEventByMeRequestStart) SetTimeZone(v string) *CreateEventByMeRequestStart
func (CreateEventByMeRequestStart) String ¶ added in v1.5.89
func (s CreateEventByMeRequestStart) String() string
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 (s CreateEventByMeRequestUiConfigs) GoString() string
func (*CreateEventByMeRequestUiConfigs) SetUiName ¶ added in v1.5.89
func (s *CreateEventByMeRequestUiConfigs) SetUiName(v string) *CreateEventByMeRequestUiConfigs
func (*CreateEventByMeRequestUiConfigs) SetUiStatus ¶ added in v1.5.89
func (s *CreateEventByMeRequestUiConfigs) SetUiStatus(v string) *CreateEventByMeRequestUiConfigs
func (CreateEventByMeRequestUiConfigs) String ¶ added in v1.5.89
func (s CreateEventByMeRequestUiConfigs) String() string
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 (s *CreateEventByMeResponse) SetBody(v *CreateEventByMeResponseBody) *CreateEventByMeResponse
func (*CreateEventByMeResponse) SetHeaders ¶ added in v1.5.89
func (s *CreateEventByMeResponse) SetHeaders(v map[string]*string) *CreateEventByMeResponse
func (*CreateEventByMeResponse) SetStatusCode ¶ added in v1.5.89
func (s *CreateEventByMeResponse) SetStatusCode(v int32) *CreateEventByMeResponse
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 (s *CreateEventByMeResponseBody) SetAttendees(v []*CreateEventByMeResponseBodyAttendees) *CreateEventByMeResponseBody
func (*CreateEventByMeResponseBody) SetCreateTime ¶ added in v1.5.89
func (s *CreateEventByMeResponseBody) SetCreateTime(v string) *CreateEventByMeResponseBody
func (*CreateEventByMeResponseBody) SetDescription ¶ added in v1.5.89
func (s *CreateEventByMeResponseBody) SetDescription(v string) *CreateEventByMeResponseBody
func (*CreateEventByMeResponseBody) SetEnd ¶ added in v1.5.89
func (s *CreateEventByMeResponseBody) SetEnd(v *CreateEventByMeResponseBodyEnd) *CreateEventByMeResponseBody
func (*CreateEventByMeResponseBody) SetId ¶ added in v1.5.89
func (s *CreateEventByMeResponseBody) SetId(v string) *CreateEventByMeResponseBody
func (*CreateEventByMeResponseBody) SetIsAllDay ¶ added in v1.5.89
func (s *CreateEventByMeResponseBody) SetIsAllDay(v bool) *CreateEventByMeResponseBody
func (*CreateEventByMeResponseBody) SetLocation ¶ added in v1.5.89
func (s *CreateEventByMeResponseBody) SetLocation(v *CreateEventByMeResponseBodyLocation) *CreateEventByMeResponseBody
func (*CreateEventByMeResponseBody) SetOnlineMeetingInfo ¶ added in v1.5.89
func (s *CreateEventByMeResponseBody) SetOnlineMeetingInfo(v *CreateEventByMeResponseBodyOnlineMeetingInfo) *CreateEventByMeResponseBody
func (*CreateEventByMeResponseBody) SetOrganizer ¶ added in v1.5.89
func (s *CreateEventByMeResponseBody) SetOrganizer(v *CreateEventByMeResponseBodyOrganizer) *CreateEventByMeResponseBody
func (*CreateEventByMeResponseBody) SetRecurrence ¶ added in v1.5.89
func (s *CreateEventByMeResponseBody) SetRecurrence(v *CreateEventByMeResponseBodyRecurrence) *CreateEventByMeResponseBody
func (*CreateEventByMeResponseBody) SetReminders ¶ added in v1.5.89
func (s *CreateEventByMeResponseBody) SetReminders(v []*CreateEventByMeResponseBodyReminders) *CreateEventByMeResponseBody
func (*CreateEventByMeResponseBody) SetRichTextDescription ¶ added in v1.5.89
func (s *CreateEventByMeResponseBody) SetRichTextDescription(v *CreateEventByMeResponseBodyRichTextDescription) *CreateEventByMeResponseBody
func (*CreateEventByMeResponseBody) SetStart ¶ added in v1.5.89
func (s *CreateEventByMeResponseBody) SetStart(v *CreateEventByMeResponseBodyStart) *CreateEventByMeResponseBody
func (*CreateEventByMeResponseBody) SetSummary ¶ added in v1.5.89
func (s *CreateEventByMeResponseBody) SetSummary(v string) *CreateEventByMeResponseBody
func (*CreateEventByMeResponseBody) SetUiConfigs ¶ added in v1.5.89
func (s *CreateEventByMeResponseBody) SetUiConfigs(v []*CreateEventByMeResponseBodyUiConfigs) *CreateEventByMeResponseBody
func (*CreateEventByMeResponseBody) SetUpdateTime ¶ added in v1.5.89
func (s *CreateEventByMeResponseBody) SetUpdateTime(v string) *CreateEventByMeResponseBody
func (CreateEventByMeResponseBody) String ¶ added in v1.5.89
func (s CreateEventByMeResponseBody) String() string
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 (s CreateEventByMeResponseBodyAttendees) GoString() string
func (*CreateEventByMeResponseBodyAttendees) SetDisplayName ¶ added in v1.5.89
func (s *CreateEventByMeResponseBodyAttendees) SetDisplayName(v string) *CreateEventByMeResponseBodyAttendees
func (*CreateEventByMeResponseBodyAttendees) SetId ¶ added in v1.5.89
func (s *CreateEventByMeResponseBodyAttendees) SetId(v string) *CreateEventByMeResponseBodyAttendees
func (*CreateEventByMeResponseBodyAttendees) SetIsOptional ¶ added in v1.5.89
func (s *CreateEventByMeResponseBodyAttendees) SetIsOptional(v bool) *CreateEventByMeResponseBodyAttendees
func (*CreateEventByMeResponseBodyAttendees) SetResponseStatus ¶ added in v1.5.89
func (s *CreateEventByMeResponseBodyAttendees) SetResponseStatus(v string) *CreateEventByMeResponseBodyAttendees
func (*CreateEventByMeResponseBodyAttendees) SetSelf ¶ added in v1.5.89
func (s *CreateEventByMeResponseBodyAttendees) SetSelf(v bool) *CreateEventByMeResponseBodyAttendees
func (CreateEventByMeResponseBodyAttendees) String ¶ added in v1.5.89
func (s CreateEventByMeResponseBodyAttendees) String() string
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 (s CreateEventByMeResponseBodyEnd) GoString() string
func (*CreateEventByMeResponseBodyEnd) SetDate ¶ added in v1.5.89
func (s *CreateEventByMeResponseBodyEnd) SetDate(v string) *CreateEventByMeResponseBodyEnd
func (*CreateEventByMeResponseBodyEnd) SetDateTime ¶ added in v1.5.89
func (s *CreateEventByMeResponseBodyEnd) SetDateTime(v string) *CreateEventByMeResponseBodyEnd
func (*CreateEventByMeResponseBodyEnd) SetTimeZone ¶ added in v1.5.89
func (s *CreateEventByMeResponseBodyEnd) SetTimeZone(v string) *CreateEventByMeResponseBodyEnd
func (CreateEventByMeResponseBodyEnd) String ¶ added in v1.5.89
func (s CreateEventByMeResponseBodyEnd) String() string
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 (s CreateEventByMeResponseBodyLocation) GoString() string
func (*CreateEventByMeResponseBodyLocation) SetDisplayName ¶ added in v1.5.89
func (s *CreateEventByMeResponseBodyLocation) SetDisplayName(v string) *CreateEventByMeResponseBodyLocation
func (CreateEventByMeResponseBodyLocation) String ¶ added in v1.5.89
func (s CreateEventByMeResponseBodyLocation) String() string
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 (s CreateEventByMeResponseBodyOnlineMeetingInfo) GoString() string
func (*CreateEventByMeResponseBodyOnlineMeetingInfo) SetConferenceId ¶ added in v1.5.89
func (s *CreateEventByMeResponseBodyOnlineMeetingInfo) SetConferenceId(v string) *CreateEventByMeResponseBodyOnlineMeetingInfo
func (*CreateEventByMeResponseBodyOnlineMeetingInfo) SetExtraInfo ¶ added in v1.5.89
func (s *CreateEventByMeResponseBodyOnlineMeetingInfo) SetExtraInfo(v map[string]interface{}) *CreateEventByMeResponseBodyOnlineMeetingInfo
func (*CreateEventByMeResponseBodyOnlineMeetingInfo) SetType ¶ added in v1.5.89
func (s *CreateEventByMeResponseBodyOnlineMeetingInfo) SetType(v string) *CreateEventByMeResponseBodyOnlineMeetingInfo
func (CreateEventByMeResponseBodyOnlineMeetingInfo) String ¶ added in v1.5.89
func (s CreateEventByMeResponseBodyOnlineMeetingInfo) String() string
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 (s CreateEventByMeResponseBodyOrganizer) GoString() string
func (*CreateEventByMeResponseBodyOrganizer) SetDisplayName ¶ added in v1.5.89
func (s *CreateEventByMeResponseBodyOrganizer) SetDisplayName(v string) *CreateEventByMeResponseBodyOrganizer
func (*CreateEventByMeResponseBodyOrganizer) SetId ¶ added in v1.5.89
func (s *CreateEventByMeResponseBodyOrganizer) SetId(v string) *CreateEventByMeResponseBodyOrganizer
func (*CreateEventByMeResponseBodyOrganizer) SetResponseStatus ¶ added in v1.5.89
func (s *CreateEventByMeResponseBodyOrganizer) SetResponseStatus(v string) *CreateEventByMeResponseBodyOrganizer
func (*CreateEventByMeResponseBodyOrganizer) SetSelf ¶ added in v1.5.89
func (s *CreateEventByMeResponseBodyOrganizer) SetSelf(v bool) *CreateEventByMeResponseBodyOrganizer
func (CreateEventByMeResponseBodyOrganizer) String ¶ added in v1.5.89
func (s CreateEventByMeResponseBodyOrganizer) String() string
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 (s CreateEventByMeResponseBodyRecurrence) GoString() string
func (*CreateEventByMeResponseBodyRecurrence) SetPattern ¶ added in v1.5.89
func (CreateEventByMeResponseBodyRecurrence) String ¶ added in v1.5.89
func (s CreateEventByMeResponseBodyRecurrence) String() string
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 (s CreateEventByMeResponseBodyRecurrencePattern) GoString() string
func (*CreateEventByMeResponseBodyRecurrencePattern) SetDayOfMonth ¶ added in v1.5.89
func (s *CreateEventByMeResponseBodyRecurrencePattern) SetDayOfMonth(v int32) *CreateEventByMeResponseBodyRecurrencePattern
func (*CreateEventByMeResponseBodyRecurrencePattern) SetDaysOfWeek ¶ added in v1.5.89
func (s *CreateEventByMeResponseBodyRecurrencePattern) SetDaysOfWeek(v string) *CreateEventByMeResponseBodyRecurrencePattern
func (*CreateEventByMeResponseBodyRecurrencePattern) SetFirstDayOfWeek ¶ added in v1.5.89
func (s *CreateEventByMeResponseBodyRecurrencePattern) SetFirstDayOfWeek(v string) *CreateEventByMeResponseBodyRecurrencePattern
func (*CreateEventByMeResponseBodyRecurrencePattern) SetIndex ¶ added in v1.5.89
func (s *CreateEventByMeResponseBodyRecurrencePattern) SetIndex(v string) *CreateEventByMeResponseBodyRecurrencePattern
func (*CreateEventByMeResponseBodyRecurrencePattern) SetInterval ¶ added in v1.5.89
func (s *CreateEventByMeResponseBodyRecurrencePattern) SetInterval(v int32) *CreateEventByMeResponseBodyRecurrencePattern
func (*CreateEventByMeResponseBodyRecurrencePattern) SetType ¶ added in v1.5.89
func (s *CreateEventByMeResponseBodyRecurrencePattern) SetType(v string) *CreateEventByMeResponseBodyRecurrencePattern
func (CreateEventByMeResponseBodyRecurrencePattern) String ¶ added in v1.5.89
func (s CreateEventByMeResponseBodyRecurrencePattern) String() string
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 (s CreateEventByMeResponseBodyRecurrenceRange) GoString() string
func (*CreateEventByMeResponseBodyRecurrenceRange) SetEndDate ¶ added in v1.5.89
func (s *CreateEventByMeResponseBodyRecurrenceRange) SetEndDate(v string) *CreateEventByMeResponseBodyRecurrenceRange
func (*CreateEventByMeResponseBodyRecurrenceRange) SetNumberOfOccurrences ¶ added in v1.5.89
func (s *CreateEventByMeResponseBodyRecurrenceRange) SetNumberOfOccurrences(v int32) *CreateEventByMeResponseBodyRecurrenceRange
func (*CreateEventByMeResponseBodyRecurrenceRange) SetType ¶ added in v1.5.89
func (s *CreateEventByMeResponseBodyRecurrenceRange) SetType(v string) *CreateEventByMeResponseBodyRecurrenceRange
func (CreateEventByMeResponseBodyRecurrenceRange) String ¶ added in v1.5.89
func (s CreateEventByMeResponseBodyRecurrenceRange) String() string
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 (s CreateEventByMeResponseBodyReminders) GoString() string
func (*CreateEventByMeResponseBodyReminders) SetMethod ¶ added in v1.5.89
func (s *CreateEventByMeResponseBodyReminders) SetMethod(v string) *CreateEventByMeResponseBodyReminders
func (*CreateEventByMeResponseBodyReminders) SetMinutes ¶ added in v1.5.89
func (s *CreateEventByMeResponseBodyReminders) SetMinutes(v string) *CreateEventByMeResponseBodyReminders
func (CreateEventByMeResponseBodyReminders) String ¶ added in v1.5.89
func (s CreateEventByMeResponseBodyReminders) String() string
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 (s CreateEventByMeResponseBodyRichTextDescription) GoString() string
func (CreateEventByMeResponseBodyRichTextDescription) String ¶ added in v1.5.89
func (s CreateEventByMeResponseBodyRichTextDescription) String() string
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 (s CreateEventByMeResponseBodyStart) GoString() string
func (*CreateEventByMeResponseBodyStart) SetDate ¶ added in v1.5.89
func (s *CreateEventByMeResponseBodyStart) SetDate(v string) *CreateEventByMeResponseBodyStart
func (*CreateEventByMeResponseBodyStart) SetDateTime ¶ added in v1.5.89
func (s *CreateEventByMeResponseBodyStart) SetDateTime(v string) *CreateEventByMeResponseBodyStart
func (*CreateEventByMeResponseBodyStart) SetTimeZone ¶ added in v1.5.89
func (s *CreateEventByMeResponseBodyStart) SetTimeZone(v string) *CreateEventByMeResponseBodyStart
func (CreateEventByMeResponseBodyStart) String ¶ added in v1.5.89
func (s CreateEventByMeResponseBodyStart) String() string
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 (s CreateEventByMeResponseBodyUiConfigs) GoString() string
func (*CreateEventByMeResponseBodyUiConfigs) SetUiName ¶ added in v1.5.89
func (s *CreateEventByMeResponseBodyUiConfigs) SetUiName(v string) *CreateEventByMeResponseBodyUiConfigs
func (*CreateEventByMeResponseBodyUiConfigs) SetUiStatus ¶ added in v1.5.89
func (s *CreateEventByMeResponseBodyUiConfigs) SetUiStatus(v string) *CreateEventByMeResponseBodyUiConfigs
func (CreateEventByMeResponseBodyUiConfigs) String ¶ added in v1.5.89
func (s CreateEventByMeResponseBodyUiConfigs) String() string
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 (s *CreateEventRequest) SetAttendees(v []*CreateEventRequestAttendees) *CreateEventRequest
func (*CreateEventRequest) SetDescription ¶
func (s *CreateEventRequest) SetDescription(v string) *CreateEventRequest
func (*CreateEventRequest) SetEnd ¶
func (s *CreateEventRequest) SetEnd(v *CreateEventRequestEnd) *CreateEventRequest
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 (s *CreateEventRequest) SetLocation(v *CreateEventRequestLocation) *CreateEventRequest
func (*CreateEventRequest) SetOnlineMeetingInfo ¶
func (s *CreateEventRequest) SetOnlineMeetingInfo(v *CreateEventRequestOnlineMeetingInfo) *CreateEventRequest
func (*CreateEventRequest) SetRecurrence ¶
func (s *CreateEventRequest) SetRecurrence(v *CreateEventRequestRecurrence) *CreateEventRequest
func (*CreateEventRequest) SetReminders ¶
func (s *CreateEventRequest) SetReminders(v []*CreateEventRequestReminders) *CreateEventRequest
func (*CreateEventRequest) SetRichTextDescription ¶
func (s *CreateEventRequest) SetRichTextDescription(v *CreateEventRequestRichTextDescription) *CreateEventRequest
func (*CreateEventRequest) SetStart ¶
func (s *CreateEventRequest) SetStart(v *CreateEventRequestStart) *CreateEventRequest
func (*CreateEventRequest) SetSummary ¶
func (s *CreateEventRequest) SetSummary(v string) *CreateEventRequest
func (*CreateEventRequest) SetUiConfigs ¶
func (s *CreateEventRequest) SetUiConfigs(v []*CreateEventRequestUiConfigs) *CreateEventRequest
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 (s *CreateEventRequestAttendees) SetId(v string) *CreateEventRequestAttendees
func (*CreateEventRequestAttendees) SetIsOptional ¶
func (s *CreateEventRequestAttendees) SetIsOptional(v bool) *CreateEventRequestAttendees
func (CreateEventRequestAttendees) String ¶
func (s CreateEventRequestAttendees) String() 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 (s *CreateEventRequestEnd) SetDate(v string) *CreateEventRequestEnd
func (*CreateEventRequestEnd) SetDateTime ¶
func (s *CreateEventRequestEnd) SetDateTime(v string) *CreateEventRequestEnd
func (*CreateEventRequestEnd) SetTimeZone ¶
func (s *CreateEventRequestEnd) SetTimeZone(v string) *CreateEventRequestEnd
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 (s *CreateEventRequestLocation) SetDisplayName(v string) *CreateEventRequestLocation
func (CreateEventRequestLocation) String ¶
func (s CreateEventRequestLocation) String() string
type CreateEventRequestOnlineMeetingInfo ¶
type CreateEventRequestOnlineMeetingInfo struct {
Type *string `json:"type,omitempty" xml:"type,omitempty"`
}
func (CreateEventRequestOnlineMeetingInfo) GoString ¶
func (s CreateEventRequestOnlineMeetingInfo) GoString() string
func (*CreateEventRequestOnlineMeetingInfo) SetType ¶
func (s *CreateEventRequestOnlineMeetingInfo) SetType(v string) *CreateEventRequestOnlineMeetingInfo
func (CreateEventRequestOnlineMeetingInfo) String ¶
func (s CreateEventRequestOnlineMeetingInfo) String() 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 (s *CreateEventRequestRecurrence) SetPattern(v *CreateEventRequestRecurrencePattern) *CreateEventRequestRecurrence
func (*CreateEventRequestRecurrence) SetRange ¶
func (s *CreateEventRequestRecurrence) SetRange(v *CreateEventRequestRecurrenceRange) *CreateEventRequestRecurrence
func (CreateEventRequestRecurrence) String ¶
func (s CreateEventRequestRecurrence) String() 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 (s CreateEventRequestRecurrencePattern) GoString() string
func (*CreateEventRequestRecurrencePattern) SetDayOfMonth ¶
func (s *CreateEventRequestRecurrencePattern) SetDayOfMonth(v int32) *CreateEventRequestRecurrencePattern
func (*CreateEventRequestRecurrencePattern) SetDaysOfWeek ¶
func (s *CreateEventRequestRecurrencePattern) SetDaysOfWeek(v string) *CreateEventRequestRecurrencePattern
func (*CreateEventRequestRecurrencePattern) SetFirstDayOfWeek ¶ added in v1.5.85
func (s *CreateEventRequestRecurrencePattern) SetFirstDayOfWeek(v string) *CreateEventRequestRecurrencePattern
func (*CreateEventRequestRecurrencePattern) SetIndex ¶
func (s *CreateEventRequestRecurrencePattern) SetIndex(v string) *CreateEventRequestRecurrencePattern
func (*CreateEventRequestRecurrencePattern) SetInterval ¶
func (s *CreateEventRequestRecurrencePattern) SetInterval(v int32) *CreateEventRequestRecurrencePattern
func (*CreateEventRequestRecurrencePattern) SetType ¶
func (s *CreateEventRequestRecurrencePattern) SetType(v string) *CreateEventRequestRecurrencePattern
func (CreateEventRequestRecurrencePattern) String ¶
func (s CreateEventRequestRecurrencePattern) String() 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 (s CreateEventRequestRecurrenceRange) GoString() string
func (*CreateEventRequestRecurrenceRange) SetEndDate ¶
func (s *CreateEventRequestRecurrenceRange) SetEndDate(v string) *CreateEventRequestRecurrenceRange
func (*CreateEventRequestRecurrenceRange) SetNumberOfOccurrences ¶
func (s *CreateEventRequestRecurrenceRange) SetNumberOfOccurrences(v int32) *CreateEventRequestRecurrenceRange
func (*CreateEventRequestRecurrenceRange) SetType ¶
func (s *CreateEventRequestRecurrenceRange) SetType(v string) *CreateEventRequestRecurrenceRange
func (CreateEventRequestRecurrenceRange) String ¶
func (s CreateEventRequestRecurrenceRange) String() 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 (s *CreateEventRequestReminders) SetMethod(v string) *CreateEventRequestReminders
func (*CreateEventRequestReminders) SetMinutes ¶
func (s *CreateEventRequestReminders) SetMinutes(v int32) *CreateEventRequestReminders
func (CreateEventRequestReminders) String ¶
func (s CreateEventRequestReminders) String() string
type CreateEventRequestRichTextDescription ¶
type CreateEventRequestRichTextDescription struct {
Text *string `json:"text,omitempty" xml:"text,omitempty"`
}
func (CreateEventRequestRichTextDescription) GoString ¶
func (s CreateEventRequestRichTextDescription) GoString() string
func (*CreateEventRequestRichTextDescription) SetText ¶
func (s *CreateEventRequestRichTextDescription) SetText(v string) *CreateEventRequestRichTextDescription
func (CreateEventRequestRichTextDescription) String ¶
func (s CreateEventRequestRichTextDescription) String() 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 (s *CreateEventRequestStart) SetDate(v string) *CreateEventRequestStart
func (*CreateEventRequestStart) SetDateTime ¶
func (s *CreateEventRequestStart) SetDateTime(v string) *CreateEventRequestStart
func (*CreateEventRequestStart) SetTimeZone ¶
func (s *CreateEventRequestStart) SetTimeZone(v string) *CreateEventRequestStart
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 (s *CreateEventRequestUiConfigs) SetUiName(v string) *CreateEventRequestUiConfigs
func (*CreateEventRequestUiConfigs) SetUiStatus ¶
func (s *CreateEventRequestUiConfigs) SetUiStatus(v string) *CreateEventRequestUiConfigs
func (CreateEventRequestUiConfigs) String ¶
func (s CreateEventRequestUiConfigs) String() 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 (s *CreateEventResponse) SetBody(v *CreateEventResponseBody) *CreateEventResponse
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 (s *CreateEventResponseBody) SetAttendees(v []*CreateEventResponseBodyAttendees) *CreateEventResponseBody
func (*CreateEventResponseBody) SetCreateTime ¶
func (s *CreateEventResponseBody) SetCreateTime(v string) *CreateEventResponseBody
func (*CreateEventResponseBody) SetDescription ¶
func (s *CreateEventResponseBody) SetDescription(v string) *CreateEventResponseBody
func (*CreateEventResponseBody) SetEnd ¶
func (s *CreateEventResponseBody) SetEnd(v *CreateEventResponseBodyEnd) *CreateEventResponseBody
func (*CreateEventResponseBody) SetId ¶
func (s *CreateEventResponseBody) SetId(v string) *CreateEventResponseBody
func (*CreateEventResponseBody) SetIsAllDay ¶
func (s *CreateEventResponseBody) SetIsAllDay(v bool) *CreateEventResponseBody
func (*CreateEventResponseBody) SetLocation ¶
func (s *CreateEventResponseBody) SetLocation(v *CreateEventResponseBodyLocation) *CreateEventResponseBody
func (*CreateEventResponseBody) SetOnlineMeetingInfo ¶
func (s *CreateEventResponseBody) SetOnlineMeetingInfo(v *CreateEventResponseBodyOnlineMeetingInfo) *CreateEventResponseBody
func (*CreateEventResponseBody) SetOrganizer ¶
func (s *CreateEventResponseBody) SetOrganizer(v *CreateEventResponseBodyOrganizer) *CreateEventResponseBody
func (*CreateEventResponseBody) SetRecurrence ¶
func (s *CreateEventResponseBody) SetRecurrence(v *CreateEventResponseBodyRecurrence) *CreateEventResponseBody
func (*CreateEventResponseBody) SetReminders ¶
func (s *CreateEventResponseBody) SetReminders(v []*CreateEventResponseBodyReminders) *CreateEventResponseBody
func (*CreateEventResponseBody) SetRichTextDescription ¶
func (s *CreateEventResponseBody) SetRichTextDescription(v *CreateEventResponseBodyRichTextDescription) *CreateEventResponseBody
func (*CreateEventResponseBody) SetStart ¶
func (s *CreateEventResponseBody) SetStart(v *CreateEventResponseBodyStart) *CreateEventResponseBody
func (*CreateEventResponseBody) SetSummary ¶
func (s *CreateEventResponseBody) SetSummary(v string) *CreateEventResponseBody
func (*CreateEventResponseBody) SetUiConfigs ¶
func (s *CreateEventResponseBody) SetUiConfigs(v []*CreateEventResponseBodyUiConfigs) *CreateEventResponseBody
func (*CreateEventResponseBody) SetUpdateTime ¶
func (s *CreateEventResponseBody) SetUpdateTime(v string) *CreateEventResponseBody
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 (s CreateEventResponseBodyAttendees) GoString() string
func (*CreateEventResponseBodyAttendees) SetDisplayName ¶
func (s *CreateEventResponseBodyAttendees) SetDisplayName(v string) *CreateEventResponseBodyAttendees
func (*CreateEventResponseBodyAttendees) SetId ¶
func (s *CreateEventResponseBodyAttendees) SetId(v string) *CreateEventResponseBodyAttendees
func (*CreateEventResponseBodyAttendees) SetIsOptional ¶
func (s *CreateEventResponseBodyAttendees) SetIsOptional(v bool) *CreateEventResponseBodyAttendees
func (*CreateEventResponseBodyAttendees) SetResponseStatus ¶
func (s *CreateEventResponseBodyAttendees) SetResponseStatus(v string) *CreateEventResponseBodyAttendees
func (*CreateEventResponseBodyAttendees) SetSelf ¶
func (s *CreateEventResponseBodyAttendees) SetSelf(v bool) *CreateEventResponseBodyAttendees
func (CreateEventResponseBodyAttendees) String ¶
func (s CreateEventResponseBodyAttendees) String() 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 (s *CreateEventResponseBodyEnd) SetDate(v string) *CreateEventResponseBodyEnd
func (*CreateEventResponseBodyEnd) SetDateTime ¶
func (s *CreateEventResponseBodyEnd) SetDateTime(v string) *CreateEventResponseBodyEnd
func (*CreateEventResponseBodyEnd) SetTimeZone ¶
func (s *CreateEventResponseBodyEnd) SetTimeZone(v string) *CreateEventResponseBodyEnd
func (CreateEventResponseBodyEnd) String ¶
func (s CreateEventResponseBodyEnd) String() string
type CreateEventResponseBodyLocation ¶
type CreateEventResponseBodyLocation struct {
DisplayName *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
}
func (CreateEventResponseBodyLocation) GoString ¶
func (s CreateEventResponseBodyLocation) GoString() string
func (*CreateEventResponseBodyLocation) SetDisplayName ¶
func (s *CreateEventResponseBodyLocation) SetDisplayName(v string) *CreateEventResponseBodyLocation
func (CreateEventResponseBodyLocation) String ¶
func (s CreateEventResponseBodyLocation) String() 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 (s CreateEventResponseBodyOnlineMeetingInfo) GoString() string
func (*CreateEventResponseBodyOnlineMeetingInfo) SetConferenceId ¶
func (s *CreateEventResponseBodyOnlineMeetingInfo) SetConferenceId(v string) *CreateEventResponseBodyOnlineMeetingInfo
func (*CreateEventResponseBodyOnlineMeetingInfo) SetExtraInfo ¶
func (s *CreateEventResponseBodyOnlineMeetingInfo) SetExtraInfo(v map[string]interface{}) *CreateEventResponseBodyOnlineMeetingInfo
func (*CreateEventResponseBodyOnlineMeetingInfo) SetType ¶
func (s *CreateEventResponseBodyOnlineMeetingInfo) SetType(v string) *CreateEventResponseBodyOnlineMeetingInfo
func (*CreateEventResponseBodyOnlineMeetingInfo) SetUrl ¶
func (s *CreateEventResponseBodyOnlineMeetingInfo) SetUrl(v string) *CreateEventResponseBodyOnlineMeetingInfo
func (CreateEventResponseBodyOnlineMeetingInfo) String ¶
func (s CreateEventResponseBodyOnlineMeetingInfo) String() 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 (s CreateEventResponseBodyOrganizer) GoString() string
func (*CreateEventResponseBodyOrganizer) SetDisplayName ¶
func (s *CreateEventResponseBodyOrganizer) SetDisplayName(v string) *CreateEventResponseBodyOrganizer
func (*CreateEventResponseBodyOrganizer) SetId ¶
func (s *CreateEventResponseBodyOrganizer) SetId(v string) *CreateEventResponseBodyOrganizer
func (*CreateEventResponseBodyOrganizer) SetResponseStatus ¶
func (s *CreateEventResponseBodyOrganizer) SetResponseStatus(v string) *CreateEventResponseBodyOrganizer
func (*CreateEventResponseBodyOrganizer) SetSelf ¶
func (s *CreateEventResponseBodyOrganizer) SetSelf(v bool) *CreateEventResponseBodyOrganizer
func (CreateEventResponseBodyOrganizer) String ¶
func (s CreateEventResponseBodyOrganizer) String() 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 (s CreateEventResponseBodyRecurrence) GoString() string
func (*CreateEventResponseBodyRecurrence) SetPattern ¶
func (s *CreateEventResponseBodyRecurrence) SetPattern(v *CreateEventResponseBodyRecurrencePattern) *CreateEventResponseBodyRecurrence
func (*CreateEventResponseBodyRecurrence) SetRange ¶
func (s *CreateEventResponseBodyRecurrence) SetRange(v *CreateEventResponseBodyRecurrenceRange) *CreateEventResponseBodyRecurrence
func (CreateEventResponseBodyRecurrence) String ¶
func (s CreateEventResponseBodyRecurrence) String() 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 (s CreateEventResponseBodyRecurrencePattern) GoString() string
func (*CreateEventResponseBodyRecurrencePattern) SetDayOfMonth ¶
func (s *CreateEventResponseBodyRecurrencePattern) SetDayOfMonth(v int32) *CreateEventResponseBodyRecurrencePattern
func (*CreateEventResponseBodyRecurrencePattern) SetDaysOfWeek ¶
func (s *CreateEventResponseBodyRecurrencePattern) SetDaysOfWeek(v string) *CreateEventResponseBodyRecurrencePattern
func (*CreateEventResponseBodyRecurrencePattern) SetFirstDayOfWeek ¶ added in v1.5.85
func (s *CreateEventResponseBodyRecurrencePattern) SetFirstDayOfWeek(v string) *CreateEventResponseBodyRecurrencePattern
func (*CreateEventResponseBodyRecurrencePattern) SetIndex ¶
func (s *CreateEventResponseBodyRecurrencePattern) SetIndex(v string) *CreateEventResponseBodyRecurrencePattern
func (*CreateEventResponseBodyRecurrencePattern) SetInterval ¶
func (s *CreateEventResponseBodyRecurrencePattern) SetInterval(v int32) *CreateEventResponseBodyRecurrencePattern
func (*CreateEventResponseBodyRecurrencePattern) SetType ¶
func (s *CreateEventResponseBodyRecurrencePattern) SetType(v string) *CreateEventResponseBodyRecurrencePattern
func (CreateEventResponseBodyRecurrencePattern) String ¶
func (s CreateEventResponseBodyRecurrencePattern) String() 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 (s CreateEventResponseBodyRecurrenceRange) GoString() string
func (*CreateEventResponseBodyRecurrenceRange) SetEndDate ¶
func (s *CreateEventResponseBodyRecurrenceRange) SetEndDate(v string) *CreateEventResponseBodyRecurrenceRange
func (*CreateEventResponseBodyRecurrenceRange) SetNumberOfOccurrences ¶
func (s *CreateEventResponseBodyRecurrenceRange) SetNumberOfOccurrences(v int32) *CreateEventResponseBodyRecurrenceRange
func (*CreateEventResponseBodyRecurrenceRange) SetType ¶
func (s *CreateEventResponseBodyRecurrenceRange) SetType(v string) *CreateEventResponseBodyRecurrenceRange
func (CreateEventResponseBodyRecurrenceRange) String ¶
func (s CreateEventResponseBodyRecurrenceRange) String() 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 (s CreateEventResponseBodyReminders) GoString() string
func (*CreateEventResponseBodyReminders) SetMethod ¶
func (s *CreateEventResponseBodyReminders) SetMethod(v string) *CreateEventResponseBodyReminders
func (*CreateEventResponseBodyReminders) SetMinutes ¶
func (s *CreateEventResponseBodyReminders) SetMinutes(v string) *CreateEventResponseBodyReminders
func (CreateEventResponseBodyReminders) String ¶
func (s CreateEventResponseBodyReminders) String() string
type CreateEventResponseBodyRichTextDescription ¶
type CreateEventResponseBodyRichTextDescription struct {
Text *string `json:"text,omitempty" xml:"text,omitempty"`
}
func (CreateEventResponseBodyRichTextDescription) GoString ¶
func (s CreateEventResponseBodyRichTextDescription) GoString() string
func (*CreateEventResponseBodyRichTextDescription) SetText ¶
func (s *CreateEventResponseBodyRichTextDescription) SetText(v string) *CreateEventResponseBodyRichTextDescription
func (CreateEventResponseBodyRichTextDescription) String ¶
func (s CreateEventResponseBodyRichTextDescription) String() 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 (s *CreateEventResponseBodyStart) SetDate(v string) *CreateEventResponseBodyStart
func (*CreateEventResponseBodyStart) SetDateTime ¶
func (s *CreateEventResponseBodyStart) SetDateTime(v string) *CreateEventResponseBodyStart
func (*CreateEventResponseBodyStart) SetTimeZone ¶
func (s *CreateEventResponseBodyStart) SetTimeZone(v string) *CreateEventResponseBodyStart
func (CreateEventResponseBodyStart) String ¶
func (s CreateEventResponseBodyStart) String() 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 (s CreateEventResponseBodyUiConfigs) GoString() string
func (*CreateEventResponseBodyUiConfigs) SetUiName ¶
func (s *CreateEventResponseBodyUiConfigs) SetUiName(v string) *CreateEventResponseBodyUiConfigs
func (*CreateEventResponseBodyUiConfigs) SetUiStatus ¶
func (s *CreateEventResponseBodyUiConfigs) SetUiStatus(v string) *CreateEventResponseBodyUiConfigs
func (CreateEventResponseBodyUiConfigs) String ¶
func (s CreateEventResponseBodyUiConfigs) String() 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 (s CreateSubscribedCalendarHeaders) GoString() string
func (*CreateSubscribedCalendarHeaders) SetCommonHeaders ¶
func (s *CreateSubscribedCalendarHeaders) SetCommonHeaders(v map[string]*string) *CreateSubscribedCalendarHeaders
func (*CreateSubscribedCalendarHeaders) SetXAcsDingtalkAccessToken ¶
func (s *CreateSubscribedCalendarHeaders) SetXAcsDingtalkAccessToken(v string) *CreateSubscribedCalendarHeaders
func (CreateSubscribedCalendarHeaders) String ¶
func (s CreateSubscribedCalendarHeaders) String() 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 (s CreateSubscribedCalendarRequest) GoString() string
func (*CreateSubscribedCalendarRequest) SetDescription ¶
func (s *CreateSubscribedCalendarRequest) SetDescription(v string) *CreateSubscribedCalendarRequest
func (*CreateSubscribedCalendarRequest) SetManagers ¶
func (s *CreateSubscribedCalendarRequest) SetManagers(v []*string) *CreateSubscribedCalendarRequest
func (*CreateSubscribedCalendarRequest) SetName ¶
func (s *CreateSubscribedCalendarRequest) SetName(v string) *CreateSubscribedCalendarRequest
func (*CreateSubscribedCalendarRequest) SetSubscribeScope ¶
func (s *CreateSubscribedCalendarRequest) SetSubscribeScope(v *CreateSubscribedCalendarRequestSubscribeScope) *CreateSubscribedCalendarRequest
func (CreateSubscribedCalendarRequest) String ¶
func (s CreateSubscribedCalendarRequest) String() 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 (s CreateSubscribedCalendarRequestSubscribeScope) GoString() string
func (*CreateSubscribedCalendarRequestSubscribeScope) SetCorpIds ¶
func (s *CreateSubscribedCalendarRequestSubscribeScope) SetCorpIds(v []*string) *CreateSubscribedCalendarRequestSubscribeScope
func (*CreateSubscribedCalendarRequestSubscribeScope) SetOpenConversationIds ¶
func (s *CreateSubscribedCalendarRequestSubscribeScope) SetOpenConversationIds(v []*string) *CreateSubscribedCalendarRequestSubscribeScope
func (*CreateSubscribedCalendarRequestSubscribeScope) SetUnionIds ¶
func (s *CreateSubscribedCalendarRequestSubscribeScope) SetUnionIds(v []*string) *CreateSubscribedCalendarRequestSubscribeScope
func (CreateSubscribedCalendarRequestSubscribeScope) String ¶
func (s CreateSubscribedCalendarRequestSubscribeScope) String() 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 (s CreateSubscribedCalendarResponse) GoString() string
func (*CreateSubscribedCalendarResponse) SetBody ¶
func (s *CreateSubscribedCalendarResponse) SetBody(v *CreateSubscribedCalendarResponseBody) *CreateSubscribedCalendarResponse
func (*CreateSubscribedCalendarResponse) SetHeaders ¶
func (s *CreateSubscribedCalendarResponse) SetHeaders(v map[string]*string) *CreateSubscribedCalendarResponse
func (*CreateSubscribedCalendarResponse) SetStatusCode ¶
func (s *CreateSubscribedCalendarResponse) SetStatusCode(v int32) *CreateSubscribedCalendarResponse
func (CreateSubscribedCalendarResponse) String ¶
func (s CreateSubscribedCalendarResponse) String() string
type CreateSubscribedCalendarResponseBody ¶
type CreateSubscribedCalendarResponseBody struct {
CalendarId *string `json:"calendarId,omitempty" xml:"calendarId,omitempty"`
}
func (CreateSubscribedCalendarResponseBody) GoString ¶
func (s CreateSubscribedCalendarResponseBody) GoString() string
func (*CreateSubscribedCalendarResponseBody) SetCalendarId ¶
func (s *CreateSubscribedCalendarResponseBody) SetCalendarId(v string) *CreateSubscribedCalendarResponseBody
func (CreateSubscribedCalendarResponseBody) String ¶
func (s CreateSubscribedCalendarResponseBody) String() 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 (s DeleteSubscribedCalendarHeaders) GoString() string
func (*DeleteSubscribedCalendarHeaders) SetCommonHeaders ¶
func (s *DeleteSubscribedCalendarHeaders) SetCommonHeaders(v map[string]*string) *DeleteSubscribedCalendarHeaders
func (*DeleteSubscribedCalendarHeaders) SetXAcsDingtalkAccessToken ¶
func (s *DeleteSubscribedCalendarHeaders) SetXAcsDingtalkAccessToken(v string) *DeleteSubscribedCalendarHeaders
func (DeleteSubscribedCalendarHeaders) String ¶
func (s DeleteSubscribedCalendarHeaders) String() 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 (s DeleteSubscribedCalendarResponse) GoString() string
func (*DeleteSubscribedCalendarResponse) SetBody ¶
func (s *DeleteSubscribedCalendarResponse) SetBody(v *DeleteSubscribedCalendarResponseBody) *DeleteSubscribedCalendarResponse
func (*DeleteSubscribedCalendarResponse) SetHeaders ¶
func (s *DeleteSubscribedCalendarResponse) SetHeaders(v map[string]*string) *DeleteSubscribedCalendarResponse
func (*DeleteSubscribedCalendarResponse) SetStatusCode ¶
func (s *DeleteSubscribedCalendarResponse) SetStatusCode(v int32) *DeleteSubscribedCalendarResponse
func (DeleteSubscribedCalendarResponse) String ¶
func (s DeleteSubscribedCalendarResponse) String() string
type DeleteSubscribedCalendarResponseBody ¶
type DeleteSubscribedCalendarResponseBody struct {
Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}
func (DeleteSubscribedCalendarResponseBody) GoString ¶
func (s DeleteSubscribedCalendarResponseBody) GoString() string
func (*DeleteSubscribedCalendarResponseBody) SetResult ¶
func (s *DeleteSubscribedCalendarResponseBody) SetResult(v bool) *DeleteSubscribedCalendarResponseBody
func (DeleteSubscribedCalendarResponseBody) String ¶
func (s DeleteSubscribedCalendarResponseBody) String() 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 (s *GenerateCaldavAccountHeaders) SetCommonHeaders(v map[string]*string) *GenerateCaldavAccountHeaders
func (*GenerateCaldavAccountHeaders) SetDingUid ¶
func (s *GenerateCaldavAccountHeaders) SetDingUid(v string) *GenerateCaldavAccountHeaders
func (*GenerateCaldavAccountHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GenerateCaldavAccountHeaders) SetXAcsDingtalkAccessToken(v string) *GenerateCaldavAccountHeaders
func (GenerateCaldavAccountHeaders) String ¶
func (s GenerateCaldavAccountHeaders) String() 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 (s *GenerateCaldavAccountRequest) SetDevice(v string) *GenerateCaldavAccountRequest
func (GenerateCaldavAccountRequest) String ¶
func (s GenerateCaldavAccountRequest) String() 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 (s GenerateCaldavAccountResponse) GoString() string
func (*GenerateCaldavAccountResponse) SetBody ¶
func (s *GenerateCaldavAccountResponse) SetBody(v *GenerateCaldavAccountResponseBody) *GenerateCaldavAccountResponse
func (*GenerateCaldavAccountResponse) SetHeaders ¶
func (s *GenerateCaldavAccountResponse) SetHeaders(v map[string]*string) *GenerateCaldavAccountResponse
func (*GenerateCaldavAccountResponse) SetStatusCode ¶
func (s *GenerateCaldavAccountResponse) SetStatusCode(v int32) *GenerateCaldavAccountResponse
func (GenerateCaldavAccountResponse) String ¶
func (s GenerateCaldavAccountResponse) String() 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 (s GenerateCaldavAccountResponseBody) GoString() string
func (*GenerateCaldavAccountResponseBody) SetPassword ¶
func (s *GenerateCaldavAccountResponseBody) SetPassword(v string) *GenerateCaldavAccountResponseBody
func (*GenerateCaldavAccountResponseBody) SetServerAddress ¶
func (s *GenerateCaldavAccountResponseBody) SetServerAddress(v string) *GenerateCaldavAccountResponseBody
func (*GenerateCaldavAccountResponseBody) SetUsername ¶
func (s *GenerateCaldavAccountResponseBody) SetUsername(v string) *GenerateCaldavAccountResponseBody
func (GenerateCaldavAccountResponseBody) String ¶
func (s GenerateCaldavAccountResponseBody) String() 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 (s *GetEventResponse) SetBody(v *GetEventResponseBody) *GetEventResponse
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 (s *GetEventResponseBody) SetAttendees(v []*GetEventResponseBodyAttendees) *GetEventResponseBody
func (*GetEventResponseBody) SetCategories ¶
func (s *GetEventResponseBody) SetCategories(v []*GetEventResponseBodyCategories) *GetEventResponseBody
func (*GetEventResponseBody) SetCreateTime ¶
func (s *GetEventResponseBody) SetCreateTime(v string) *GetEventResponseBody
func (*GetEventResponseBody) SetDescription ¶
func (s *GetEventResponseBody) SetDescription(v string) *GetEventResponseBody
func (*GetEventResponseBody) SetEnd ¶
func (s *GetEventResponseBody) SetEnd(v *GetEventResponseBodyEnd) *GetEventResponseBody
func (*GetEventResponseBody) SetExtendedProperties ¶
func (s *GetEventResponseBody) SetExtendedProperties(v *GetEventResponseBodyExtendedProperties) *GetEventResponseBody
func (*GetEventResponseBody) SetId ¶
func (s *GetEventResponseBody) SetId(v string) *GetEventResponseBody
func (*GetEventResponseBody) SetIsAllDay ¶
func (s *GetEventResponseBody) SetIsAllDay(v bool) *GetEventResponseBody
func (*GetEventResponseBody) SetLocation ¶
func (s *GetEventResponseBody) SetLocation(v *GetEventResponseBodyLocation) *GetEventResponseBody
func (*GetEventResponseBody) SetMeetingRooms ¶
func (s *GetEventResponseBody) SetMeetingRooms(v []*GetEventResponseBodyMeetingRooms) *GetEventResponseBody
func (*GetEventResponseBody) SetOnlineMeetingInfo ¶
func (s *GetEventResponseBody) SetOnlineMeetingInfo(v *GetEventResponseBodyOnlineMeetingInfo) *GetEventResponseBody
func (*GetEventResponseBody) SetOrganizer ¶
func (s *GetEventResponseBody) SetOrganizer(v *GetEventResponseBodyOrganizer) *GetEventResponseBody
func (*GetEventResponseBody) SetOriginStart ¶
func (s *GetEventResponseBody) SetOriginStart(v *GetEventResponseBodyOriginStart) *GetEventResponseBody
func (*GetEventResponseBody) SetRecurrence ¶
func (s *GetEventResponseBody) SetRecurrence(v *GetEventResponseBodyRecurrence) *GetEventResponseBody
func (*GetEventResponseBody) SetReminders ¶
func (s *GetEventResponseBody) SetReminders(v []*GetEventResponseBodyReminders) *GetEventResponseBody
func (*GetEventResponseBody) SetRichTextDescription ¶
func (s *GetEventResponseBody) SetRichTextDescription(v *GetEventResponseBodyRichTextDescription) *GetEventResponseBody
func (*GetEventResponseBody) SetSeriesMasterId ¶
func (s *GetEventResponseBody) SetSeriesMasterId(v string) *GetEventResponseBody
func (*GetEventResponseBody) SetStart ¶
func (s *GetEventResponseBody) SetStart(v *GetEventResponseBodyStart) *GetEventResponseBody
func (*GetEventResponseBody) SetStatus ¶
func (s *GetEventResponseBody) SetStatus(v string) *GetEventResponseBody
func (*GetEventResponseBody) SetSummary ¶
func (s *GetEventResponseBody) SetSummary(v string) *GetEventResponseBody
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 (s GetEventResponseBodyAttendees) GoString() string
func (*GetEventResponseBodyAttendees) SetDisplayName ¶
func (s *GetEventResponseBodyAttendees) SetDisplayName(v string) *GetEventResponseBodyAttendees
func (*GetEventResponseBodyAttendees) SetId ¶
func (s *GetEventResponseBodyAttendees) SetId(v string) *GetEventResponseBodyAttendees
func (*GetEventResponseBodyAttendees) SetIsOptional ¶
func (s *GetEventResponseBodyAttendees) SetIsOptional(v bool) *GetEventResponseBodyAttendees
func (*GetEventResponseBodyAttendees) SetResponseStatus ¶
func (s *GetEventResponseBodyAttendees) SetResponseStatus(v string) *GetEventResponseBodyAttendees
func (*GetEventResponseBodyAttendees) SetSelf ¶
func (s *GetEventResponseBodyAttendees) SetSelf(v bool) *GetEventResponseBodyAttendees
func (GetEventResponseBodyAttendees) String ¶
func (s GetEventResponseBodyAttendees) String() string
type GetEventResponseBodyCategories ¶
type GetEventResponseBodyCategories struct {
DisplayName *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
}
func (GetEventResponseBodyCategories) GoString ¶
func (s GetEventResponseBodyCategories) GoString() string
func (*GetEventResponseBodyCategories) SetDisplayName ¶
func (s *GetEventResponseBodyCategories) SetDisplayName(v string) *GetEventResponseBodyCategories
func (GetEventResponseBodyCategories) String ¶
func (s GetEventResponseBodyCategories) String() 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 (s *GetEventResponseBodyEnd) SetDate(v string) *GetEventResponseBodyEnd
func (*GetEventResponseBodyEnd) SetDateTime ¶
func (s *GetEventResponseBodyEnd) SetDateTime(v string) *GetEventResponseBodyEnd
func (*GetEventResponseBodyEnd) SetTimeZone ¶
func (s *GetEventResponseBodyEnd) SetTimeZone(v string) *GetEventResponseBodyEnd
func (GetEventResponseBodyEnd) String ¶
func (s GetEventResponseBodyEnd) String() string
type GetEventResponseBodyExtendedProperties ¶
type GetEventResponseBodyExtendedProperties struct {
}func (GetEventResponseBodyExtendedProperties) GoString ¶
func (s GetEventResponseBodyExtendedProperties) GoString() string
func (*GetEventResponseBodyExtendedProperties) SetSharedProperties ¶
func (s *GetEventResponseBodyExtendedProperties) SetSharedProperties(v *GetEventResponseBodyExtendedPropertiesSharedProperties) *GetEventResponseBodyExtendedProperties
func (GetEventResponseBodyExtendedProperties) String ¶
func (s GetEventResponseBodyExtendedProperties) String() string
type GetEventResponseBodyExtendedPropertiesSharedProperties ¶
type GetEventResponseBodyExtendedPropertiesSharedProperties struct {}
func (GetEventResponseBodyExtendedPropertiesSharedProperties) GoString ¶
func (s GetEventResponseBodyExtendedPropertiesSharedProperties) GoString() string
func (*GetEventResponseBodyExtendedPropertiesSharedProperties) SetBelongCorpId ¶
func (s *GetEventResponseBodyExtendedPropertiesSharedProperties) SetBelongCorpId(v string) *GetEventResponseBodyExtendedPropertiesSharedProperties
func (*GetEventResponseBodyExtendedPropertiesSharedProperties) SetSourceOpenCid ¶
func (s *GetEventResponseBodyExtendedPropertiesSharedProperties) SetSourceOpenCid(v string) *GetEventResponseBodyExtendedPropertiesSharedProperties
func (GetEventResponseBodyExtendedPropertiesSharedProperties) String ¶
func (s GetEventResponseBodyExtendedPropertiesSharedProperties) String() 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 (s *GetEventResponseBodyLocation) SetDisplayName(v string) *GetEventResponseBodyLocation
func (*GetEventResponseBodyLocation) SetMeetingRooms ¶
func (s *GetEventResponseBodyLocation) SetMeetingRooms(v []*string) *GetEventResponseBodyLocation
func (GetEventResponseBodyLocation) String ¶
func (s GetEventResponseBodyLocation) String() 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 (s GetEventResponseBodyMeetingRooms) GoString() string
func (*GetEventResponseBodyMeetingRooms) SetDisplayName ¶
func (s *GetEventResponseBodyMeetingRooms) SetDisplayName(v string) *GetEventResponseBodyMeetingRooms
func (*GetEventResponseBodyMeetingRooms) SetResponseStatus ¶
func (s *GetEventResponseBodyMeetingRooms) SetResponseStatus(v string) *GetEventResponseBodyMeetingRooms
func (*GetEventResponseBodyMeetingRooms) SetRoomId ¶
func (s *GetEventResponseBodyMeetingRooms) SetRoomId(v string) *GetEventResponseBodyMeetingRooms
func (GetEventResponseBodyMeetingRooms) String ¶
func (s GetEventResponseBodyMeetingRooms) String() 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 (s GetEventResponseBodyOnlineMeetingInfo) GoString() string
func (*GetEventResponseBodyOnlineMeetingInfo) SetConferenceId ¶
func (s *GetEventResponseBodyOnlineMeetingInfo) SetConferenceId(v string) *GetEventResponseBodyOnlineMeetingInfo
func (*GetEventResponseBodyOnlineMeetingInfo) SetExtraInfo ¶
func (s *GetEventResponseBodyOnlineMeetingInfo) SetExtraInfo(v map[string]interface{}) *GetEventResponseBodyOnlineMeetingInfo
func (*GetEventResponseBodyOnlineMeetingInfo) SetType ¶
func (s *GetEventResponseBodyOnlineMeetingInfo) SetType(v string) *GetEventResponseBodyOnlineMeetingInfo
func (*GetEventResponseBodyOnlineMeetingInfo) SetUrl ¶
func (s *GetEventResponseBodyOnlineMeetingInfo) SetUrl(v string) *GetEventResponseBodyOnlineMeetingInfo
func (GetEventResponseBodyOnlineMeetingInfo) String ¶
func (s GetEventResponseBodyOnlineMeetingInfo) String() 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 (s GetEventResponseBodyOrganizer) GoString() string
func (*GetEventResponseBodyOrganizer) SetDisplayName ¶
func (s *GetEventResponseBodyOrganizer) SetDisplayName(v string) *GetEventResponseBodyOrganizer
func (*GetEventResponseBodyOrganizer) SetId ¶
func (s *GetEventResponseBodyOrganizer) SetId(v string) *GetEventResponseBodyOrganizer
func (*GetEventResponseBodyOrganizer) SetResponseStatus ¶
func (s *GetEventResponseBodyOrganizer) SetResponseStatus(v string) *GetEventResponseBodyOrganizer
func (*GetEventResponseBodyOrganizer) SetSelf ¶
func (s *GetEventResponseBodyOrganizer) SetSelf(v bool) *GetEventResponseBodyOrganizer
func (GetEventResponseBodyOrganizer) String ¶
func (s GetEventResponseBodyOrganizer) String() string
type GetEventResponseBodyOriginStart ¶
type GetEventResponseBodyOriginStart struct {
DateTime *string `json:"dateTime,omitempty" xml:"dateTime,omitempty"`
}
func (GetEventResponseBodyOriginStart) GoString ¶
func (s GetEventResponseBodyOriginStart) GoString() string
func (*GetEventResponseBodyOriginStart) SetDateTime ¶
func (s *GetEventResponseBodyOriginStart) SetDateTime(v string) *GetEventResponseBodyOriginStart
func (GetEventResponseBodyOriginStart) String ¶
func (s GetEventResponseBodyOriginStart) String() 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 (s GetEventResponseBodyRecurrence) GoString() string
func (*GetEventResponseBodyRecurrence) SetPattern ¶
func (s *GetEventResponseBodyRecurrence) SetPattern(v *GetEventResponseBodyRecurrencePattern) *GetEventResponseBodyRecurrence
func (*GetEventResponseBodyRecurrence) SetRange ¶
func (s *GetEventResponseBodyRecurrence) SetRange(v *GetEventResponseBodyRecurrenceRange) *GetEventResponseBodyRecurrence
func (GetEventResponseBodyRecurrence) String ¶
func (s GetEventResponseBodyRecurrence) String() 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 (s GetEventResponseBodyRecurrencePattern) GoString() string
func (*GetEventResponseBodyRecurrencePattern) SetDayOfMonth ¶
func (s *GetEventResponseBodyRecurrencePattern) SetDayOfMonth(v int32) *GetEventResponseBodyRecurrencePattern
func (*GetEventResponseBodyRecurrencePattern) SetDaysOfWeek ¶
func (s *GetEventResponseBodyRecurrencePattern) SetDaysOfWeek(v string) *GetEventResponseBodyRecurrencePattern
func (*GetEventResponseBodyRecurrencePattern) SetFirstDayOfWeek ¶ added in v1.5.85
func (s *GetEventResponseBodyRecurrencePattern) SetFirstDayOfWeek(v string) *GetEventResponseBodyRecurrencePattern
func (*GetEventResponseBodyRecurrencePattern) SetIndex ¶
func (s *GetEventResponseBodyRecurrencePattern) SetIndex(v string) *GetEventResponseBodyRecurrencePattern
func (*GetEventResponseBodyRecurrencePattern) SetInterval ¶
func (s *GetEventResponseBodyRecurrencePattern) SetInterval(v int32) *GetEventResponseBodyRecurrencePattern
func (*GetEventResponseBodyRecurrencePattern) SetType ¶
func (s *GetEventResponseBodyRecurrencePattern) SetType(v string) *GetEventResponseBodyRecurrencePattern
func (GetEventResponseBodyRecurrencePattern) String ¶
func (s GetEventResponseBodyRecurrencePattern) String() 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 (s GetEventResponseBodyRecurrenceRange) GoString() string
func (*GetEventResponseBodyRecurrenceRange) SetEndDate ¶
func (s *GetEventResponseBodyRecurrenceRange) SetEndDate(v string) *GetEventResponseBodyRecurrenceRange
func (*GetEventResponseBodyRecurrenceRange) SetNumberOfOccurrences ¶
func (s *GetEventResponseBodyRecurrenceRange) SetNumberOfOccurrences(v int32) *GetEventResponseBodyRecurrenceRange
func (*GetEventResponseBodyRecurrenceRange) SetType ¶
func (s *GetEventResponseBodyRecurrenceRange) SetType(v string) *GetEventResponseBodyRecurrenceRange
func (GetEventResponseBodyRecurrenceRange) String ¶
func (s GetEventResponseBodyRecurrenceRange) String() 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 (s GetEventResponseBodyReminders) GoString() string
func (*GetEventResponseBodyReminders) SetMethod ¶
func (s *GetEventResponseBodyReminders) SetMethod(v string) *GetEventResponseBodyReminders
func (*GetEventResponseBodyReminders) SetMinutes ¶
func (s *GetEventResponseBodyReminders) SetMinutes(v string) *GetEventResponseBodyReminders
func (GetEventResponseBodyReminders) String ¶
func (s GetEventResponseBodyReminders) String() string
type GetEventResponseBodyRichTextDescription ¶
type GetEventResponseBodyRichTextDescription struct {
Text *string `json:"text,omitempty" xml:"text,omitempty"`
}
func (GetEventResponseBodyRichTextDescription) GoString ¶
func (s GetEventResponseBodyRichTextDescription) GoString() string
func (*GetEventResponseBodyRichTextDescription) SetText ¶
func (s *GetEventResponseBodyRichTextDescription) SetText(v string) *GetEventResponseBodyRichTextDescription
func (GetEventResponseBodyRichTextDescription) String ¶
func (s GetEventResponseBodyRichTextDescription) String() 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 (s *GetEventResponseBodyStart) SetDate(v string) *GetEventResponseBodyStart
func (*GetEventResponseBodyStart) SetDateTime ¶
func (s *GetEventResponseBodyStart) SetDateTime(v string) *GetEventResponseBodyStart
func (*GetEventResponseBodyStart) SetTimeZone ¶
func (s *GetEventResponseBodyStart) SetTimeZone(v string) *GetEventResponseBodyStart
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 (s GetMeetingRoomsScheduleHeaders) GoString() string
func (*GetMeetingRoomsScheduleHeaders) SetCommonHeaders ¶
func (s *GetMeetingRoomsScheduleHeaders) SetCommonHeaders(v map[string]*string) *GetMeetingRoomsScheduleHeaders
func (*GetMeetingRoomsScheduleHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetMeetingRoomsScheduleHeaders) SetXAcsDingtalkAccessToken(v string) *GetMeetingRoomsScheduleHeaders
func (GetMeetingRoomsScheduleHeaders) String ¶
func (s GetMeetingRoomsScheduleHeaders) String() 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 (s GetMeetingRoomsScheduleRequest) GoString() string
func (*GetMeetingRoomsScheduleRequest) SetEndTime ¶
func (s *GetMeetingRoomsScheduleRequest) SetEndTime(v string) *GetMeetingRoomsScheduleRequest
func (*GetMeetingRoomsScheduleRequest) SetRoomIds ¶
func (s *GetMeetingRoomsScheduleRequest) SetRoomIds(v []*string) *GetMeetingRoomsScheduleRequest
func (*GetMeetingRoomsScheduleRequest) SetStartTime ¶
func (s *GetMeetingRoomsScheduleRequest) SetStartTime(v string) *GetMeetingRoomsScheduleRequest
func (GetMeetingRoomsScheduleRequest) String ¶
func (s GetMeetingRoomsScheduleRequest) String() 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 (s GetMeetingRoomsScheduleResponse) GoString() string
func (*GetMeetingRoomsScheduleResponse) SetBody ¶
func (s *GetMeetingRoomsScheduleResponse) SetBody(v *GetMeetingRoomsScheduleResponseBody) *GetMeetingRoomsScheduleResponse
func (*GetMeetingRoomsScheduleResponse) SetHeaders ¶
func (s *GetMeetingRoomsScheduleResponse) SetHeaders(v map[string]*string) *GetMeetingRoomsScheduleResponse
func (*GetMeetingRoomsScheduleResponse) SetStatusCode ¶
func (s *GetMeetingRoomsScheduleResponse) SetStatusCode(v int32) *GetMeetingRoomsScheduleResponse
func (GetMeetingRoomsScheduleResponse) String ¶
func (s GetMeetingRoomsScheduleResponse) String() string
type GetMeetingRoomsScheduleResponseBody ¶
type GetMeetingRoomsScheduleResponseBody struct {
ScheduleInformation []*GetMeetingRoomsScheduleResponseBodyScheduleInformation `json:"scheduleInformation,omitempty" xml:"scheduleInformation,omitempty" type:"Repeated"`
}
func (GetMeetingRoomsScheduleResponseBody) GoString ¶
func (s GetMeetingRoomsScheduleResponseBody) GoString() string
func (*GetMeetingRoomsScheduleResponseBody) SetScheduleInformation ¶
func (s *GetMeetingRoomsScheduleResponseBody) SetScheduleInformation(v []*GetMeetingRoomsScheduleResponseBodyScheduleInformation) *GetMeetingRoomsScheduleResponseBody
func (GetMeetingRoomsScheduleResponseBody) String ¶
func (s GetMeetingRoomsScheduleResponseBody) String() 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 (s GetMeetingRoomsScheduleResponseBodyScheduleInformation) GoString() string
func (*GetMeetingRoomsScheduleResponseBodyScheduleInformation) SetScheduleItems ¶
func (GetMeetingRoomsScheduleResponseBodyScheduleInformation) String ¶
func (s GetMeetingRoomsScheduleResponseBodyScheduleInformation) String() 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 (s GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItems) GoString() string
func (*GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItems) SetEventId ¶
func (*GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItems) SetOrganizer ¶
func (GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItems) String ¶
func (s GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItems) String() 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 (s GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsEnd) GoString() string
func (*GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsEnd) SetDateTime ¶
func (*GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsEnd) SetTimeZone ¶
func (GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsEnd) String ¶
func (s GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsEnd) String() string
type GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsOrganizer ¶
type GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsOrganizer struct {
Id *string `json:"id,omitempty" xml:"id,omitempty"`
}
func (GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsOrganizer) GoString ¶
func (s GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsOrganizer) GoString() 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 (s GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsStart) GoString() string
func (*GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsStart) SetDateTime ¶
func (*GetMeetingRoomsScheduleResponseBodyScheduleInformationScheduleItemsStart) SetTimeZone ¶
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 (s *GetScheduleResponse) SetBody(v *GetScheduleResponseBody) *GetScheduleResponse
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 (s *GetScheduleResponseBody) SetScheduleInformation(v []*GetScheduleResponseBodyScheduleInformation) *GetScheduleResponseBody
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 (s GetScheduleResponseBodyScheduleInformation) GoString() string
func (*GetScheduleResponseBodyScheduleInformation) SetError ¶
func (s *GetScheduleResponseBodyScheduleInformation) SetError(v string) *GetScheduleResponseBodyScheduleInformation
func (*GetScheduleResponseBodyScheduleInformation) SetScheduleItems ¶
func (s *GetScheduleResponseBodyScheduleInformation) SetScheduleItems(v []*GetScheduleResponseBodyScheduleInformationScheduleItems) *GetScheduleResponseBodyScheduleInformation
func (*GetScheduleResponseBodyScheduleInformation) SetUserId ¶
func (s *GetScheduleResponseBodyScheduleInformation) SetUserId(v string) *GetScheduleResponseBodyScheduleInformation
func (GetScheduleResponseBodyScheduleInformation) String ¶
func (s GetScheduleResponseBodyScheduleInformation) String() 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 (s GetScheduleResponseBodyScheduleInformationScheduleItems) GoString() string
func (GetScheduleResponseBodyScheduleInformationScheduleItems) String ¶
func (s GetScheduleResponseBodyScheduleInformationScheduleItems) String() 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 (s GetScheduleResponseBodyScheduleInformationScheduleItemsEnd) GoString() string
func (*GetScheduleResponseBodyScheduleInformationScheduleItemsEnd) SetDateTime ¶
func (*GetScheduleResponseBodyScheduleInformationScheduleItemsEnd) SetTimeZone ¶
func (GetScheduleResponseBodyScheduleInformationScheduleItemsEnd) String ¶
func (s GetScheduleResponseBodyScheduleInformationScheduleItemsEnd) String() 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 (s GetScheduleResponseBodyScheduleInformationScheduleItemsStart) GoString() string
func (*GetScheduleResponseBodyScheduleInformationScheduleItemsStart) SetDateTime ¶
func (*GetScheduleResponseBodyScheduleInformationScheduleItemsStart) SetTimeZone ¶
func (GetScheduleResponseBodyScheduleInformationScheduleItemsStart) String ¶
func (s GetScheduleResponseBodyScheduleInformationScheduleItemsStart) String() 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 (s *GetSignInLinkResponse) SetBody(v *GetSignInLinkResponseBody) *GetSignInLinkResponse
func (*GetSignInLinkResponse) SetHeaders ¶ added in v1.5.99
func (s *GetSignInLinkResponse) SetHeaders(v map[string]*string) *GetSignInLinkResponse
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) SetSignInLink ¶ added in v1.5.99
func (s *GetSignInLinkResponseBody) SetSignInLink(v string) *GetSignInLinkResponseBody
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 (s *GetSignInListRequest) SetType(v string) *GetSignInListRequest
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 (s *GetSignInListResponse) SetBody(v *GetSignInListResponseBody) *GetSignInListResponse
func (*GetSignInListResponse) SetHeaders ¶
func (s *GetSignInListResponse) SetHeaders(v map[string]*string) *GetSignInListResponse
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 (s *GetSignInListResponseBody) SetNextToken(v string) *GetSignInListResponseBody
func (*GetSignInListResponseBody) SetUsers ¶
func (s *GetSignInListResponseBody) SetUsers(v []*GetSignInListResponseBodyUsers) *GetSignInListResponseBody
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 (s GetSignInListResponseBodyUsers) GoString() string
func (*GetSignInListResponseBodyUsers) SetCheckInTime ¶
func (s *GetSignInListResponseBodyUsers) SetCheckInTime(v int64) *GetSignInListResponseBodyUsers
func (*GetSignInListResponseBodyUsers) SetDisplayName ¶
func (s *GetSignInListResponseBodyUsers) SetDisplayName(v string) *GetSignInListResponseBodyUsers
func (*GetSignInListResponseBodyUsers) SetUserId ¶
func (s *GetSignInListResponseBodyUsers) SetUserId(v string) *GetSignInListResponseBodyUsers
func (GetSignInListResponseBodyUsers) String ¶
func (s GetSignInListResponseBodyUsers) String() 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 (s *GetSignOutLinkResponse) SetBody(v *GetSignOutLinkResponseBody) *GetSignOutLinkResponse
func (*GetSignOutLinkResponse) SetHeaders ¶ added in v1.5.99
func (s *GetSignOutLinkResponse) SetHeaders(v map[string]*string) *GetSignOutLinkResponse
func (*GetSignOutLinkResponse) SetStatusCode ¶ added in v1.5.99
func (s *GetSignOutLinkResponse) SetStatusCode(v int32) *GetSignOutLinkResponse
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) SetSignOutLink ¶ added in v1.5.99
func (s *GetSignOutLinkResponseBody) SetSignOutLink(v string) *GetSignOutLinkResponseBody
func (GetSignOutLinkResponseBody) String ¶ added in v1.5.99
func (s GetSignOutLinkResponseBody) String() string
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 (s *GetSignOutListRequest) SetNextToken(v string) *GetSignOutListRequest
func (*GetSignOutListRequest) SetType ¶
func (s *GetSignOutListRequest) SetType(v string) *GetSignOutListRequest
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 (s *GetSignOutListResponse) SetBody(v *GetSignOutListResponseBody) *GetSignOutListResponse
func (*GetSignOutListResponse) SetHeaders ¶
func (s *GetSignOutListResponse) SetHeaders(v map[string]*string) *GetSignOutListResponse
func (*GetSignOutListResponse) SetStatusCode ¶
func (s *GetSignOutListResponse) SetStatusCode(v int32) *GetSignOutListResponse
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 (s *GetSignOutListResponseBody) SetNextToken(v string) *GetSignOutListResponseBody
func (*GetSignOutListResponseBody) SetUsers ¶
func (s *GetSignOutListResponseBody) SetUsers(v []*GetSignOutListResponseBodyUsers) *GetSignOutListResponseBody
func (GetSignOutListResponseBody) String ¶
func (s GetSignOutListResponseBody) String() 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 (s GetSignOutListResponseBodyUsers) GoString() string
func (*GetSignOutListResponseBodyUsers) SetCheckOutTime ¶
func (s *GetSignOutListResponseBodyUsers) SetCheckOutTime(v int64) *GetSignOutListResponseBodyUsers
func (*GetSignOutListResponseBodyUsers) SetDisplayName ¶
func (s *GetSignOutListResponseBodyUsers) SetDisplayName(v string) *GetSignOutListResponseBodyUsers
func (*GetSignOutListResponseBodyUsers) SetUserId ¶
func (s *GetSignOutListResponseBodyUsers) SetUserId(v string) *GetSignOutListResponseBodyUsers
func (GetSignOutListResponseBodyUsers) String ¶
func (s GetSignOutListResponseBodyUsers) String() 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 (s *GetSubscribedCalendarHeaders) SetCommonHeaders(v map[string]*string) *GetSubscribedCalendarHeaders
func (*GetSubscribedCalendarHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetSubscribedCalendarHeaders) SetXAcsDingtalkAccessToken(v string) *GetSubscribedCalendarHeaders
func (GetSubscribedCalendarHeaders) String ¶
func (s GetSubscribedCalendarHeaders) String() 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 (s GetSubscribedCalendarResponse) GoString() string
func (*GetSubscribedCalendarResponse) SetBody ¶
func (s *GetSubscribedCalendarResponse) SetBody(v *GetSubscribedCalendarResponseBody) *GetSubscribedCalendarResponse
func (*GetSubscribedCalendarResponse) SetHeaders ¶
func (s *GetSubscribedCalendarResponse) SetHeaders(v map[string]*string) *GetSubscribedCalendarResponse
func (*GetSubscribedCalendarResponse) SetStatusCode ¶
func (s *GetSubscribedCalendarResponse) SetStatusCode(v int32) *GetSubscribedCalendarResponse
func (GetSubscribedCalendarResponse) String ¶
func (s GetSubscribedCalendarResponse) String() 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 (s GetSubscribedCalendarResponseBody) GoString() string
func (*GetSubscribedCalendarResponseBody) SetAuthor ¶
func (s *GetSubscribedCalendarResponseBody) SetAuthor(v string) *GetSubscribedCalendarResponseBody
func (*GetSubscribedCalendarResponseBody) SetCalendarId ¶
func (s *GetSubscribedCalendarResponseBody) SetCalendarId(v string) *GetSubscribedCalendarResponseBody
func (*GetSubscribedCalendarResponseBody) SetDescription ¶
func (s *GetSubscribedCalendarResponseBody) SetDescription(v string) *GetSubscribedCalendarResponseBody
func (*GetSubscribedCalendarResponseBody) SetManagers ¶
func (s *GetSubscribedCalendarResponseBody) SetManagers(v []*string) *GetSubscribedCalendarResponseBody
func (*GetSubscribedCalendarResponseBody) SetName ¶
func (s *GetSubscribedCalendarResponseBody) SetName(v string) *GetSubscribedCalendarResponseBody
func (*GetSubscribedCalendarResponseBody) SetSubscribeScope ¶
func (s *GetSubscribedCalendarResponseBody) SetSubscribeScope(v *GetSubscribedCalendarResponseBodySubscribeScope) *GetSubscribedCalendarResponseBody
func (GetSubscribedCalendarResponseBody) String ¶
func (s GetSubscribedCalendarResponseBody) String() 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 (s GetSubscribedCalendarResponseBodySubscribeScope) GoString() string
func (*GetSubscribedCalendarResponseBodySubscribeScope) SetCorpIds ¶
func (s *GetSubscribedCalendarResponseBodySubscribeScope) SetCorpIds(v []*string) *GetSubscribedCalendarResponseBodySubscribeScope
func (*GetSubscribedCalendarResponseBodySubscribeScope) SetOpenConversationIds ¶
func (s *GetSubscribedCalendarResponseBodySubscribeScope) SetOpenConversationIds(v []*string) *GetSubscribedCalendarResponseBodySubscribeScope
func (*GetSubscribedCalendarResponseBodySubscribeScope) SetUnionIds ¶
func (s *GetSubscribedCalendarResponseBodySubscribeScope) SetUnionIds(v []*string) *GetSubscribedCalendarResponseBodySubscribeScope
func (GetSubscribedCalendarResponseBodySubscribeScope) String ¶
func (s GetSubscribedCalendarResponseBodySubscribeScope) String() 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 (s *ListAclsResponse) SetBody(v *ListAclsResponseBody) *ListAclsResponse
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 (s *ListAclsResponseBody) SetAcls(v []*ListAclsResponseBodyAcls) *ListAclsResponseBody
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 (s *ListAclsResponseBodyAcls) SetAclId(v string) *ListAclsResponseBodyAcls
func (*ListAclsResponseBodyAcls) SetPrivilege ¶
func (s *ListAclsResponseBodyAcls) SetPrivilege(v string) *ListAclsResponseBodyAcls
func (*ListAclsResponseBodyAcls) SetScope ¶
func (s *ListAclsResponseBodyAcls) SetScope(v *ListAclsResponseBodyAclsScope) *ListAclsResponseBodyAcls
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 (s ListAclsResponseBodyAclsScope) GoString() string
func (*ListAclsResponseBodyAclsScope) SetScopeType ¶
func (s *ListAclsResponseBodyAclsScope) SetScopeType(v string) *ListAclsResponseBodyAclsScope
func (*ListAclsResponseBodyAclsScope) SetUserId ¶
func (s *ListAclsResponseBodyAclsScope) SetUserId(v string) *ListAclsResponseBodyAclsScope
func (ListAclsResponseBodyAclsScope) String ¶
func (s ListAclsResponseBodyAclsScope) String() 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 (s *ListAttendeesResponse) SetBody(v *ListAttendeesResponseBody) *ListAttendeesResponse
func (*ListAttendeesResponse) SetHeaders ¶
func (s *ListAttendeesResponse) SetHeaders(v map[string]*string) *ListAttendeesResponse
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 (s *ListAttendeesResponseBody) SetAttendees(v []*ListAttendeesResponseBodyAttendees) *ListAttendeesResponseBody
func (*ListAttendeesResponseBody) SetNextToken ¶
func (s *ListAttendeesResponseBody) SetNextToken(v string) *ListAttendeesResponseBody
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 (s ListAttendeesResponseBodyAttendees) GoString() string
func (*ListAttendeesResponseBodyAttendees) SetDisplayName ¶
func (s *ListAttendeesResponseBodyAttendees) SetDisplayName(v string) *ListAttendeesResponseBodyAttendees
func (*ListAttendeesResponseBodyAttendees) SetId ¶
func (s *ListAttendeesResponseBodyAttendees) SetId(v string) *ListAttendeesResponseBodyAttendees
func (*ListAttendeesResponseBodyAttendees) SetIsOptional ¶
func (s *ListAttendeesResponseBodyAttendees) SetIsOptional(v bool) *ListAttendeesResponseBodyAttendees
func (*ListAttendeesResponseBodyAttendees) SetResponseStatus ¶
func (s *ListAttendeesResponseBodyAttendees) SetResponseStatus(v string) *ListAttendeesResponseBodyAttendees
func (*ListAttendeesResponseBodyAttendees) SetSelf ¶
func (s *ListAttendeesResponseBodyAttendees) SetSelf(v bool) *ListAttendeesResponseBodyAttendees
func (ListAttendeesResponseBodyAttendees) String ¶
func (s ListAttendeesResponseBodyAttendees) String() 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 (s *ListCalendarsResponse) SetBody(v *ListCalendarsResponseBody) *ListCalendarsResponse
func (*ListCalendarsResponse) SetHeaders ¶
func (s *ListCalendarsResponse) SetHeaders(v map[string]*string) *ListCalendarsResponse
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 (s *ListCalendarsResponseBody) SetResponse(v *ListCalendarsResponseBodyResponse) *ListCalendarsResponseBody
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 (s ListCalendarsResponseBodyResponse) GoString() string
func (*ListCalendarsResponseBodyResponse) SetCalendars ¶
func (s *ListCalendarsResponseBodyResponse) SetCalendars(v []*ListCalendarsResponseBodyResponseCalendars) *ListCalendarsResponseBodyResponse
func (ListCalendarsResponseBodyResponse) String ¶
func (s ListCalendarsResponseBodyResponse) String() 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 (s ListCalendarsResponseBodyResponseCalendars) GoString() string
func (*ListCalendarsResponseBodyResponseCalendars) SetDescription ¶
func (s *ListCalendarsResponseBodyResponseCalendars) SetDescription(v string) *ListCalendarsResponseBodyResponseCalendars
func (*ListCalendarsResponseBodyResponseCalendars) SetETag ¶
func (s *ListCalendarsResponseBodyResponseCalendars) SetETag(v string) *ListCalendarsResponseBodyResponseCalendars
func (*ListCalendarsResponseBodyResponseCalendars) SetPrivilege ¶
func (s *ListCalendarsResponseBodyResponseCalendars) SetPrivilege(v string) *ListCalendarsResponseBodyResponseCalendars
func (*ListCalendarsResponseBodyResponseCalendars) SetSummary ¶
func (s *ListCalendarsResponseBodyResponseCalendars) SetSummary(v string) *ListCalendarsResponseBodyResponseCalendars
func (*ListCalendarsResponseBodyResponseCalendars) SetTimeZone ¶
func (s *ListCalendarsResponseBodyResponseCalendars) SetTimeZone(v string) *ListCalendarsResponseBodyResponseCalendars
func (*ListCalendarsResponseBodyResponseCalendars) SetType ¶
func (s *ListCalendarsResponseBodyResponseCalendars) SetType(v string) *ListCalendarsResponseBodyResponseCalendars
func (ListCalendarsResponseBodyResponseCalendars) String ¶
func (s ListCalendarsResponseBodyResponseCalendars) String() 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 (s *ListEventsInstancesHeaders) SetCommonHeaders(v map[string]*string) *ListEventsInstancesHeaders
func (*ListEventsInstancesHeaders) SetXAcsDingtalkAccessToken ¶
func (s *ListEventsInstancesHeaders) SetXAcsDingtalkAccessToken(v string) *ListEventsInstancesHeaders
func (ListEventsInstancesHeaders) String ¶
func (s ListEventsInstancesHeaders) String() 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 (s *ListEventsInstancesRequest) SetMaxAttendees(v int32) *ListEventsInstancesRequest
func (*ListEventsInstancesRequest) SetMaxResults ¶
func (s *ListEventsInstancesRequest) SetMaxResults(v int32) *ListEventsInstancesRequest
func (*ListEventsInstancesRequest) SetSeriesMasterId ¶
func (s *ListEventsInstancesRequest) SetSeriesMasterId(v string) *ListEventsInstancesRequest
func (*ListEventsInstancesRequest) SetStartRecurrenceId ¶
func (s *ListEventsInstancesRequest) SetStartRecurrenceId(v string) *ListEventsInstancesRequest
func (ListEventsInstancesRequest) String ¶
func (s ListEventsInstancesRequest) String() 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 (s *ListEventsInstancesResponse) SetBody(v *ListEventsInstancesResponseBody) *ListEventsInstancesResponse
func (*ListEventsInstancesResponse) SetHeaders ¶
func (s *ListEventsInstancesResponse) SetHeaders(v map[string]*string) *ListEventsInstancesResponse
func (*ListEventsInstancesResponse) SetStatusCode ¶
func (s *ListEventsInstancesResponse) SetStatusCode(v int32) *ListEventsInstancesResponse
func (ListEventsInstancesResponse) String ¶
func (s ListEventsInstancesResponse) String() string
type ListEventsInstancesResponseBody ¶
type ListEventsInstancesResponseBody struct {
Events []*ListEventsInstancesResponseBodyEvents `json:"events,omitempty" xml:"events,omitempty" type:"Repeated"`
}
func (ListEventsInstancesResponseBody) GoString ¶
func (s ListEventsInstancesResponseBody) GoString() string
func (*ListEventsInstancesResponseBody) SetEvents ¶
func (s *ListEventsInstancesResponseBody) SetEvents(v []*ListEventsInstancesResponseBodyEvents) *ListEventsInstancesResponseBody
func (ListEventsInstancesResponseBody) String ¶
func (s ListEventsInstancesResponseBody) String() 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 (s ListEventsInstancesResponseBodyEvents) GoString() string
func (*ListEventsInstancesResponseBodyEvents) SetAttendees ¶
func (s *ListEventsInstancesResponseBodyEvents) SetAttendees(v []*ListEventsInstancesResponseBodyEventsAttendees) *ListEventsInstancesResponseBodyEvents
func (*ListEventsInstancesResponseBodyEvents) SetCreateTime ¶
func (s *ListEventsInstancesResponseBodyEvents) SetCreateTime(v string) *ListEventsInstancesResponseBodyEvents
func (*ListEventsInstancesResponseBodyEvents) SetDescription ¶
func (s *ListEventsInstancesResponseBodyEvents) SetDescription(v string) *ListEventsInstancesResponseBodyEvents
func (*ListEventsInstancesResponseBodyEvents) SetExtendedProperties ¶
func (s *ListEventsInstancesResponseBodyEvents) SetExtendedProperties(v *ListEventsInstancesResponseBodyEventsExtendedProperties) *ListEventsInstancesResponseBodyEvents
func (*ListEventsInstancesResponseBodyEvents) SetId ¶
func (s *ListEventsInstancesResponseBodyEvents) SetId(v string) *ListEventsInstancesResponseBodyEvents
func (*ListEventsInstancesResponseBodyEvents) SetIsAllDay ¶
func (s *ListEventsInstancesResponseBodyEvents) SetIsAllDay(v bool) *ListEventsInstancesResponseBodyEvents
func (*ListEventsInstancesResponseBodyEvents) SetLocation ¶
func (*ListEventsInstancesResponseBodyEvents) SetOnlineMeetingInfo ¶
func (s *ListEventsInstancesResponseBodyEvents) SetOnlineMeetingInfo(v *ListEventsInstancesResponseBodyEventsOnlineMeetingInfo) *ListEventsInstancesResponseBodyEvents
func (*ListEventsInstancesResponseBodyEvents) SetOrganizer ¶
func (s *ListEventsInstancesResponseBodyEvents) SetOrganizer(v *ListEventsInstancesResponseBodyEventsOrganizer) *ListEventsInstancesResponseBodyEvents
func (*ListEventsInstancesResponseBodyEvents) SetRecurrence ¶
func (s *ListEventsInstancesResponseBodyEvents) SetRecurrence(v *ListEventsInstancesResponseBodyEventsRecurrence) *ListEventsInstancesResponseBodyEvents
func (*ListEventsInstancesResponseBodyEvents) SetReminders ¶
func (s *ListEventsInstancesResponseBodyEvents) SetReminders(v []*ListEventsInstancesResponseBodyEventsReminders) *ListEventsInstancesResponseBodyEvents
func (*ListEventsInstancesResponseBodyEvents) SetSeriesMasterId ¶
func (s *ListEventsInstancesResponseBodyEvents) SetSeriesMasterId(v string) *ListEventsInstancesResponseBodyEvents
func (*ListEventsInstancesResponseBodyEvents) SetStatus ¶
func (s *ListEventsInstancesResponseBodyEvents) SetStatus(v string) *ListEventsInstancesResponseBodyEvents
func (*ListEventsInstancesResponseBodyEvents) SetSummary ¶
func (s *ListEventsInstancesResponseBodyEvents) SetSummary(v string) *ListEventsInstancesResponseBodyEvents
func (*ListEventsInstancesResponseBodyEvents) SetUpdateTime ¶
func (s *ListEventsInstancesResponseBodyEvents) SetUpdateTime(v string) *ListEventsInstancesResponseBodyEvents
func (ListEventsInstancesResponseBodyEvents) String ¶
func (s ListEventsInstancesResponseBodyEvents) String() 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 (s ListEventsInstancesResponseBodyEventsAttendees) GoString() string
func (*ListEventsInstancesResponseBodyEventsAttendees) SetDisplayName ¶
func (s *ListEventsInstancesResponseBodyEventsAttendees) SetDisplayName(v string) *ListEventsInstancesResponseBodyEventsAttendees
func (*ListEventsInstancesResponseBodyEventsAttendees) SetIsOptional ¶
func (s *ListEventsInstancesResponseBodyEventsAttendees) SetIsOptional(v bool) *ListEventsInstancesResponseBodyEventsAttendees
func (*ListEventsInstancesResponseBodyEventsAttendees) SetResponseStatus ¶
func (s *ListEventsInstancesResponseBodyEventsAttendees) SetResponseStatus(v string) *ListEventsInstancesResponseBodyEventsAttendees
func (*ListEventsInstancesResponseBodyEventsAttendees) SetSelf ¶
func (s *ListEventsInstancesResponseBodyEventsAttendees) SetSelf(v bool) *ListEventsInstancesResponseBodyEventsAttendees
func (ListEventsInstancesResponseBodyEventsAttendees) String ¶
func (s ListEventsInstancesResponseBodyEventsAttendees) String() 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 (s ListEventsInstancesResponseBodyEventsEnd) GoString() string
func (*ListEventsInstancesResponseBodyEventsEnd) SetDate ¶
func (s *ListEventsInstancesResponseBodyEventsEnd) SetDate(v string) *ListEventsInstancesResponseBodyEventsEnd
func (*ListEventsInstancesResponseBodyEventsEnd) SetDateTime ¶
func (s *ListEventsInstancesResponseBodyEventsEnd) SetDateTime(v string) *ListEventsInstancesResponseBodyEventsEnd
func (*ListEventsInstancesResponseBodyEventsEnd) SetTimeZone ¶
func (s *ListEventsInstancesResponseBodyEventsEnd) SetTimeZone(v string) *ListEventsInstancesResponseBodyEventsEnd
func (ListEventsInstancesResponseBodyEventsEnd) String ¶
func (s ListEventsInstancesResponseBodyEventsEnd) String() string
type ListEventsInstancesResponseBodyEventsExtendedProperties ¶
type ListEventsInstancesResponseBodyEventsExtendedProperties struct {
}func (ListEventsInstancesResponseBodyEventsExtendedProperties) GoString ¶
func (s ListEventsInstancesResponseBodyEventsExtendedProperties) GoString() string
func (*ListEventsInstancesResponseBodyEventsExtendedProperties) SetSharedProperties ¶
func (ListEventsInstancesResponseBodyEventsExtendedProperties) String ¶
func (s ListEventsInstancesResponseBodyEventsExtendedProperties) String() string
type ListEventsInstancesResponseBodyEventsExtendedPropertiesSharedProperties ¶
type ListEventsInstancesResponseBodyEventsExtendedPropertiesSharedProperties struct {
}func (ListEventsInstancesResponseBodyEventsExtendedPropertiesSharedProperties) GoString ¶
func (s ListEventsInstancesResponseBodyEventsExtendedPropertiesSharedProperties) GoString() string
func (*ListEventsInstancesResponseBodyEventsExtendedPropertiesSharedProperties) SetSourceOpenCid ¶
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 (s ListEventsInstancesResponseBodyEventsLocation) GoString() string
func (*ListEventsInstancesResponseBodyEventsLocation) SetDisplayName ¶
func (s *ListEventsInstancesResponseBodyEventsLocation) SetDisplayName(v string) *ListEventsInstancesResponseBodyEventsLocation
func (*ListEventsInstancesResponseBodyEventsLocation) SetMeetingRooms ¶
func (s *ListEventsInstancesResponseBodyEventsLocation) SetMeetingRooms(v []*string) *ListEventsInstancesResponseBodyEventsLocation
func (ListEventsInstancesResponseBodyEventsLocation) String ¶
func (s ListEventsInstancesResponseBodyEventsLocation) String() 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 (s ListEventsInstancesResponseBodyEventsOnlineMeetingInfo) GoString() string
func (*ListEventsInstancesResponseBodyEventsOnlineMeetingInfo) SetConferenceId ¶
func (s *ListEventsInstancesResponseBodyEventsOnlineMeetingInfo) SetConferenceId(v string) *ListEventsInstancesResponseBodyEventsOnlineMeetingInfo
func (ListEventsInstancesResponseBodyEventsOnlineMeetingInfo) String ¶
func (s ListEventsInstancesResponseBodyEventsOnlineMeetingInfo) String() 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 (s ListEventsInstancesResponseBodyEventsOrganizer) GoString() string
func (*ListEventsInstancesResponseBodyEventsOrganizer) SetDisplayName ¶
func (s *ListEventsInstancesResponseBodyEventsOrganizer) SetDisplayName(v string) *ListEventsInstancesResponseBodyEventsOrganizer
func (*ListEventsInstancesResponseBodyEventsOrganizer) SetResponseStatus ¶
func (s *ListEventsInstancesResponseBodyEventsOrganizer) SetResponseStatus(v string) *ListEventsInstancesResponseBodyEventsOrganizer
func (*ListEventsInstancesResponseBodyEventsOrganizer) SetSelf ¶
func (s *ListEventsInstancesResponseBodyEventsOrganizer) SetSelf(v bool) *ListEventsInstancesResponseBodyEventsOrganizer
func (ListEventsInstancesResponseBodyEventsOrganizer) String ¶
func (s ListEventsInstancesResponseBodyEventsOrganizer) String() 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 (s ListEventsInstancesResponseBodyEventsRecurrence) GoString() string
func (*ListEventsInstancesResponseBodyEventsRecurrence) SetPattern ¶
func (ListEventsInstancesResponseBodyEventsRecurrence) String ¶
func (s ListEventsInstancesResponseBodyEventsRecurrence) String() 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 (s ListEventsInstancesResponseBodyEventsRecurrencePattern) GoString() string
func (*ListEventsInstancesResponseBodyEventsRecurrencePattern) SetDayOfMonth ¶
func (s *ListEventsInstancesResponseBodyEventsRecurrencePattern) SetDayOfMonth(v int32) *ListEventsInstancesResponseBodyEventsRecurrencePattern
func (*ListEventsInstancesResponseBodyEventsRecurrencePattern) SetDaysOfWeek ¶
func (s *ListEventsInstancesResponseBodyEventsRecurrencePattern) SetDaysOfWeek(v string) *ListEventsInstancesResponseBodyEventsRecurrencePattern
func (*ListEventsInstancesResponseBodyEventsRecurrencePattern) SetInterval ¶
func (ListEventsInstancesResponseBodyEventsRecurrencePattern) String ¶
func (s ListEventsInstancesResponseBodyEventsRecurrencePattern) String() 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 (s ListEventsInstancesResponseBodyEventsRecurrenceRange) GoString() string
func (*ListEventsInstancesResponseBodyEventsRecurrenceRange) SetEndDate ¶
func (*ListEventsInstancesResponseBodyEventsRecurrenceRange) SetNumberOfOccurrences ¶
func (s *ListEventsInstancesResponseBodyEventsRecurrenceRange) SetNumberOfOccurrences(v int32) *ListEventsInstancesResponseBodyEventsRecurrenceRange
func (ListEventsInstancesResponseBodyEventsRecurrenceRange) String ¶
func (s ListEventsInstancesResponseBodyEventsRecurrenceRange) String() 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 (s ListEventsInstancesResponseBodyEventsReminders) GoString() string
func (*ListEventsInstancesResponseBodyEventsReminders) SetMethod ¶
func (s *ListEventsInstancesResponseBodyEventsReminders) SetMethod(v string) *ListEventsInstancesResponseBodyEventsReminders
func (*ListEventsInstancesResponseBodyEventsReminders) SetMinutes ¶
func (s *ListEventsInstancesResponseBodyEventsReminders) SetMinutes(v string) *ListEventsInstancesResponseBodyEventsReminders
func (ListEventsInstancesResponseBodyEventsReminders) String ¶
func (s ListEventsInstancesResponseBodyEventsReminders) String() 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 (s ListEventsInstancesResponseBodyEventsStart) GoString() string
func (*ListEventsInstancesResponseBodyEventsStart) SetDate ¶
func (s *ListEventsInstancesResponseBodyEventsStart) SetDate(v string) *ListEventsInstancesResponseBodyEventsStart
func (*ListEventsInstancesResponseBodyEventsStart) SetDateTime ¶
func (s *ListEventsInstancesResponseBodyEventsStart) SetDateTime(v string) *ListEventsInstancesResponseBodyEventsStart
func (*ListEventsInstancesResponseBodyEventsStart) SetTimeZone ¶
func (s *ListEventsInstancesResponseBodyEventsStart) SetTimeZone(v string) *ListEventsInstancesResponseBodyEventsStart
func (ListEventsInstancesResponseBodyEventsStart) String ¶
func (s ListEventsInstancesResponseBodyEventsStart) String() 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 (s *ListEventsResponse) SetBody(v *ListEventsResponseBody) *ListEventsResponse
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 (s *ListEventsResponseBody) SetEvents(v []*ListEventsResponseBodyEvents) *ListEventsResponseBody
func (*ListEventsResponseBody) SetNextToken ¶
func (s *ListEventsResponseBody) SetNextToken(v string) *ListEventsResponseBody
func (*ListEventsResponseBody) SetSyncToken ¶
func (s *ListEventsResponseBody) SetSyncToken(v string) *ListEventsResponseBody
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 (s *ListEventsResponseBodyEvents) SetAttendees(v []*ListEventsResponseBodyEventsAttendees) *ListEventsResponseBodyEvents
func (*ListEventsResponseBodyEvents) SetCategories ¶
func (s *ListEventsResponseBodyEvents) SetCategories(v []*ListEventsResponseBodyEventsCategories) *ListEventsResponseBodyEvents
func (*ListEventsResponseBodyEvents) SetCreateTime ¶
func (s *ListEventsResponseBodyEvents) SetCreateTime(v string) *ListEventsResponseBodyEvents
func (*ListEventsResponseBodyEvents) SetDescription ¶
func (s *ListEventsResponseBodyEvents) SetDescription(v string) *ListEventsResponseBodyEvents
func (*ListEventsResponseBodyEvents) SetEnd ¶
func (s *ListEventsResponseBodyEvents) SetEnd(v *ListEventsResponseBodyEventsEnd) *ListEventsResponseBodyEvents
func (*ListEventsResponseBodyEvents) SetExtendedProperties ¶
func (s *ListEventsResponseBodyEvents) SetExtendedProperties(v *ListEventsResponseBodyEventsExtendedProperties) *ListEventsResponseBodyEvents
func (*ListEventsResponseBodyEvents) SetId ¶
func (s *ListEventsResponseBodyEvents) SetId(v string) *ListEventsResponseBodyEvents
func (*ListEventsResponseBodyEvents) SetIsAllDay ¶
func (s *ListEventsResponseBodyEvents) SetIsAllDay(v bool) *ListEventsResponseBodyEvents
func (*ListEventsResponseBodyEvents) SetLocation ¶
func (s *ListEventsResponseBodyEvents) SetLocation(v *ListEventsResponseBodyEventsLocation) *ListEventsResponseBodyEvents
func (*ListEventsResponseBodyEvents) SetMeetingRooms ¶
func (s *ListEventsResponseBodyEvents) SetMeetingRooms(v []*ListEventsResponseBodyEventsMeetingRooms) *ListEventsResponseBodyEvents
func (*ListEventsResponseBodyEvents) SetOnlineMeetingInfo ¶
func (s *ListEventsResponseBodyEvents) SetOnlineMeetingInfo(v *ListEventsResponseBodyEventsOnlineMeetingInfo) *ListEventsResponseBodyEvents
func (*ListEventsResponseBodyEvents) SetOrganizer ¶
func (s *ListEventsResponseBodyEvents) SetOrganizer(v *ListEventsResponseBodyEventsOrganizer) *ListEventsResponseBodyEvents
func (*ListEventsResponseBodyEvents) SetOriginStart ¶
func (s *ListEventsResponseBodyEvents) SetOriginStart(v *ListEventsResponseBodyEventsOriginStart) *ListEventsResponseBodyEvents
func (*ListEventsResponseBodyEvents) SetRecurrence ¶
func (s *ListEventsResponseBodyEvents) SetRecurrence(v *ListEventsResponseBodyEventsRecurrence) *ListEventsResponseBodyEvents
func (*ListEventsResponseBodyEvents) SetReminders ¶
func (s *ListEventsResponseBodyEvents) SetReminders(v []*ListEventsResponseBodyEventsReminders) *ListEventsResponseBodyEvents
func (*ListEventsResponseBodyEvents) SetRichTextDescription ¶
func (s *ListEventsResponseBodyEvents) SetRichTextDescription(v *ListEventsResponseBodyEventsRichTextDescription) *ListEventsResponseBodyEvents
func (*ListEventsResponseBodyEvents) SetSeriesMasterId ¶
func (s *ListEventsResponseBodyEvents) SetSeriesMasterId(v string) *ListEventsResponseBodyEvents
func (*ListEventsResponseBodyEvents) SetStart ¶
func (s *ListEventsResponseBodyEvents) SetStart(v *ListEventsResponseBodyEventsStart) *ListEventsResponseBodyEvents
func (*ListEventsResponseBodyEvents) SetStatus ¶
func (s *ListEventsResponseBodyEvents) SetStatus(v string) *ListEventsResponseBodyEvents
func (*ListEventsResponseBodyEvents) SetSummary ¶
func (s *ListEventsResponseBodyEvents) SetSummary(v string) *ListEventsResponseBodyEvents
func (*ListEventsResponseBodyEvents) SetUpdateTime ¶
func (s *ListEventsResponseBodyEvents) SetUpdateTime(v string) *ListEventsResponseBodyEvents
func (ListEventsResponseBodyEvents) String ¶
func (s ListEventsResponseBodyEvents) String() 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 (s ListEventsResponseBodyEventsAttendees) GoString() string
func (*ListEventsResponseBodyEventsAttendees) SetDisplayName ¶
func (s *ListEventsResponseBodyEventsAttendees) SetDisplayName(v string) *ListEventsResponseBodyEventsAttendees
func (*ListEventsResponseBodyEventsAttendees) SetId ¶
func (s *ListEventsResponseBodyEventsAttendees) SetId(v string) *ListEventsResponseBodyEventsAttendees
func (*ListEventsResponseBodyEventsAttendees) SetIsOptional ¶
func (s *ListEventsResponseBodyEventsAttendees) SetIsOptional(v bool) *ListEventsResponseBodyEventsAttendees
func (*ListEventsResponseBodyEventsAttendees) SetResponseStatus ¶
func (s *ListEventsResponseBodyEventsAttendees) SetResponseStatus(v string) *ListEventsResponseBodyEventsAttendees
func (*ListEventsResponseBodyEventsAttendees) SetSelf ¶
func (s *ListEventsResponseBodyEventsAttendees) SetSelf(v bool) *ListEventsResponseBodyEventsAttendees
func (ListEventsResponseBodyEventsAttendees) String ¶
func (s ListEventsResponseBodyEventsAttendees) String() string
type ListEventsResponseBodyEventsCategories ¶
type ListEventsResponseBodyEventsCategories struct {
DisplayName *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
}
func (ListEventsResponseBodyEventsCategories) GoString ¶
func (s ListEventsResponseBodyEventsCategories) GoString() string
func (*ListEventsResponseBodyEventsCategories) SetDisplayName ¶
func (s *ListEventsResponseBodyEventsCategories) SetDisplayName(v string) *ListEventsResponseBodyEventsCategories
func (ListEventsResponseBodyEventsCategories) String ¶
func (s ListEventsResponseBodyEventsCategories) String() 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 (s ListEventsResponseBodyEventsEnd) GoString() string
func (*ListEventsResponseBodyEventsEnd) SetDate ¶
func (s *ListEventsResponseBodyEventsEnd) SetDate(v string) *ListEventsResponseBodyEventsEnd
func (*ListEventsResponseBodyEventsEnd) SetDateTime ¶
func (s *ListEventsResponseBodyEventsEnd) SetDateTime(v string) *ListEventsResponseBodyEventsEnd
func (*ListEventsResponseBodyEventsEnd) SetTimeZone ¶
func (s *ListEventsResponseBodyEventsEnd) SetTimeZone(v string) *ListEventsResponseBodyEventsEnd
func (ListEventsResponseBodyEventsEnd) String ¶
func (s ListEventsResponseBodyEventsEnd) String() string
type ListEventsResponseBodyEventsExtendedProperties ¶
type ListEventsResponseBodyEventsExtendedProperties struct {
}func (ListEventsResponseBodyEventsExtendedProperties) GoString ¶
func (s ListEventsResponseBodyEventsExtendedProperties) GoString() string
func (*ListEventsResponseBodyEventsExtendedProperties) SetSharedProperties ¶
func (ListEventsResponseBodyEventsExtendedProperties) String ¶
func (s ListEventsResponseBodyEventsExtendedProperties) String() string
type ListEventsResponseBodyEventsExtendedPropertiesSharedProperties ¶
type ListEventsResponseBodyEventsExtendedPropertiesSharedProperties struct {}
func (ListEventsResponseBodyEventsExtendedPropertiesSharedProperties) GoString ¶
func (s ListEventsResponseBodyEventsExtendedPropertiesSharedProperties) GoString() string
func (*ListEventsResponseBodyEventsExtendedPropertiesSharedProperties) SetBelongCorpId ¶
func (*ListEventsResponseBodyEventsExtendedPropertiesSharedProperties) SetSourceOpenCid ¶
func (s *ListEventsResponseBodyEventsExtendedPropertiesSharedProperties) SetSourceOpenCid(v string) *ListEventsResponseBodyEventsExtendedPropertiesSharedProperties
func (ListEventsResponseBodyEventsExtendedPropertiesSharedProperties) String ¶
func (s ListEventsResponseBodyEventsExtendedPropertiesSharedProperties) String() 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 (s ListEventsResponseBodyEventsLocation) GoString() string
func (*ListEventsResponseBodyEventsLocation) SetDisplayName ¶
func (s *ListEventsResponseBodyEventsLocation) SetDisplayName(v string) *ListEventsResponseBodyEventsLocation
func (*ListEventsResponseBodyEventsLocation) SetMeetingRooms ¶
func (s *ListEventsResponseBodyEventsLocation) SetMeetingRooms(v []*string) *ListEventsResponseBodyEventsLocation
func (ListEventsResponseBodyEventsLocation) String ¶
func (s ListEventsResponseBodyEventsLocation) String() 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 (s ListEventsResponseBodyEventsMeetingRooms) GoString() string
func (*ListEventsResponseBodyEventsMeetingRooms) SetDisplayName ¶
func (s *ListEventsResponseBodyEventsMeetingRooms) SetDisplayName(v string) *ListEventsResponseBodyEventsMeetingRooms
func (*ListEventsResponseBodyEventsMeetingRooms) SetResponseStatus ¶
func (s *ListEventsResponseBodyEventsMeetingRooms) SetResponseStatus(v string) *ListEventsResponseBodyEventsMeetingRooms
func (*ListEventsResponseBodyEventsMeetingRooms) SetRoomId ¶
func (s *ListEventsResponseBodyEventsMeetingRooms) SetRoomId(v string) *ListEventsResponseBodyEventsMeetingRooms
func (ListEventsResponseBodyEventsMeetingRooms) String ¶
func (s ListEventsResponseBodyEventsMeetingRooms) String() 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 (s ListEventsResponseBodyEventsOnlineMeetingInfo) GoString() string
func (*ListEventsResponseBodyEventsOnlineMeetingInfo) SetConferenceId ¶
func (s *ListEventsResponseBodyEventsOnlineMeetingInfo) SetConferenceId(v string) *ListEventsResponseBodyEventsOnlineMeetingInfo
func (*ListEventsResponseBodyEventsOnlineMeetingInfo) SetExtraInfo ¶
func (s *ListEventsResponseBodyEventsOnlineMeetingInfo) SetExtraInfo(v map[string]interface{}) *ListEventsResponseBodyEventsOnlineMeetingInfo
func (*ListEventsResponseBodyEventsOnlineMeetingInfo) SetType ¶
func (s *ListEventsResponseBodyEventsOnlineMeetingInfo) SetType(v string) *ListEventsResponseBodyEventsOnlineMeetingInfo
func (ListEventsResponseBodyEventsOnlineMeetingInfo) String ¶
func (s ListEventsResponseBodyEventsOnlineMeetingInfo) String() 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 (s ListEventsResponseBodyEventsOrganizer) GoString() string
func (*ListEventsResponseBodyEventsOrganizer) SetDisplayName ¶
func (s *ListEventsResponseBodyEventsOrganizer) SetDisplayName(v string) *ListEventsResponseBodyEventsOrganizer
func (*ListEventsResponseBodyEventsOrganizer) SetId ¶
func (s *ListEventsResponseBodyEventsOrganizer) SetId(v string) *ListEventsResponseBodyEventsOrganizer
func (*ListEventsResponseBodyEventsOrganizer) SetResponseStatus ¶
func (s *ListEventsResponseBodyEventsOrganizer) SetResponseStatus(v string) *ListEventsResponseBodyEventsOrganizer
func (*ListEventsResponseBodyEventsOrganizer) SetSelf ¶
func (s *ListEventsResponseBodyEventsOrganizer) SetSelf(v bool) *ListEventsResponseBodyEventsOrganizer
func (ListEventsResponseBodyEventsOrganizer) String ¶
func (s ListEventsResponseBodyEventsOrganizer) String() string
type ListEventsResponseBodyEventsOriginStart ¶
type ListEventsResponseBodyEventsOriginStart struct {
DateTime *string `json:"dateTime,omitempty" xml:"dateTime,omitempty"`
}
func (ListEventsResponseBodyEventsOriginStart) GoString ¶
func (s ListEventsResponseBodyEventsOriginStart) GoString() string
func (*ListEventsResponseBodyEventsOriginStart) SetDateTime ¶
func (s *ListEventsResponseBodyEventsOriginStart) SetDateTime(v string) *ListEventsResponseBodyEventsOriginStart
func (ListEventsResponseBodyEventsOriginStart) String ¶
func (s ListEventsResponseBodyEventsOriginStart) String() 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 (s ListEventsResponseBodyEventsRecurrence) GoString() string
func (*ListEventsResponseBodyEventsRecurrence) SetPattern ¶
func (ListEventsResponseBodyEventsRecurrence) String ¶
func (s ListEventsResponseBodyEventsRecurrence) String() 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 (s ListEventsResponseBodyEventsRecurrencePattern) GoString() string
func (*ListEventsResponseBodyEventsRecurrencePattern) SetDayOfMonth ¶
func (s *ListEventsResponseBodyEventsRecurrencePattern) SetDayOfMonth(v int32) *ListEventsResponseBodyEventsRecurrencePattern
func (*ListEventsResponseBodyEventsRecurrencePattern) SetDaysOfWeek ¶
func (s *ListEventsResponseBodyEventsRecurrencePattern) SetDaysOfWeek(v string) *ListEventsResponseBodyEventsRecurrencePattern
func (*ListEventsResponseBodyEventsRecurrencePattern) SetFirstDayOfWeek ¶ added in v1.5.85
func (s *ListEventsResponseBodyEventsRecurrencePattern) SetFirstDayOfWeek(v string) *ListEventsResponseBodyEventsRecurrencePattern
func (*ListEventsResponseBodyEventsRecurrencePattern) SetIndex ¶
func (s *ListEventsResponseBodyEventsRecurrencePattern) SetIndex(v string) *ListEventsResponseBodyEventsRecurrencePattern
func (*ListEventsResponseBodyEventsRecurrencePattern) SetInterval ¶
func (s *ListEventsResponseBodyEventsRecurrencePattern) SetInterval(v int32) *ListEventsResponseBodyEventsRecurrencePattern
func (*ListEventsResponseBodyEventsRecurrencePattern) SetType ¶
func (s *ListEventsResponseBodyEventsRecurrencePattern) SetType(v string) *ListEventsResponseBodyEventsRecurrencePattern
func (ListEventsResponseBodyEventsRecurrencePattern) String ¶
func (s ListEventsResponseBodyEventsRecurrencePattern) String() 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 (s ListEventsResponseBodyEventsRecurrenceRange) GoString() string
func (*ListEventsResponseBodyEventsRecurrenceRange) SetEndDate ¶
func (s *ListEventsResponseBodyEventsRecurrenceRange) SetEndDate(v string) *ListEventsResponseBodyEventsRecurrenceRange
func (*ListEventsResponseBodyEventsRecurrenceRange) SetNumberOfOccurrences ¶
func (s *ListEventsResponseBodyEventsRecurrenceRange) SetNumberOfOccurrences(v int32) *ListEventsResponseBodyEventsRecurrenceRange
func (*ListEventsResponseBodyEventsRecurrenceRange) SetType ¶
func (s *ListEventsResponseBodyEventsRecurrenceRange) SetType(v string) *ListEventsResponseBodyEventsRecurrenceRange
func (ListEventsResponseBodyEventsRecurrenceRange) String ¶
func (s ListEventsResponseBodyEventsRecurrenceRange) String() 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 (s ListEventsResponseBodyEventsReminders) GoString() string
func (*ListEventsResponseBodyEventsReminders) SetMethod ¶
func (s *ListEventsResponseBodyEventsReminders) SetMethod(v string) *ListEventsResponseBodyEventsReminders
func (*ListEventsResponseBodyEventsReminders) SetMinutes ¶
func (s *ListEventsResponseBodyEventsReminders) SetMinutes(v string) *ListEventsResponseBodyEventsReminders
func (ListEventsResponseBodyEventsReminders) String ¶
func (s ListEventsResponseBodyEventsReminders) String() string
type ListEventsResponseBodyEventsRichTextDescription ¶
type ListEventsResponseBodyEventsRichTextDescription struct {
Text *string `json:"text,omitempty" xml:"text,omitempty"`
}
func (ListEventsResponseBodyEventsRichTextDescription) GoString ¶
func (s ListEventsResponseBodyEventsRichTextDescription) GoString() string
func (ListEventsResponseBodyEventsRichTextDescription) String ¶
func (s ListEventsResponseBodyEventsRichTextDescription) String() 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 (s ListEventsResponseBodyEventsStart) GoString() string
func (*ListEventsResponseBodyEventsStart) SetDate ¶
func (s *ListEventsResponseBodyEventsStart) SetDate(v string) *ListEventsResponseBodyEventsStart
func (*ListEventsResponseBodyEventsStart) SetDateTime ¶
func (s *ListEventsResponseBodyEventsStart) SetDateTime(v string) *ListEventsResponseBodyEventsStart
func (*ListEventsResponseBodyEventsStart) SetTimeZone ¶
func (s *ListEventsResponseBodyEventsStart) SetTimeZone(v string) *ListEventsResponseBodyEventsStart
func (ListEventsResponseBodyEventsStart) String ¶
func (s ListEventsResponseBodyEventsStart) String() 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 (s *ListEventsViewRequest) SetNextToken(v string) *ListEventsViewRequest
func (*ListEventsViewRequest) SetTimeMax ¶
func (s *ListEventsViewRequest) SetTimeMax(v string) *ListEventsViewRequest
func (*ListEventsViewRequest) SetTimeMin ¶
func (s *ListEventsViewRequest) SetTimeMin(v string) *ListEventsViewRequest
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 (s *ListEventsViewResponse) SetBody(v *ListEventsViewResponseBody) *ListEventsViewResponse
func (*ListEventsViewResponse) SetHeaders ¶
func (s *ListEventsViewResponse) SetHeaders(v map[string]*string) *ListEventsViewResponse
func (*ListEventsViewResponse) SetStatusCode ¶
func (s *ListEventsViewResponse) SetStatusCode(v int32) *ListEventsViewResponse
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 (s *ListEventsViewResponseBody) SetEvents(v []*ListEventsViewResponseBodyEvents) *ListEventsViewResponseBody
func (*ListEventsViewResponseBody) SetNextToken ¶
func (s *ListEventsViewResponseBody) SetNextToken(v string) *ListEventsViewResponseBody
func (ListEventsViewResponseBody) String ¶
func (s ListEventsViewResponseBody) String() 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 (s ListEventsViewResponseBodyEvents) GoString() string
func (*ListEventsViewResponseBodyEvents) SetAttendees ¶
func (s *ListEventsViewResponseBodyEvents) SetAttendees(v []*ListEventsViewResponseBodyEventsAttendees) *ListEventsViewResponseBodyEvents
func (*ListEventsViewResponseBodyEvents) SetCategories ¶
func (s *ListEventsViewResponseBodyEvents) SetCategories(v []*ListEventsViewResponseBodyEventsCategories) *ListEventsViewResponseBodyEvents
func (*ListEventsViewResponseBodyEvents) SetCreateTime ¶
func (s *ListEventsViewResponseBodyEvents) SetCreateTime(v string) *ListEventsViewResponseBodyEvents
func (*ListEventsViewResponseBodyEvents) SetDescription ¶
func (s *ListEventsViewResponseBodyEvents) SetDescription(v string) *ListEventsViewResponseBodyEvents
func (*ListEventsViewResponseBodyEvents) SetExtendedProperties ¶
func (s *ListEventsViewResponseBodyEvents) SetExtendedProperties(v *ListEventsViewResponseBodyEventsExtendedProperties) *ListEventsViewResponseBodyEvents
func (*ListEventsViewResponseBodyEvents) SetId ¶
func (s *ListEventsViewResponseBodyEvents) SetId(v string) *ListEventsViewResponseBodyEvents
func (*ListEventsViewResponseBodyEvents) SetIsAllDay ¶
func (s *ListEventsViewResponseBodyEvents) SetIsAllDay(v bool) *ListEventsViewResponseBodyEvents
func (*ListEventsViewResponseBodyEvents) SetLocation ¶
func (s *ListEventsViewResponseBodyEvents) SetLocation(v *ListEventsViewResponseBodyEventsLocation) *ListEventsViewResponseBodyEvents
func (*ListEventsViewResponseBodyEvents) SetMeetingRooms ¶
func (s *ListEventsViewResponseBodyEvents) SetMeetingRooms(v []*ListEventsViewResponseBodyEventsMeetingRooms) *ListEventsViewResponseBodyEvents
func (*ListEventsViewResponseBodyEvents) SetOnlineMeetingInfo ¶
func (s *ListEventsViewResponseBodyEvents) SetOnlineMeetingInfo(v *ListEventsViewResponseBodyEventsOnlineMeetingInfo) *ListEventsViewResponseBodyEvents
func (*ListEventsViewResponseBodyEvents) SetOrganizer ¶
func (s *ListEventsViewResponseBodyEvents) SetOrganizer(v *ListEventsViewResponseBodyEventsOrganizer) *ListEventsViewResponseBodyEvents
func (*ListEventsViewResponseBodyEvents) SetOriginStart ¶
func (s *ListEventsViewResponseBodyEvents) SetOriginStart(v *ListEventsViewResponseBodyEventsOriginStart) *ListEventsViewResponseBodyEvents
func (*ListEventsViewResponseBodyEvents) SetRecurrence ¶
func (s *ListEventsViewResponseBodyEvents) SetRecurrence(v *ListEventsViewResponseBodyEventsRecurrence) *ListEventsViewResponseBodyEvents
func (*ListEventsViewResponseBodyEvents) SetRichTextDescription ¶
func (s *ListEventsViewResponseBodyEvents) SetRichTextDescription(v *ListEventsViewResponseBodyEventsRichTextDescription) *ListEventsViewResponseBodyEvents
func (*ListEventsViewResponseBodyEvents) SetSeriesMasterId ¶
func (s *ListEventsViewResponseBodyEvents) SetSeriesMasterId(v string) *ListEventsViewResponseBodyEvents
func (*ListEventsViewResponseBodyEvents) SetStart ¶
func (s *ListEventsViewResponseBodyEvents) SetStart(v *ListEventsViewResponseBodyEventsStart) *ListEventsViewResponseBodyEvents
func (*ListEventsViewResponseBodyEvents) SetStatus ¶
func (s *ListEventsViewResponseBodyEvents) SetStatus(v string) *ListEventsViewResponseBodyEvents
func (*ListEventsViewResponseBodyEvents) SetSummary ¶
func (s *ListEventsViewResponseBodyEvents) SetSummary(v string) *ListEventsViewResponseBodyEvents
func (*ListEventsViewResponseBodyEvents) SetUpdateTime ¶
func (s *ListEventsViewResponseBodyEvents) SetUpdateTime(v string) *ListEventsViewResponseBodyEvents
func (ListEventsViewResponseBodyEvents) String ¶
func (s ListEventsViewResponseBodyEvents) String() 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 (s ListEventsViewResponseBodyEventsAttendees) GoString() string
func (*ListEventsViewResponseBodyEventsAttendees) SetDisplayName ¶
func (s *ListEventsViewResponseBodyEventsAttendees) SetDisplayName(v string) *ListEventsViewResponseBodyEventsAttendees
func (*ListEventsViewResponseBodyEventsAttendees) SetId ¶
func (s *ListEventsViewResponseBodyEventsAttendees) SetId(v string) *ListEventsViewResponseBodyEventsAttendees
func (*ListEventsViewResponseBodyEventsAttendees) SetIsOptional ¶
func (s *ListEventsViewResponseBodyEventsAttendees) SetIsOptional(v bool) *ListEventsViewResponseBodyEventsAttendees
func (*ListEventsViewResponseBodyEventsAttendees) SetResponseStatus ¶
func (s *ListEventsViewResponseBodyEventsAttendees) SetResponseStatus(v string) *ListEventsViewResponseBodyEventsAttendees
func (*ListEventsViewResponseBodyEventsAttendees) SetSelf ¶
func (s *ListEventsViewResponseBodyEventsAttendees) SetSelf(v bool) *ListEventsViewResponseBodyEventsAttendees
func (ListEventsViewResponseBodyEventsAttendees) String ¶
func (s ListEventsViewResponseBodyEventsAttendees) String() string
type ListEventsViewResponseBodyEventsCategories ¶
type ListEventsViewResponseBodyEventsCategories struct {
DisplayName *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
}
func (ListEventsViewResponseBodyEventsCategories) GoString ¶
func (s ListEventsViewResponseBodyEventsCategories) GoString() string
func (*ListEventsViewResponseBodyEventsCategories) SetDisplayName ¶
func (s *ListEventsViewResponseBodyEventsCategories) SetDisplayName(v string) *ListEventsViewResponseBodyEventsCategories
func (ListEventsViewResponseBodyEventsCategories) String ¶
func (s ListEventsViewResponseBodyEventsCategories) String() 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 (s ListEventsViewResponseBodyEventsEnd) GoString() string
func (*ListEventsViewResponseBodyEventsEnd) SetDate ¶
func (s *ListEventsViewResponseBodyEventsEnd) SetDate(v string) *ListEventsViewResponseBodyEventsEnd
func (*ListEventsViewResponseBodyEventsEnd) SetDateTime ¶
func (s *ListEventsViewResponseBodyEventsEnd) SetDateTime(v string) *ListEventsViewResponseBodyEventsEnd
func (*ListEventsViewResponseBodyEventsEnd) SetTimeZone ¶
func (s *ListEventsViewResponseBodyEventsEnd) SetTimeZone(v string) *ListEventsViewResponseBodyEventsEnd
func (ListEventsViewResponseBodyEventsEnd) String ¶
func (s ListEventsViewResponseBodyEventsEnd) String() string
type ListEventsViewResponseBodyEventsExtendedProperties ¶
type ListEventsViewResponseBodyEventsExtendedProperties struct {
}func (ListEventsViewResponseBodyEventsExtendedProperties) GoString ¶
func (s ListEventsViewResponseBodyEventsExtendedProperties) GoString() string
func (*ListEventsViewResponseBodyEventsExtendedProperties) SetSharedProperties ¶
func (ListEventsViewResponseBodyEventsExtendedProperties) String ¶
func (s ListEventsViewResponseBodyEventsExtendedProperties) String() string
type ListEventsViewResponseBodyEventsExtendedPropertiesSharedProperties ¶
type ListEventsViewResponseBodyEventsExtendedPropertiesSharedProperties struct {}
func (ListEventsViewResponseBodyEventsExtendedPropertiesSharedProperties) GoString ¶
func (s ListEventsViewResponseBodyEventsExtendedPropertiesSharedProperties) GoString() string
func (*ListEventsViewResponseBodyEventsExtendedPropertiesSharedProperties) SetBelongCorpId ¶
func (*ListEventsViewResponseBodyEventsExtendedPropertiesSharedProperties) SetSourceOpenCid ¶
func (ListEventsViewResponseBodyEventsExtendedPropertiesSharedProperties) String ¶
func (s ListEventsViewResponseBodyEventsExtendedPropertiesSharedProperties) String() 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 (s ListEventsViewResponseBodyEventsLocation) GoString() string
func (*ListEventsViewResponseBodyEventsLocation) SetDisplayName ¶
func (s *ListEventsViewResponseBodyEventsLocation) SetDisplayName(v string) *ListEventsViewResponseBodyEventsLocation
func (*ListEventsViewResponseBodyEventsLocation) SetMeetingRooms ¶
func (s *ListEventsViewResponseBodyEventsLocation) SetMeetingRooms(v []*string) *ListEventsViewResponseBodyEventsLocation
func (ListEventsViewResponseBodyEventsLocation) String ¶
func (s ListEventsViewResponseBodyEventsLocation) String() 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 (s ListEventsViewResponseBodyEventsMeetingRooms) GoString() string
func (*ListEventsViewResponseBodyEventsMeetingRooms) SetDisplayName ¶
func (s *ListEventsViewResponseBodyEventsMeetingRooms) SetDisplayName(v string) *ListEventsViewResponseBodyEventsMeetingRooms
func (*ListEventsViewResponseBodyEventsMeetingRooms) SetResponseStatus ¶
func (s *ListEventsViewResponseBodyEventsMeetingRooms) SetResponseStatus(v string) *ListEventsViewResponseBodyEventsMeetingRooms
func (*ListEventsViewResponseBodyEventsMeetingRooms) SetRoomId ¶
func (s *ListEventsViewResponseBodyEventsMeetingRooms) SetRoomId(v string) *ListEventsViewResponseBodyEventsMeetingRooms
func (ListEventsViewResponseBodyEventsMeetingRooms) String ¶
func (s ListEventsViewResponseBodyEventsMeetingRooms) String() 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 (s ListEventsViewResponseBodyEventsOnlineMeetingInfo) GoString() string
func (*ListEventsViewResponseBodyEventsOnlineMeetingInfo) SetConferenceId ¶
func (s *ListEventsViewResponseBodyEventsOnlineMeetingInfo) SetConferenceId(v string) *ListEventsViewResponseBodyEventsOnlineMeetingInfo
func (*ListEventsViewResponseBodyEventsOnlineMeetingInfo) SetExtraInfo ¶
func (s *ListEventsViewResponseBodyEventsOnlineMeetingInfo) SetExtraInfo(v map[string]interface{}) *ListEventsViewResponseBodyEventsOnlineMeetingInfo
func (ListEventsViewResponseBodyEventsOnlineMeetingInfo) String ¶
func (s ListEventsViewResponseBodyEventsOnlineMeetingInfo) String() 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 (s ListEventsViewResponseBodyEventsOrganizer) GoString() string
func (*ListEventsViewResponseBodyEventsOrganizer) SetDisplayName ¶
func (s *ListEventsViewResponseBodyEventsOrganizer) SetDisplayName(v string) *ListEventsViewResponseBodyEventsOrganizer
func (*ListEventsViewResponseBodyEventsOrganizer) SetId ¶
func (s *ListEventsViewResponseBodyEventsOrganizer) SetId(v string) *ListEventsViewResponseBodyEventsOrganizer
func (*ListEventsViewResponseBodyEventsOrganizer) SetResponseStatus ¶
func (s *ListEventsViewResponseBodyEventsOrganizer) SetResponseStatus(v string) *ListEventsViewResponseBodyEventsOrganizer
func (*ListEventsViewResponseBodyEventsOrganizer) SetSelf ¶
func (s *ListEventsViewResponseBodyEventsOrganizer) SetSelf(v bool) *ListEventsViewResponseBodyEventsOrganizer
func (ListEventsViewResponseBodyEventsOrganizer) String ¶
func (s ListEventsViewResponseBodyEventsOrganizer) String() string
type ListEventsViewResponseBodyEventsOriginStart ¶
type ListEventsViewResponseBodyEventsOriginStart struct {
DateTime *string `json:"dateTime,omitempty" xml:"dateTime,omitempty"`
}
func (ListEventsViewResponseBodyEventsOriginStart) GoString ¶
func (s ListEventsViewResponseBodyEventsOriginStart) GoString() string
func (*ListEventsViewResponseBodyEventsOriginStart) SetDateTime ¶
func (s *ListEventsViewResponseBodyEventsOriginStart) SetDateTime(v string) *ListEventsViewResponseBodyEventsOriginStart
func (ListEventsViewResponseBodyEventsOriginStart) String ¶
func (s ListEventsViewResponseBodyEventsOriginStart) String() 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 (s ListEventsViewResponseBodyEventsRecurrence) GoString() string
func (*ListEventsViewResponseBodyEventsRecurrence) SetPattern ¶
func (ListEventsViewResponseBodyEventsRecurrence) String ¶
func (s ListEventsViewResponseBodyEventsRecurrence) String() 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 (s ListEventsViewResponseBodyEventsRecurrencePattern) GoString() string
func (*ListEventsViewResponseBodyEventsRecurrencePattern) SetDayOfMonth ¶
func (s *ListEventsViewResponseBodyEventsRecurrencePattern) SetDayOfMonth(v int32) *ListEventsViewResponseBodyEventsRecurrencePattern
func (*ListEventsViewResponseBodyEventsRecurrencePattern) SetDaysOfWeek ¶
func (s *ListEventsViewResponseBodyEventsRecurrencePattern) SetDaysOfWeek(v string) *ListEventsViewResponseBodyEventsRecurrencePattern
func (*ListEventsViewResponseBodyEventsRecurrencePattern) SetFirstDayOfWeek ¶ added in v1.5.85
func (s *ListEventsViewResponseBodyEventsRecurrencePattern) SetFirstDayOfWeek(v string) *ListEventsViewResponseBodyEventsRecurrencePattern
func (*ListEventsViewResponseBodyEventsRecurrencePattern) SetInterval ¶
func (s *ListEventsViewResponseBodyEventsRecurrencePattern) SetInterval(v int32) *ListEventsViewResponseBodyEventsRecurrencePattern
func (ListEventsViewResponseBodyEventsRecurrencePattern) String ¶
func (s ListEventsViewResponseBodyEventsRecurrencePattern) String() 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 (s ListEventsViewResponseBodyEventsRecurrenceRange) GoString() string
func (*ListEventsViewResponseBodyEventsRecurrenceRange) SetEndDate ¶
func (s *ListEventsViewResponseBodyEventsRecurrenceRange) SetEndDate(v string) *ListEventsViewResponseBodyEventsRecurrenceRange
func (*ListEventsViewResponseBodyEventsRecurrenceRange) SetNumberOfOccurrences ¶
func (s *ListEventsViewResponseBodyEventsRecurrenceRange) SetNumberOfOccurrences(v int32) *ListEventsViewResponseBodyEventsRecurrenceRange
func (ListEventsViewResponseBodyEventsRecurrenceRange) String ¶
func (s ListEventsViewResponseBodyEventsRecurrenceRange) String() string
type ListEventsViewResponseBodyEventsRichTextDescription ¶
type ListEventsViewResponseBodyEventsRichTextDescription struct {
Text *string `json:"text,omitempty" xml:"text,omitempty"`
}
func (ListEventsViewResponseBodyEventsRichTextDescription) GoString ¶
func (s ListEventsViewResponseBodyEventsRichTextDescription) GoString() string
func (ListEventsViewResponseBodyEventsRichTextDescription) String ¶
func (s ListEventsViewResponseBodyEventsRichTextDescription) String() 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 (s ListEventsViewResponseBodyEventsStart) GoString() string
func (*ListEventsViewResponseBodyEventsStart) SetDate ¶
func (s *ListEventsViewResponseBodyEventsStart) SetDate(v string) *ListEventsViewResponseBodyEventsStart
func (*ListEventsViewResponseBodyEventsStart) SetDateTime ¶
func (s *ListEventsViewResponseBodyEventsStart) SetDateTime(v string) *ListEventsViewResponseBodyEventsStart
func (*ListEventsViewResponseBodyEventsStart) SetTimeZone ¶
func (s *ListEventsViewResponseBodyEventsStart) SetTimeZone(v string) *ListEventsViewResponseBodyEventsStart
func (ListEventsViewResponseBodyEventsStart) String ¶
func (s ListEventsViewResponseBodyEventsStart) String() 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 (s *ListInstancesRequest) SetTimeMax(v string) *ListInstancesRequest
func (*ListInstancesRequest) SetTimeMin ¶
func (s *ListInstancesRequest) SetTimeMin(v string) *ListInstancesRequest
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 (s *ListInstancesResponse) SetBody(v *ListInstancesResponseBody) *ListInstancesResponse
func (*ListInstancesResponse) SetHeaders ¶
func (s *ListInstancesResponse) SetHeaders(v map[string]*string) *ListInstancesResponse
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 (s *ListInstancesResponseBody) SetEvents(v []*ListInstancesResponseBodyEvents) *ListInstancesResponseBody
func (*ListInstancesResponseBody) SetNextToken ¶
func (s *ListInstancesResponseBody) SetNextToken(v string) *ListInstancesResponseBody
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 (s ListInstancesResponseBodyEvents) GoString() string
func (*ListInstancesResponseBodyEvents) SetAttendees ¶
func (s *ListInstancesResponseBodyEvents) SetAttendees(v []*ListInstancesResponseBodyEventsAttendees) *ListInstancesResponseBodyEvents
func (*ListInstancesResponseBodyEvents) SetCreateTime ¶
func (s *ListInstancesResponseBodyEvents) SetCreateTime(v string) *ListInstancesResponseBodyEvents
func (*ListInstancesResponseBodyEvents) SetDescription ¶
func (s *ListInstancesResponseBodyEvents) SetDescription(v string) *ListInstancesResponseBodyEvents
func (*ListInstancesResponseBodyEvents) SetEnd ¶
func (s *ListInstancesResponseBodyEvents) SetEnd(v *ListInstancesResponseBodyEventsEnd) *ListInstancesResponseBodyEvents
func (*ListInstancesResponseBodyEvents) SetExtendedProperties ¶
func (s *ListInstancesResponseBodyEvents) SetExtendedProperties(v *ListInstancesResponseBodyEventsExtendedProperties) *ListInstancesResponseBodyEvents
func (*ListInstancesResponseBodyEvents) SetId ¶
func (s *ListInstancesResponseBodyEvents) SetId(v string) *ListInstancesResponseBodyEvents
func (*ListInstancesResponseBodyEvents) SetIsAllDay ¶
func (s *ListInstancesResponseBodyEvents) SetIsAllDay(v bool) *ListInstancesResponseBodyEvents
func (*ListInstancesResponseBodyEvents) SetLocation ¶
func (s *ListInstancesResponseBodyEvents) SetLocation(v *ListInstancesResponseBodyEventsLocation) *ListInstancesResponseBodyEvents
func (*ListInstancesResponseBodyEvents) SetMeetingRooms ¶
func (s *ListInstancesResponseBodyEvents) SetMeetingRooms(v []*ListInstancesResponseBodyEventsMeetingRooms) *ListInstancesResponseBodyEvents
func (*ListInstancesResponseBodyEvents) SetOnlineMeetingInfo ¶
func (s *ListInstancesResponseBodyEvents) SetOnlineMeetingInfo(v *ListInstancesResponseBodyEventsOnlineMeetingInfo) *ListInstancesResponseBodyEvents
func (*ListInstancesResponseBodyEvents) SetOrganizer ¶
func (s *ListInstancesResponseBodyEvents) SetOrganizer(v *ListInstancesResponseBodyEventsOrganizer) *ListInstancesResponseBodyEvents
func (*ListInstancesResponseBodyEvents) SetRecurrence ¶
func (s *ListInstancesResponseBodyEvents) SetRecurrence(v *ListInstancesResponseBodyEventsRecurrence) *ListInstancesResponseBodyEvents
func (*ListInstancesResponseBodyEvents) SetReminders ¶
func (s *ListInstancesResponseBodyEvents) SetReminders(v []*ListInstancesResponseBodyEventsReminders) *ListInstancesResponseBodyEvents
func (*ListInstancesResponseBodyEvents) SetSeriesMasterId ¶
func (s *ListInstancesResponseBodyEvents) SetSeriesMasterId(v string) *ListInstancesResponseBodyEvents
func (*ListInstancesResponseBodyEvents) SetStart ¶
func (s *ListInstancesResponseBodyEvents) SetStart(v *ListInstancesResponseBodyEventsStart) *ListInstancesResponseBodyEvents
func (*ListInstancesResponseBodyEvents) SetStatus ¶
func (s *ListInstancesResponseBodyEvents) SetStatus(v string) *ListInstancesResponseBodyEvents
func (*ListInstancesResponseBodyEvents) SetSummary ¶
func (s *ListInstancesResponseBodyEvents) SetSummary(v string) *ListInstancesResponseBodyEvents
func (*ListInstancesResponseBodyEvents) SetUpdateTime ¶
func (s *ListInstancesResponseBodyEvents) SetUpdateTime(v string) *ListInstancesResponseBodyEvents
func (ListInstancesResponseBodyEvents) String ¶
func (s ListInstancesResponseBodyEvents) String() 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 (s ListInstancesResponseBodyEventsAttendees) GoString() string
func (*ListInstancesResponseBodyEventsAttendees) SetDisplayName ¶
func (s *ListInstancesResponseBodyEventsAttendees) SetDisplayName(v string) *ListInstancesResponseBodyEventsAttendees
func (*ListInstancesResponseBodyEventsAttendees) SetId ¶
func (s *ListInstancesResponseBodyEventsAttendees) SetId(v string) *ListInstancesResponseBodyEventsAttendees
func (*ListInstancesResponseBodyEventsAttendees) SetIsOptional ¶
func (s *ListInstancesResponseBodyEventsAttendees) SetIsOptional(v bool) *ListInstancesResponseBodyEventsAttendees
func (*ListInstancesResponseBodyEventsAttendees) SetResponseStatus ¶
func (s *ListInstancesResponseBodyEventsAttendees) SetResponseStatus(v string) *ListInstancesResponseBodyEventsAttendees
func (*ListInstancesResponseBodyEventsAttendees) SetSelf ¶
func (s *ListInstancesResponseBodyEventsAttendees) SetSelf(v bool) *ListInstancesResponseBodyEventsAttendees
func (ListInstancesResponseBodyEventsAttendees) String ¶
func (s ListInstancesResponseBodyEventsAttendees) String() 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 (s ListInstancesResponseBodyEventsEnd) GoString() string
func (*ListInstancesResponseBodyEventsEnd) SetDate ¶
func (s *ListInstancesResponseBodyEventsEnd) SetDate(v string) *ListInstancesResponseBodyEventsEnd
func (*ListInstancesResponseBodyEventsEnd) SetDateTime ¶
func (s *ListInstancesResponseBodyEventsEnd) SetDateTime(v string) *ListInstancesResponseBodyEventsEnd
func (*ListInstancesResponseBodyEventsEnd) SetTimeZone ¶
func (s *ListInstancesResponseBodyEventsEnd) SetTimeZone(v string) *ListInstancesResponseBodyEventsEnd
func (ListInstancesResponseBodyEventsEnd) String ¶
func (s ListInstancesResponseBodyEventsEnd) String() string
type ListInstancesResponseBodyEventsExtendedProperties ¶
type ListInstancesResponseBodyEventsExtendedProperties struct {
}func (ListInstancesResponseBodyEventsExtendedProperties) GoString ¶
func (s ListInstancesResponseBodyEventsExtendedProperties) GoString() string
func (*ListInstancesResponseBodyEventsExtendedProperties) SetSharedProperties ¶
func (ListInstancesResponseBodyEventsExtendedProperties) String ¶
func (s ListInstancesResponseBodyEventsExtendedProperties) String() string
type ListInstancesResponseBodyEventsExtendedPropertiesSharedProperties ¶
type ListInstancesResponseBodyEventsExtendedPropertiesSharedProperties struct {}
func (ListInstancesResponseBodyEventsExtendedPropertiesSharedProperties) GoString ¶
func (s ListInstancesResponseBodyEventsExtendedPropertiesSharedProperties) GoString() string
func (*ListInstancesResponseBodyEventsExtendedPropertiesSharedProperties) SetBelongCorpId ¶
func (*ListInstancesResponseBodyEventsExtendedPropertiesSharedProperties) SetSourceOpenCid ¶
func (ListInstancesResponseBodyEventsExtendedPropertiesSharedProperties) String ¶
func (s ListInstancesResponseBodyEventsExtendedPropertiesSharedProperties) String() string
type ListInstancesResponseBodyEventsLocation ¶
type ListInstancesResponseBodyEventsLocation struct {
DisplayName *string `json:"displayName,omitempty" xml:"displayName,omitempty"`
}
func (ListInstancesResponseBodyEventsLocation) GoString ¶
func (s ListInstancesResponseBodyEventsLocation) GoString() string
func (*ListInstancesResponseBodyEventsLocation) SetDisplayName ¶
func (s *ListInstancesResponseBodyEventsLocation) SetDisplayName(v string) *ListInstancesResponseBodyEventsLocation
func (ListInstancesResponseBodyEventsLocation) String ¶
func (s ListInstancesResponseBodyEventsLocation) String() 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 (s ListInstancesResponseBodyEventsMeetingRooms) GoString() string
func (*ListInstancesResponseBodyEventsMeetingRooms) SetDisplayName ¶
func (s *ListInstancesResponseBodyEventsMeetingRooms) SetDisplayName(v string) *ListInstancesResponseBodyEventsMeetingRooms
func (*ListInstancesResponseBodyEventsMeetingRooms) SetResponseStatus ¶
func (s *ListInstancesResponseBodyEventsMeetingRooms) SetResponseStatus(v string) *ListInstancesResponseBodyEventsMeetingRooms
func (*ListInstancesResponseBodyEventsMeetingRooms) SetRoomId ¶
func (s *ListInstancesResponseBodyEventsMeetingRooms) SetRoomId(v string) *ListInstancesResponseBodyEventsMeetingRooms
func (ListInstancesResponseBodyEventsMeetingRooms) String ¶
func (s ListInstancesResponseBodyEventsMeetingRooms) String() 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 (s ListInstancesResponseBodyEventsOnlineMeetingInfo) GoString() string
func (*ListInstancesResponseBodyEventsOnlineMeetingInfo) SetConferenceId ¶
func (s *ListInstancesResponseBodyEventsOnlineMeetingInfo) SetConferenceId(v string) *ListInstancesResponseBodyEventsOnlineMeetingInfo
func (*ListInstancesResponseBodyEventsOnlineMeetingInfo) SetExtraInfo ¶
func (s *ListInstancesResponseBodyEventsOnlineMeetingInfo) SetExtraInfo(v map[string]interface{}) *ListInstancesResponseBodyEventsOnlineMeetingInfo
func (ListInstancesResponseBodyEventsOnlineMeetingInfo) String ¶
func (s ListInstancesResponseBodyEventsOnlineMeetingInfo) String() 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 (s ListInstancesResponseBodyEventsOrganizer) GoString() string
func (*ListInstancesResponseBodyEventsOrganizer) SetDisplayName ¶
func (s *ListInstancesResponseBodyEventsOrganizer) SetDisplayName(v string) *ListInstancesResponseBodyEventsOrganizer
func (*ListInstancesResponseBodyEventsOrganizer) SetId ¶
func (s *ListInstancesResponseBodyEventsOrganizer) SetId(v string) *ListInstancesResponseBodyEventsOrganizer
func (*ListInstancesResponseBodyEventsOrganizer) SetResponseStatus ¶
func (s *ListInstancesResponseBodyEventsOrganizer) SetResponseStatus(v string) *ListInstancesResponseBodyEventsOrganizer
func (*ListInstancesResponseBodyEventsOrganizer) SetSelf ¶
func (s *ListInstancesResponseBodyEventsOrganizer) SetSelf(v bool) *ListInstancesResponseBodyEventsOrganizer
func (ListInstancesResponseBodyEventsOrganizer) String ¶
func (s ListInstancesResponseBodyEventsOrganizer) String() 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 (s ListInstancesResponseBodyEventsRecurrence) GoString() string
func (*ListInstancesResponseBodyEventsRecurrence) SetPattern ¶
func (ListInstancesResponseBodyEventsRecurrence) String ¶
func (s ListInstancesResponseBodyEventsRecurrence) String() 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 (s ListInstancesResponseBodyEventsRecurrencePattern) GoString() string
func (*ListInstancesResponseBodyEventsRecurrencePattern) SetDayOfMonth ¶
func (s *ListInstancesResponseBodyEventsRecurrencePattern) SetDayOfMonth(v int32) *ListInstancesResponseBodyEventsRecurrencePattern
func (*ListInstancesResponseBodyEventsRecurrencePattern) SetDaysOfWeek ¶
func (s *ListInstancesResponseBodyEventsRecurrencePattern) SetDaysOfWeek(v string) *ListInstancesResponseBodyEventsRecurrencePattern
func (*ListInstancesResponseBodyEventsRecurrencePattern) SetInterval ¶
func (s *ListInstancesResponseBodyEventsRecurrencePattern) SetInterval(v int32) *ListInstancesResponseBodyEventsRecurrencePattern
func (ListInstancesResponseBodyEventsRecurrencePattern) String ¶
func (s ListInstancesResponseBodyEventsRecurrencePattern) String() 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 (s ListInstancesResponseBodyEventsRecurrenceRange) GoString() string
func (*ListInstancesResponseBodyEventsRecurrenceRange) SetEndDate ¶
func (s *ListInstancesResponseBodyEventsRecurrenceRange) SetEndDate(v string) *ListInstancesResponseBodyEventsRecurrenceRange
func (*ListInstancesResponseBodyEventsRecurrenceRange) SetNumberOfOccurrences ¶
func (s *ListInstancesResponseBodyEventsRecurrenceRange) SetNumberOfOccurrences(v int32) *ListInstancesResponseBodyEventsRecurrenceRange
func (ListInstancesResponseBodyEventsRecurrenceRange) String ¶
func (s ListInstancesResponseBodyEventsRecurrenceRange) String() 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 (s ListInstancesResponseBodyEventsReminders) GoString() string
func (*ListInstancesResponseBodyEventsReminders) SetMethod ¶
func (s *ListInstancesResponseBodyEventsReminders) SetMethod(v string) *ListInstancesResponseBodyEventsReminders
func (*ListInstancesResponseBodyEventsReminders) SetMinutes ¶
func (s *ListInstancesResponseBodyEventsReminders) SetMinutes(v string) *ListInstancesResponseBodyEventsReminders
func (ListInstancesResponseBodyEventsReminders) String ¶
func (s ListInstancesResponseBodyEventsReminders) String() 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 (s ListInstancesResponseBodyEventsStart) GoString() string
func (*ListInstancesResponseBodyEventsStart) SetDate ¶
func (s *ListInstancesResponseBodyEventsStart) SetDate(v string) *ListInstancesResponseBodyEventsStart
func (*ListInstancesResponseBodyEventsStart) SetDateTime ¶
func (s *ListInstancesResponseBodyEventsStart) SetDateTime(v string) *ListInstancesResponseBodyEventsStart
func (*ListInstancesResponseBodyEventsStart) SetTimeZone ¶
func (s *ListInstancesResponseBodyEventsStart) SetTimeZone(v string) *ListInstancesResponseBodyEventsStart
func (ListInstancesResponseBodyEventsStart) String ¶
func (s ListInstancesResponseBodyEventsStart) String() 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 (s *PatchEventRequest) SetAttendees(v []*PatchEventRequestAttendees) *PatchEventRequest
func (*PatchEventRequest) SetDescription ¶
func (s *PatchEventRequest) SetDescription(v string) *PatchEventRequest
func (*PatchEventRequest) SetEnd ¶
func (s *PatchEventRequest) SetEnd(v *PatchEventRequestEnd) *PatchEventRequest
func (*PatchEventRequest) SetExtra ¶
func (s *PatchEventRequest) SetExtra(v map[string]*string) *PatchEventRequest
func (*PatchEventRequest) SetId ¶
func (s *PatchEventRequest) SetId(v string) *PatchEventRequest
func (*PatchEventRequest) SetIsAllDay ¶
func (s *PatchEventRequest) SetIsAllDay(v bool) *PatchEventRequest
func (*PatchEventRequest) SetLocation ¶
func (s *PatchEventRequest) SetLocation(v *PatchEventRequestLocation) *PatchEventRequest
func (*PatchEventRequest) SetOnlineMeetingInfo ¶
func (s *PatchEventRequest) SetOnlineMeetingInfo(v *PatchEventRequestOnlineMeetingInfo) *PatchEventRequest
func (*PatchEventRequest) SetRecurrence ¶
func (s *PatchEventRequest) SetRecurrence(v *PatchEventRequestRecurrence) *PatchEventRequest
func (*PatchEventRequest) SetReminders ¶
func (s *PatchEventRequest) SetReminders(v []*PatchEventRequestReminders) *PatchEventRequest
func (*PatchEventRequest) SetRichTextDescription ¶
func (s *PatchEventRequest) SetRichTextDescription(v *PatchEventRequestRichTextDescription) *PatchEventRequest
func (*PatchEventRequest) SetStart ¶
func (s *PatchEventRequest) SetStart(v *PatchEventRequestStart) *PatchEventRequest
func (*PatchEventRequest) SetSummary ¶
func (s *PatchEventRequest) SetSummary(v string) *PatchEventRequest
func (*PatchEventRequest) SetUiConfigs ¶
func (s *PatchEventRequest) SetUiConfigs(v []*PatchEventRequestUiConfigs) *PatchEventRequest
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 (s *PatchEventRequestAttendees) SetEmail(v string) *PatchEventRequestAttendees
func (*PatchEventRequestAttendees) SetId ¶
func (s *PatchEventRequestAttendees) SetId(v string) *PatchEventRequestAttendees
func (*PatchEventRequestAttendees) SetIsOptional ¶
func (s *PatchEventRequestAttendees) SetIsOptional(v bool) *PatchEventRequestAttendees
func (PatchEventRequestAttendees) String ¶
func (s PatchEventRequestAttendees) String() 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 (s *PatchEventRequestEnd) SetDate(v string) *PatchEventRequestEnd
func (*PatchEventRequestEnd) SetDateTime ¶
func (s *PatchEventRequestEnd) SetDateTime(v string) *PatchEventRequestEnd
func (*PatchEventRequestEnd) SetTimeZone ¶
func (s *PatchEventRequestEnd) SetTimeZone(v string) *PatchEventRequestEnd
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 (s *PatchEventRequestLocation) SetDisplayName(v string) *PatchEventRequestLocation
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 (s PatchEventRequestOnlineMeetingInfo) GoString() string
func (*PatchEventRequestOnlineMeetingInfo) SetType ¶
func (s *PatchEventRequestOnlineMeetingInfo) SetType(v string) *PatchEventRequestOnlineMeetingInfo
func (PatchEventRequestOnlineMeetingInfo) String ¶
func (s PatchEventRequestOnlineMeetingInfo) String() 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 (s *PatchEventRequestRecurrence) SetPattern(v *PatchEventRequestRecurrencePattern) *PatchEventRequestRecurrence
func (*PatchEventRequestRecurrence) SetRange ¶
func (s *PatchEventRequestRecurrence) SetRange(v *PatchEventRequestRecurrenceRange) *PatchEventRequestRecurrence
func (PatchEventRequestRecurrence) String ¶
func (s PatchEventRequestRecurrence) String() 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 (s PatchEventRequestRecurrencePattern) GoString() string
func (*PatchEventRequestRecurrencePattern) SetDayOfMonth ¶
func (s *PatchEventRequestRecurrencePattern) SetDayOfMonth(v int32) *PatchEventRequestRecurrencePattern
func (*PatchEventRequestRecurrencePattern) SetDaysOfWeek ¶
func (s *PatchEventRequestRecurrencePattern) SetDaysOfWeek(v string) *PatchEventRequestRecurrencePattern
func (*PatchEventRequestRecurrencePattern) SetFirstDayOfWeek ¶ added in v1.5.85
func (s *PatchEventRequestRecurrencePattern) SetFirstDayOfWeek(v string) *PatchEventRequestRecurrencePattern
func (*PatchEventRequestRecurrencePattern) SetIndex ¶
func (s *PatchEventRequestRecurrencePattern) SetIndex(v string) *PatchEventRequestRecurrencePattern
func (*PatchEventRequestRecurrencePattern) SetInterval ¶
func (s *PatchEventRequestRecurrencePattern) SetInterval(v int32) *PatchEventRequestRecurrencePattern
func (*PatchEventRequestRecurrencePattern) SetType ¶
func (s *PatchEventRequestRecurrencePattern) SetType(v string) *PatchEventRequestRecurrencePattern
func (PatchEventRequestRecurrencePattern) String ¶
func (s PatchEventRequestRecurrencePattern) String() 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 (s PatchEventRequestRecurrenceRange) GoString() string
func (*PatchEventRequestRecurrenceRange) SetEndDate ¶
func (s *PatchEventRequestRecurrenceRange) SetEndDate(v string) *PatchEventRequestRecurrenceRange
func (*PatchEventRequestRecurrenceRange) SetNumberOfOccurrences ¶
func (s *PatchEventRequestRecurrenceRange) SetNumberOfOccurrences(v int32) *PatchEventRequestRecurrenceRange
func (*PatchEventRequestRecurrenceRange) SetType ¶
func (s *PatchEventRequestRecurrenceRange) SetType(v string) *PatchEventRequestRecurrenceRange
func (PatchEventRequestRecurrenceRange) String ¶
func (s PatchEventRequestRecurrenceRange) String() 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 (s *PatchEventRequestReminders) SetMethod(v string) *PatchEventRequestReminders
func (*PatchEventRequestReminders) SetMinutes ¶
func (s *PatchEventRequestReminders) SetMinutes(v int32) *PatchEventRequestReminders
func (PatchEventRequestReminders) String ¶
func (s PatchEventRequestReminders) String() string
type PatchEventRequestRichTextDescription ¶
type PatchEventRequestRichTextDescription struct {
Text *string `json:"text,omitempty" xml:"text,omitempty"`
}
func (PatchEventRequestRichTextDescription) GoString ¶
func (s PatchEventRequestRichTextDescription) GoString() string
func (*PatchEventRequestRichTextDescription) SetText ¶
func (s *PatchEventRequestRichTextDescription) SetText(v string) *PatchEventRequestRichTextDescription
func (PatchEventRequestRichTextDescription) String ¶
func (s PatchEventRequestRichTextDescription) String() 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 (s *PatchEventRequestStart) SetDate(v string) *PatchEventRequestStart
func (*PatchEventRequestStart) SetDateTime ¶
func (s *PatchEventRequestStart) SetDateTime(v string) *PatchEventRequestStart
func (*PatchEventRequestStart) SetTimeZone ¶
func (s *PatchEventRequestStart) SetTimeZone(v string) *PatchEventRequestStart
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 (s *PatchEventRequestUiConfigs) SetUiName(v string) *PatchEventRequestUiConfigs
func (*PatchEventRequestUiConfigs) SetUiStatus ¶
func (s *PatchEventRequestUiConfigs) SetUiStatus(v string) *PatchEventRequestUiConfigs
func (PatchEventRequestUiConfigs) String ¶
func (s PatchEventRequestUiConfigs) String() 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 (s *PatchEventResponse) SetBody(v *PatchEventResponseBody) *PatchEventResponse
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 (s *PatchEventResponseBody) SetAttendees(v []*PatchEventResponseBodyAttendees) *PatchEventResponseBody
func (*PatchEventResponseBody) SetCreateTime ¶
func (s *PatchEventResponseBody) SetCreateTime(v string) *PatchEventResponseBody
func (*PatchEventResponseBody) SetDescription ¶
func (s *PatchEventResponseBody) SetDescription(v string) *PatchEventResponseBody
func (*PatchEventResponseBody) SetEnd ¶
func (s *PatchEventResponseBody) SetEnd(v *PatchEventResponseBodyEnd) *PatchEventResponseBody
func (*PatchEventResponseBody) SetId ¶
func (s *PatchEventResponseBody) SetId(v string) *PatchEventResponseBody
func (*PatchEventResponseBody) SetIsAllDay ¶
func (s *PatchEventResponseBody) SetIsAllDay(v bool) *PatchEventResponseBody
func (*PatchEventResponseBody) SetLocation ¶
func (s *PatchEventResponseBody) SetLocation(v *PatchEventResponseBodyLocation) *PatchEventResponseBody
func (*PatchEventResponseBody) SetOnlineMeetingInfo ¶
func (s *PatchEventResponseBody) SetOnlineMeetingInfo(v *PatchEventResponseBodyOnlineMeetingInfo) *PatchEventResponseBody
func (*PatchEventResponseBody) SetOrganizer ¶
func (s *PatchEventResponseBody) SetOrganizer(v *PatchEventResponseBodyOrganizer) *PatchEventResponseBody
func (*PatchEventResponseBody) SetRecurrence ¶
func (s *PatchEventResponseBody) SetRecurrence(v *PatchEventResponseBodyRecurrence) *PatchEventResponseBody
func (*PatchEventResponseBody) SetReminders ¶
func (s *PatchEventResponseBody) SetReminders(v []*PatchEventResponseBodyReminders) *PatchEventResponseBody
func (*PatchEventResponseBody) SetRichTextDescription ¶
func (s *PatchEventResponseBody) SetRichTextDescription(v *PatchEventResponseBodyRichTextDescription) *PatchEventResponseBody
func (*PatchEventResponseBody) SetStart ¶
func (s *PatchEventResponseBody) SetStart(v *PatchEventResponseBodyStart) *PatchEventResponseBody
func (*PatchEventResponseBody) SetSummary ¶
func (s *PatchEventResponseBody) SetSummary(v string) *PatchEventResponseBody
func (*PatchEventResponseBody) SetUiConfigs ¶
func (s *PatchEventResponseBody) SetUiConfigs(v []*PatchEventResponseBodyUiConfigs) *PatchEventResponseBody
func (*PatchEventResponseBody) SetUpdateTime ¶
func (s *PatchEventResponseBody) SetUpdateTime(v string) *PatchEventResponseBody
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 (s PatchEventResponseBodyAttendees) GoString() string
func (*PatchEventResponseBodyAttendees) SetDisplayName ¶
func (s *PatchEventResponseBodyAttendees) SetDisplayName(v string) *PatchEventResponseBodyAttendees
func (*PatchEventResponseBodyAttendees) SetId ¶
func (s *PatchEventResponseBodyAttendees) SetId(v string) *PatchEventResponseBodyAttendees
func (*PatchEventResponseBodyAttendees) SetIsOptional ¶
func (s *PatchEventResponseBodyAttendees) SetIsOptional(v bool) *PatchEventResponseBodyAttendees
func (*PatchEventResponseBodyAttendees) SetResponseStatus ¶
func (s *PatchEventResponseBodyAttendees) SetResponseStatus(v string) *PatchEventResponseBodyAttendees
func (*PatchEventResponseBodyAttendees) SetSelf ¶
func (s *PatchEventResponseBodyAttendees) SetSelf(v bool) *PatchEventResponseBodyAttendees
func (PatchEventResponseBodyAttendees) String ¶
func (s PatchEventResponseBodyAttendees) String() 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 (s *PatchEventResponseBodyEnd) SetDate(v string) *PatchEventResponseBodyEnd
func (*PatchEventResponseBodyEnd) SetDateTime ¶
func (s *PatchEventResponseBodyEnd) SetDateTime(v string) *PatchEventResponseBodyEnd
func (*PatchEventResponseBodyEnd) SetTimeZone ¶
func (s *PatchEventResponseBodyEnd) SetTimeZone(v string) *PatchEventResponseBodyEnd
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 (s PatchEventResponseBodyLocation) GoString() string
func (*PatchEventResponseBodyLocation) SetDisplayName ¶
func (s *PatchEventResponseBodyLocation) SetDisplayName(v string) *PatchEventResponseBodyLocation
func (*PatchEventResponseBodyLocation) SetMeetingRooms ¶
func (s *PatchEventResponseBodyLocation) SetMeetingRooms(v []*string) *PatchEventResponseBodyLocation
func (PatchEventResponseBodyLocation) String ¶
func (s PatchEventResponseBodyLocation) String() 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 (s PatchEventResponseBodyOnlineMeetingInfo) GoString() string
func (*PatchEventResponseBodyOnlineMeetingInfo) SetConferenceId ¶
func (s *PatchEventResponseBodyOnlineMeetingInfo) SetConferenceId(v string) *PatchEventResponseBodyOnlineMeetingInfo
func (*PatchEventResponseBodyOnlineMeetingInfo) SetType ¶
func (s *PatchEventResponseBodyOnlineMeetingInfo) SetType(v string) *PatchEventResponseBodyOnlineMeetingInfo
func (*PatchEventResponseBodyOnlineMeetingInfo) SetUrl ¶
func (s *PatchEventResponseBodyOnlineMeetingInfo) SetUrl(v string) *PatchEventResponseBodyOnlineMeetingInfo
func (PatchEventResponseBodyOnlineMeetingInfo) String ¶
func (s PatchEventResponseBodyOnlineMeetingInfo) String() 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 (s PatchEventResponseBodyOrganizer) GoString() string
func (*PatchEventResponseBodyOrganizer) SetDisplayName ¶
func (s *PatchEventResponseBodyOrganizer) SetDisplayName(v string) *PatchEventResponseBodyOrganizer
func (*PatchEventResponseBodyOrganizer) SetId ¶
func (s *PatchEventResponseBodyOrganizer) SetId(v string) *PatchEventResponseBodyOrganizer
func (*PatchEventResponseBodyOrganizer) SetResponseStatus ¶
func (s *PatchEventResponseBodyOrganizer) SetResponseStatus(v string) *PatchEventResponseBodyOrganizer
func (*PatchEventResponseBodyOrganizer) SetSelf ¶
func (s *PatchEventResponseBodyOrganizer) SetSelf(v bool) *PatchEventResponseBodyOrganizer
func (PatchEventResponseBodyOrganizer) String ¶
func (s PatchEventResponseBodyOrganizer) String() 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 (s PatchEventResponseBodyRecurrence) GoString() string
func (*PatchEventResponseBodyRecurrence) SetPattern ¶
func (s *PatchEventResponseBodyRecurrence) SetPattern(v *PatchEventResponseBodyRecurrencePattern) *PatchEventResponseBodyRecurrence
func (*PatchEventResponseBodyRecurrence) SetRange ¶
func (s *PatchEventResponseBodyRecurrence) SetRange(v *PatchEventResponseBodyRecurrenceRange) *PatchEventResponseBodyRecurrence
func (PatchEventResponseBodyRecurrence) String ¶
func (s PatchEventResponseBodyRecurrence) String() 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 (s PatchEventResponseBodyRecurrencePattern) GoString() string
func (*PatchEventResponseBodyRecurrencePattern) SetDayOfMonth ¶
func (s *PatchEventResponseBodyRecurrencePattern) SetDayOfMonth(v int32) *PatchEventResponseBodyRecurrencePattern
func (*PatchEventResponseBodyRecurrencePattern) SetDaysOfWeek ¶
func (s *PatchEventResponseBodyRecurrencePattern) SetDaysOfWeek(v string) *PatchEventResponseBodyRecurrencePattern
func (*PatchEventResponseBodyRecurrencePattern) SetFirstDayOfWeek ¶ added in v1.5.85
func (s *PatchEventResponseBodyRecurrencePattern) SetFirstDayOfWeek(v string) *PatchEventResponseBodyRecurrencePattern
func (*PatchEventResponseBodyRecurrencePattern) SetIndex ¶
func (s *PatchEventResponseBodyRecurrencePattern) SetIndex(v string) *PatchEventResponseBodyRecurrencePattern
func (*PatchEventResponseBodyRecurrencePattern) SetInterval ¶
func (s *PatchEventResponseBodyRecurrencePattern) SetInterval(v int32) *PatchEventResponseBodyRecurrencePattern
func (*PatchEventResponseBodyRecurrencePattern) SetType ¶
func (s *PatchEventResponseBodyRecurrencePattern) SetType(v string) *PatchEventResponseBodyRecurrencePattern
func (PatchEventResponseBodyRecurrencePattern) String ¶
func (s PatchEventResponseBodyRecurrencePattern) String() 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 (s PatchEventResponseBodyRecurrenceRange) GoString() string
func (*PatchEventResponseBodyRecurrenceRange) SetEndDate ¶
func (s *PatchEventResponseBodyRecurrenceRange) SetEndDate(v string) *PatchEventResponseBodyRecurrenceRange
func (*PatchEventResponseBodyRecurrenceRange) SetNumberOfOccurrences ¶
func (s *PatchEventResponseBodyRecurrenceRange) SetNumberOfOccurrences(v int32) *PatchEventResponseBodyRecurrenceRange
func (*PatchEventResponseBodyRecurrenceRange) SetType ¶
func (s *PatchEventResponseBodyRecurrenceRange) SetType(v string) *PatchEventResponseBodyRecurrenceRange
func (PatchEventResponseBodyRecurrenceRange) String ¶
func (s PatchEventResponseBodyRecurrenceRange) String() 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 (s PatchEventResponseBodyReminders) GoString() string
func (*PatchEventResponseBodyReminders) SetMethod ¶
func (s *PatchEventResponseBodyReminders) SetMethod(v string) *PatchEventResponseBodyReminders
func (*PatchEventResponseBodyReminders) SetMinutes ¶
func (s *PatchEventResponseBodyReminders) SetMinutes(v string) *PatchEventResponseBodyReminders
func (PatchEventResponseBodyReminders) String ¶
func (s PatchEventResponseBodyReminders) String() string
type PatchEventResponseBodyRichTextDescription ¶
type PatchEventResponseBodyRichTextDescription struct {
Text *string `json:"text,omitempty" xml:"text,omitempty"`
}
func (PatchEventResponseBodyRichTextDescription) GoString ¶
func (s PatchEventResponseBodyRichTextDescription) GoString() string
func (*PatchEventResponseBodyRichTextDescription) SetText ¶
func (s *PatchEventResponseBodyRichTextDescription) SetText(v string) *PatchEventResponseBodyRichTextDescription
func (PatchEventResponseBodyRichTextDescription) String ¶
func (s PatchEventResponseBodyRichTextDescription) String() 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 (s *PatchEventResponseBodyStart) SetDate(v string) *PatchEventResponseBodyStart
func (*PatchEventResponseBodyStart) SetDateTime ¶
func (s *PatchEventResponseBodyStart) SetDateTime(v string) *PatchEventResponseBodyStart
func (*PatchEventResponseBodyStart) SetTimeZone ¶
func (s *PatchEventResponseBodyStart) SetTimeZone(v string) *PatchEventResponseBodyStart
func (PatchEventResponseBodyStart) String ¶
func (s PatchEventResponseBodyStart) String() 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 (s PatchEventResponseBodyUiConfigs) GoString() string
func (*PatchEventResponseBodyUiConfigs) SetUiName ¶
func (s *PatchEventResponseBodyUiConfigs) SetUiName(v string) *PatchEventResponseBodyUiConfigs
func (*PatchEventResponseBodyUiConfigs) SetUiStatus ¶
func (s *PatchEventResponseBodyUiConfigs) SetUiStatus(v string) *PatchEventResponseBodyUiConfigs
func (PatchEventResponseBodyUiConfigs) String ¶
func (s PatchEventResponseBodyUiConfigs) String() 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 (s *RemoveAttendeeRequest) SetAttendeesToRemove(v []*RemoveAttendeeRequestAttendeesToRemove) *RemoveAttendeeRequest
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 (s RemoveAttendeeRequestAttendeesToRemove) GoString() string
func (*RemoveAttendeeRequestAttendeesToRemove) SetId ¶
func (s *RemoveAttendeeRequestAttendeesToRemove) SetId(v string) *RemoveAttendeeRequestAttendeesToRemove
func (RemoveAttendeeRequestAttendeesToRemove) String ¶
func (s RemoveAttendeeRequestAttendeesToRemove) String() 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 (s *RemoveAttendeeResponse) SetHeaders(v map[string]*string) *RemoveAttendeeResponse
func (*RemoveAttendeeResponse) SetStatusCode ¶
func (s *RemoveAttendeeResponse) SetStatusCode(v int32) *RemoveAttendeeResponse
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 (s *RemoveMeetingRoomsHeaders) SetCommonHeaders(v map[string]*string) *RemoveMeetingRoomsHeaders
func (*RemoveMeetingRoomsHeaders) SetXAcsDingtalkAccessToken ¶
func (s *RemoveMeetingRoomsHeaders) SetXAcsDingtalkAccessToken(v string) *RemoveMeetingRoomsHeaders
func (*RemoveMeetingRoomsHeaders) SetXClientToken ¶
func (s *RemoveMeetingRoomsHeaders) SetXClientToken(v string) *RemoveMeetingRoomsHeaders
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 (s *RemoveMeetingRoomsRequest) SetMeetingRoomsToRemove(v []*RemoveMeetingRoomsRequestMeetingRoomsToRemove) *RemoveMeetingRoomsRequest
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 (s RemoveMeetingRoomsRequestMeetingRoomsToRemove) GoString() string
func (*RemoveMeetingRoomsRequestMeetingRoomsToRemove) SetRoomId ¶
func (s *RemoveMeetingRoomsRequestMeetingRoomsToRemove) SetRoomId(v string) *RemoveMeetingRoomsRequestMeetingRoomsToRemove
func (RemoveMeetingRoomsRequestMeetingRoomsToRemove) String ¶
func (s RemoveMeetingRoomsRequestMeetingRoomsToRemove) String() 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 (s *RemoveMeetingRoomsResponse) SetBody(v *RemoveMeetingRoomsResponseBody) *RemoveMeetingRoomsResponse
func (*RemoveMeetingRoomsResponse) SetHeaders ¶
func (s *RemoveMeetingRoomsResponse) SetHeaders(v map[string]*string) *RemoveMeetingRoomsResponse
func (*RemoveMeetingRoomsResponse) SetStatusCode ¶
func (s *RemoveMeetingRoomsResponse) SetStatusCode(v int32) *RemoveMeetingRoomsResponse
func (RemoveMeetingRoomsResponse) String ¶
func (s RemoveMeetingRoomsResponse) String() string
type RemoveMeetingRoomsResponseBody ¶
type RemoveMeetingRoomsResponseBody struct {
Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}
func (RemoveMeetingRoomsResponseBody) GoString ¶
func (s RemoveMeetingRoomsResponseBody) GoString() string
func (*RemoveMeetingRoomsResponseBody) SetResult ¶
func (s *RemoveMeetingRoomsResponseBody) SetResult(v bool) *RemoveMeetingRoomsResponseBody
func (RemoveMeetingRoomsResponseBody) String ¶
func (s RemoveMeetingRoomsResponseBody) String() 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 (s *SignInResponse) SetBody(v *SignInResponseBody) *SignInResponse
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 (s *SignOutResponse) SetBody(v *SignOutResponseBody) *SignOutResponse
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 (s *SubscribeCalendarResponse) SetHeaders(v map[string]*string) *SubscribeCalendarResponse
func (*SubscribeCalendarResponse) SetStatusCode ¶
func (s *SubscribeCalendarResponse) SetStatusCode(v int32) *SubscribeCalendarResponse
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 (s *TransferEventResponse) SetBody(v *TransferEventResponseBody) *TransferEventResponse
func (*TransferEventResponse) SetHeaders ¶ added in v1.5.99
func (s *TransferEventResponse) SetHeaders(v map[string]*string) *TransferEventResponse
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 (s *TransferEventResponseBody) SetResult(v bool) *TransferEventResponseBody
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 (s *UnsubscribeCalendarHeaders) SetCommonHeaders(v map[string]*string) *UnsubscribeCalendarHeaders
func (*UnsubscribeCalendarHeaders) SetXAcsDingtalkAccessToken ¶
func (s *UnsubscribeCalendarHeaders) SetXAcsDingtalkAccessToken(v string) *UnsubscribeCalendarHeaders
func (UnsubscribeCalendarHeaders) String ¶
func (s UnsubscribeCalendarHeaders) String() 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 (s *UnsubscribeCalendarResponse) SetBody(v *UnsubscribeCalendarResponseBody) *UnsubscribeCalendarResponse
func (*UnsubscribeCalendarResponse) SetHeaders ¶
func (s *UnsubscribeCalendarResponse) SetHeaders(v map[string]*string) *UnsubscribeCalendarResponse
func (*UnsubscribeCalendarResponse) SetStatusCode ¶
func (s *UnsubscribeCalendarResponse) SetStatusCode(v int32) *UnsubscribeCalendarResponse
func (UnsubscribeCalendarResponse) String ¶
func (s UnsubscribeCalendarResponse) String() string
type UnsubscribeCalendarResponseBody ¶
type UnsubscribeCalendarResponseBody struct {
Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}
func (UnsubscribeCalendarResponseBody) GoString ¶
func (s UnsubscribeCalendarResponseBody) GoString() string
func (*UnsubscribeCalendarResponseBody) SetResult ¶
func (s *UnsubscribeCalendarResponseBody) SetResult(v bool) *UnsubscribeCalendarResponseBody
func (UnsubscribeCalendarResponseBody) String ¶
func (s UnsubscribeCalendarResponseBody) String() 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 (s UpdateSubscribedCalendarsHeaders) GoString() string
func (*UpdateSubscribedCalendarsHeaders) SetCommonHeaders ¶
func (s *UpdateSubscribedCalendarsHeaders) SetCommonHeaders(v map[string]*string) *UpdateSubscribedCalendarsHeaders
func (*UpdateSubscribedCalendarsHeaders) SetXAcsDingtalkAccessToken ¶
func (s *UpdateSubscribedCalendarsHeaders) SetXAcsDingtalkAccessToken(v string) *UpdateSubscribedCalendarsHeaders
func (UpdateSubscribedCalendarsHeaders) String ¶
func (s UpdateSubscribedCalendarsHeaders) String() 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 (s UpdateSubscribedCalendarsRequest) GoString() string
func (*UpdateSubscribedCalendarsRequest) SetDescription ¶
func (s *UpdateSubscribedCalendarsRequest) SetDescription(v string) *UpdateSubscribedCalendarsRequest
func (*UpdateSubscribedCalendarsRequest) SetManagers ¶
func (s *UpdateSubscribedCalendarsRequest) SetManagers(v []*string) *UpdateSubscribedCalendarsRequest
func (*UpdateSubscribedCalendarsRequest) SetName ¶
func (s *UpdateSubscribedCalendarsRequest) SetName(v string) *UpdateSubscribedCalendarsRequest
func (*UpdateSubscribedCalendarsRequest) SetSubscribeScope ¶
func (s *UpdateSubscribedCalendarsRequest) SetSubscribeScope(v *UpdateSubscribedCalendarsRequestSubscribeScope) *UpdateSubscribedCalendarsRequest
func (UpdateSubscribedCalendarsRequest) String ¶
func (s UpdateSubscribedCalendarsRequest) String() 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 (s UpdateSubscribedCalendarsRequestSubscribeScope) GoString() string
func (*UpdateSubscribedCalendarsRequestSubscribeScope) SetCorpIds ¶
func (s *UpdateSubscribedCalendarsRequestSubscribeScope) SetCorpIds(v []*string) *UpdateSubscribedCalendarsRequestSubscribeScope
func (*UpdateSubscribedCalendarsRequestSubscribeScope) SetOpenConversationIds ¶
func (s *UpdateSubscribedCalendarsRequestSubscribeScope) SetOpenConversationIds(v []*string) *UpdateSubscribedCalendarsRequestSubscribeScope
func (*UpdateSubscribedCalendarsRequestSubscribeScope) SetUnionIds ¶
func (s *UpdateSubscribedCalendarsRequestSubscribeScope) SetUnionIds(v []*string) *UpdateSubscribedCalendarsRequestSubscribeScope
func (UpdateSubscribedCalendarsRequestSubscribeScope) String ¶
func (s UpdateSubscribedCalendarsRequestSubscribeScope) String() 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 (s UpdateSubscribedCalendarsResponse) GoString() string
func (*UpdateSubscribedCalendarsResponse) SetHeaders ¶
func (s *UpdateSubscribedCalendarsResponse) SetHeaders(v map[string]*string) *UpdateSubscribedCalendarsResponse
func (*UpdateSubscribedCalendarsResponse) SetStatusCode ¶
func (s *UpdateSubscribedCalendarsResponse) SetStatusCode(v int32) *UpdateSubscribedCalendarsResponse
func (UpdateSubscribedCalendarsResponse) String ¶
func (s UpdateSubscribedCalendarsResponse) String() string
type UpdateSubscribedCalendarsResponseBody ¶
type UpdateSubscribedCalendarsResponseBody struct {
Result *bool `json:"result,omitempty" xml:"result,omitempty"`
}
func (UpdateSubscribedCalendarsResponseBody) GoString ¶
func (s UpdateSubscribedCalendarsResponseBody) GoString() string
func (*UpdateSubscribedCalendarsResponseBody) SetResult ¶
func (s *UpdateSubscribedCalendarsResponseBody) SetResult(v bool) *UpdateSubscribedCalendarsResponseBody
func (UpdateSubscribedCalendarsResponseBody) String ¶
func (s UpdateSubscribedCalendarsResponseBody) String() string
Click to show internal directories.
Click to hide internal directories.