Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks. *
*
Index ¶
- type AddAttendeeHeaders
- type AddAttendeeRequest
- 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 CheckInHeaders
- type CheckInResponse
- 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) 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) 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) 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) 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) 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) 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) 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) 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) 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
- 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 CreateEventHeaders
- 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) SetStart(v *CreateEventRequestStart) *CreateEventRequest
- func (s *CreateEventRequest) SetSummary(v string) *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) 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 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 CreateEventResponse
- 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) SetStart(v *CreateEventResponseBodyStart) *CreateEventResponseBody
- func (s *CreateEventResponseBody) SetSummary(v string) *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) 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 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 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) String() string
- type CreateSubscribedCalendarResponseBody
- type DeleteAclHeaders
- type DeleteAclResponse
- type DeleteEventHeaders
- 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) 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) 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
- type GetEventResponseBody
- func (s GetEventResponseBody) GoString() string
- func (s *GetEventResponseBody) SetAttendees(v []*GetEventResponseBodyAttendees) *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) SetOnlineMeetingInfo(v *GetEventResponseBodyOnlineMeetingInfo) *GetEventResponseBody
- func (s *GetEventResponseBody) SetOrganizer(v *GetEventResponseBodyOrganizer) *GetEventResponseBody
- func (s *GetEventResponseBody) SetRecurrence(v *GetEventResponseBodyRecurrence) *GetEventResponseBody
- func (s *GetEventResponseBody) SetReminders(v []*GetEventResponseBodyReminders) *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 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 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 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) 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 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 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
- 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 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
- 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 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
- 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) 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
- 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
- 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
- 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) 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) 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
- 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) 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) SetOnlineMeetingInfo(v *ListEventsResponseBodyEventsOnlineMeetingInfo) *ListEventsResponseBodyEvents
- func (s *ListEventsResponseBodyEvents) SetOrganizer(v *ListEventsResponseBodyEventsOrganizer) *ListEventsResponseBodyEvents
- func (s *ListEventsResponseBodyEvents) SetRecurrence(v *ListEventsResponseBodyEventsRecurrence) *ListEventsResponseBodyEvents
- func (s *ListEventsResponseBodyEvents) SetReminders(v []*ListEventsResponseBodyEventsReminders) *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 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 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 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) 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 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
- 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) 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) SetOnlineMeetingInfo(v *ListEventsViewResponseBodyEventsOnlineMeetingInfo) *ListEventsViewResponseBodyEvents
- func (s *ListEventsViewResponseBodyEvents) SetOrganizer(v *ListEventsViewResponseBodyEventsOrganizer) *ListEventsViewResponseBodyEvents
- func (s *ListEventsViewResponseBodyEvents) SetRecurrence(v *ListEventsViewResponseBodyEventsRecurrence) *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 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 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 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) 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 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 PatchEventHeaders
- 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) SetRecurrence(v *PatchEventRequestRecurrence) *PatchEventRequest
- func (s *PatchEventRequest) SetReminders(v []*PatchEventRequestReminders) *PatchEventRequest
- func (s *PatchEventRequest) SetStart(v *PatchEventRequestStart) *PatchEventRequest
- func (s *PatchEventRequest) SetSummary(v string) *PatchEventRequest
- func (s PatchEventRequest) String() string
- type PatchEventRequestAttendees
- 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 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) 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 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 PatchEventResponse
- 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) SetOrganizer(v *PatchEventResponseBodyOrganizer) *PatchEventResponseBody
- func (s *PatchEventResponseBody) SetRecurrence(v *PatchEventResponseBodyRecurrence) *PatchEventResponseBody
- func (s *PatchEventResponseBody) SetReminders(v []*PatchEventResponseBodyReminders) *PatchEventResponseBody
- func (s *PatchEventResponseBody) SetStart(v *PatchEventResponseBodyStart) *PatchEventResponseBody
- func (s *PatchEventResponseBody) SetSummary(v string) *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 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) 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 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 RemoveAttendeeHeaders
- type RemoveAttendeeRequest
- type RemoveAttendeeRequestAttendeesToRemove
- type RemoveAttendeeResponse
- type RespondEventHeaders
- type RespondEventRequest
- type RespondEventResponse
- type SignInHeaders
- type SignInResponse
- type SignInResponseBody
- type SignOutHeaders
- type SignOutResponse
- type SignOutResponseBody
- type SubscribeCalendarHeaders
- type SubscribeCalendarResponse
- 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) 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) 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"` 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) String ¶
func (s AddAttendeeHeaders) String() string
type AddAttendeeRequest ¶
type AddAttendeeRequest struct {
AttendeesToAdd []*AddAttendeeRequestAttendeesToAdd `json:"attendeesToAdd,omitempty" xml:"attendeesToAdd,omitempty" type:"Repeated"`
}
func (AddAttendeeRequest) GoString ¶
func (s AddAttendeeRequest) GoString() string
func (*AddAttendeeRequest) SetAttendeesToAdd ¶
func (s *AddAttendeeRequest) SetAttendeesToAdd(v []*AddAttendeeRequestAttendeesToAdd) *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" require:"true"`
}
func (AddAttendeeResponse) GoString ¶
func (s AddAttendeeResponse) GoString() string
func (*AddAttendeeResponse) SetHeaders ¶
func (s *AddAttendeeResponse) SetHeaders(v map[string]*string) *AddAttendeeResponse
func (AddAttendeeResponse) String ¶
func (s AddAttendeeResponse) 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" require:"true"` Body *CheckInResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
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) 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) 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) 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) DeleteEventWithOptions ¶
func (client *Client) DeleteEventWithOptions(userId *string, calendarId *string, eventId *string, 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) 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) 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) 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) 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) 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) 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" require:"true"` Body *ConvertLegacyEventIdResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
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) String ¶
func (s ConvertLegacyEventIdResponse) String() string
type ConvertLegacyEventIdResponseBody ¶
type ConvertLegacyEventIdResponseBody struct { // legacyEventIdMap 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"` // 用户id 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" require:"true"` Body *CreateAclsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
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) String ¶
func (s CreateAclsResponse) String() string
type CreateAclsResponseBody ¶
type CreateAclsResponseBody struct { // acl资源ID 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"` // 用户id 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 CreateEventHeaders ¶
type CreateEventHeaders 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 (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) 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"` // 日程开始时间 Start *CreateEventRequestStart `json:"start,omitempty" xml:"start,omitempty" type:"Struct"` // 日程标题 Summary *string `json:"summary,omitempty" xml:"summary,omitempty"` }
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) SetStart ¶
func (s *CreateEventRequest) SetStart(v *CreateEventRequestStart) *CreateEventRequest
func (*CreateEventRequest) SetSummary ¶
func (s *CreateEventRequest) SetSummary(v string) *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 { // 日程结束日期,如果是全天日程必须有值,非全天日程必须留空,格式:yyyy-MM-dd Date *string `json:"date,omitempty" xml:"date,omitempty"` // 日程结束时间,非全天日程必须有值,全天日程必须留空,格式为ISO-8601的date-time格式 DateTime *string `json:"dateTime,omitempty" xml:"dateTime,omitempty"` // 日程结束时间所属时区,非全天日程必须有值,全天日程必须留空,tz database name格式,参考:https://en.wikipedia.org/wiki/List_of_tz_database_time_zones 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"` Index *string `json:"index,omitempty" xml:"index,omitempty"` Interval *int32 `json:"interval,omitempty" xml:"interval,omitempty"` // 循环规则类型: daily:每interval天 weekly:每interval周的第daysOfWeek天 absoluteMonthly:每interval月的第dayOfMonth天 relativeMonthly:每interval月的第index周的第daysOfWeek天 absoluteYearly:每interval年 // 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) 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 CreateEventRequestStart ¶
type CreateEventRequestStart struct { // 日程开始日期,如果是全天日程必须有值,非全天日程必须留空,格式:yyyy-MM-dd Date *string `json:"date,omitempty" xml:"date,omitempty"` // 日程开始时间,非全天日程必须有值,全天日程必须留空,格式为ISO-8601的date-time格式 DateTime *string `json:"dateTime,omitempty" xml:"dateTime,omitempty"` // 日程开始时间所属时区,非全天日程必须有值,全天日程必须留空,tz database name格式,参考:https://en.wikipedia.org/wiki/List_of_tz_database_time_zones 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 CreateEventResponse ¶
type CreateEventResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *CreateEventResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
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) 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"` // 日程开始时间 Start *CreateEventResponseBodyStart `json:"start,omitempty" xml:"start,omitempty" type:"Struct"` Summary *string `json:"summary,omitempty" xml:"summary,omitempty"` // 更新时间 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) SetStart ¶
func (s *CreateEventResponseBody) SetStart(v *CreateEventResponseBodyStart) *CreateEventResponseBody
func (*CreateEventResponseBody) SetSummary ¶
func (s *CreateEventResponseBody) SetSummary(v string) *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"` 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) 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 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 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" require:"true"` Body *CreateSubscribedCalendarResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
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) String ¶
func (s CreateSubscribedCalendarResponse) String() string
type CreateSubscribedCalendarResponseBody ¶
type CreateSubscribedCalendarResponseBody struct { // 日历id 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" require:"true"`
}
func (DeleteAclResponse) GoString ¶
func (s DeleteAclResponse) GoString() string
func (*DeleteAclResponse) SetHeaders ¶
func (s *DeleteAclResponse) SetHeaders(v map[string]*string) *DeleteAclResponse
func (DeleteAclResponse) String ¶
func (s DeleteAclResponse) String() string
type DeleteEventHeaders ¶
type DeleteEventHeaders 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 (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) String ¶
func (s DeleteEventHeaders) String() string
type DeleteEventResponse ¶
type DeleteEventResponse struct {
Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"`
}
func (DeleteEventResponse) GoString ¶
func (s DeleteEventResponse) GoString() string
func (*DeleteEventResponse) SetHeaders ¶
func (s *DeleteEventResponse) SetHeaders(v map[string]*string) *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" require:"true"` Body *DeleteSubscribedCalendarResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
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) 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"` // 授权本次调用的用户id,该字段有值时认为本次调用已被授权访问该用户可以访问的所有数据 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" require:"true"` Body *GenerateCaldavAccountResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
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) 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 { // 返回参与人,上限500人,默认为0 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" require:"true"` Body *GetEventResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
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) String ¶
func (s GetEventResponse) String() string
type GetEventResponseBody ¶
type GetEventResponseBody struct { Attendees []*GetEventResponseBodyAttendees `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 *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"` OnlineMeetingInfo *GetEventResponseBodyOnlineMeetingInfo `json:"onlineMeetingInfo,omitempty" xml:"onlineMeetingInfo,omitempty" type:"Struct"` Organizer *GetEventResponseBodyOrganizer `json:"organizer,omitempty" xml:"organizer,omitempty" type:"Struct"` Recurrence *GetEventResponseBodyRecurrence `json:"recurrence,omitempty" xml:"recurrence,omitempty" type:"Struct"` Reminders []*GetEventResponseBodyReminders `json:"reminders,omitempty" xml:"reminders,omitempty" type:"Repeated"` // 重复日程的主日程id,非重复日程为空 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) 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) SetOnlineMeetingInfo ¶
func (s *GetEventResponseBody) SetOnlineMeetingInfo(v *GetEventResponseBodyOnlineMeetingInfo) *GetEventResponseBody
func (*GetEventResponseBody) SetOrganizer ¶
func (s *GetEventResponseBody) SetOrganizer(v *GetEventResponseBodyOrganizer) *GetEventResponseBody
func (*GetEventResponseBody) SetRecurrence ¶
func (s *GetEventResponseBody) SetRecurrence(v *GetEventResponseBodyRecurrence) *GetEventResponseBody
func (*GetEventResponseBody) SetReminders ¶
func (s *GetEventResponseBody) SetReminders(v []*GetEventResponseBodyReminders) *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 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 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 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"` Index *string `json:"index,omitempty" xml:"index,omitempty"` Interval *int32 `json:"interval,omitempty" xml:"interval,omitempty"` // 循环模式类型(type: daily, weekly, absoluteMonthly, relativeMonthly, absoluteYearly, relativeYearly) 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) 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"` // 范围类型(endDate, noEnd, numbered) 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 GetEventResponseBodyStart ¶
type GetEventResponseBodyStart struct { // 日期,格式:yyyyMMdd Date *string `json:"date,omitempty" xml:"date,omitempty"` // 时间戳,按照ISO 8601格式 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 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" require:"true"` Body *GetScheduleResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
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) 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 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"` // 状态: - BUSY:繁忙, - TENTATIVE:暂定繁忙 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"` // 结束时间戳,按照ISO 8601格式 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"` // 开始时间戳,按照ISO 8601格式 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 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 { // 查询返回结果数(上限200) MaxResults *int32 `json:"maxResults,omitempty" xml:"maxResults,omitempty"` NextToken *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"` // 签到信息类型(check_in,not_yet_check_in) 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" require:"true"` Body *GetSignInListResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
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) String ¶
func (s GetSignInListResponse) String() string
type GetSignInListResponseBody ¶
type GetSignInListResponseBody struct { // 翻页token 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 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 { // 查询返回结果数(上限200) MaxResults *int32 `json:"maxResults,omitempty" xml:"maxResults,omitempty"` NextToken *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"` // 签到信息类型(sign_out,not_yet_sign_out) 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" require:"true"` Body *GetSignOutListResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
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) String ¶
func (s GetSignOutListResponse) String() string
type GetSignOutListResponseBody ¶
type GetSignOutListResponseBody struct { // 翻页token 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" require:"true"` Body *GetSubscribedCalendarResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
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) String ¶
func (s GetSubscribedCalendarResponse) String() string
type GetSubscribedCalendarResponseBody ¶
type GetSubscribedCalendarResponseBody struct { // 日历作者 Author *string `json:"author,omitempty" xml:"author,omitempty"` // 订阅日历id 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" require:"true"` Body *ListAclsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
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) 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 { // acl资源ID 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"` // 用户id 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" require:"true"` Body *ListAttendeesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
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) String ¶
func (s ListAttendeesResponse) String() string
type ListAttendeesResponseBody ¶
type ListAttendeesResponseBody struct { // 参与人 Attendees []*ListAttendeesResponseBodyAttendees `json:"attendees,omitempty" xml:"attendees,omitempty" type:"Repeated"` // 翻页token 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 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" require:"true"` Body *ListCalendarsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
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) 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"` // Calendar资源的ETag,用于检测该Calendar以及内部的Event是否有被更新 ETag *string `json:"eTag,omitempty" xml:"eTag,omitempty"` // 日历id 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 { // listInstances每个日程的参与者查询个数,默认100,最大100。 MaxAttendees *int32 `json:"maxAttendees,omitempty" xml:"maxAttendees,omitempty"` // listInstances返回的最大日程数,最大100个,默认100个。 MaxResults *int32 `json:"maxResults,omitempty" xml:"maxResults,omitempty"` // 循环主日程id。 SeriesMasterId *string `json:"seriesMasterId,omitempty" xml:"seriesMasterId,omitempty"` // 大于等于次序列id的所有实例 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" require:"true"` Body *ListEventsInstancesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
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) 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 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"` // 重复日程的主日程id,非重复日程为空 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 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 { // 日期,格式:yyyyMMdd Date *string `json:"date,omitempty" xml:"date,omitempty"` // 时间戳,按照ISO 8601格式 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 { // 会议ID ConferenceId *string `json:"conferenceId,omitempty" xml:"conferenceId,omitempty"` // 线上会议类型,目前支持: dingtalk:钉钉视频会议 Type *string `json:"type,omitempty" xml:"type,omitempty"` // 会议url 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 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"` // 指定事件发生在daysOfsWeek中指定的允许天数的哪个实例上,从该月的第一个实例开始计算。取值为:first, second, third, fourth, last。默认是first。如果类型是relativMonthly或relativeYear,则可选并使用 Index *string `json:"index,omitempty" xml:"index,omitempty"` // 循环间隔 Interval *int32 `json:"interval,omitempty" xml:"interval,omitempty"` // 循环模式类型(type: daily, weekly, absoluteMonthly, relativeMonthly, absoluteYearly, relativeYearly) 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"` // 范围类型(endDate, noEnd, numbered) 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"` // 在日程开始前N分钟发出提醒 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 { // 日期,格式:yyyyMMdd Date *string `json:"date,omitempty" xml:"date,omitempty"` // 时间戳,按照ISO 8601格式 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 { // 每个日程的参与者查询个数,默认100,最大100 MaxAttendees *int32 `json:"maxAttendees,omitempty" xml:"maxAttendees,omitempty"` // 返回的最大日程数,最大100个,默认100个 MaxResults *int32 `json:"maxResults,omitempty" xml:"maxResults,omitempty"` // 查询翻页token NextToken *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"` // 是否返回删除事件 ShowDeleted *bool `json:"showDeleted,omitempty" xml:"showDeleted,omitempty"` // 增量查询token 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) 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" require:"true"` Body *ListEventsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
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) String ¶
func (s ListEventsResponse) String() string
type ListEventsResponseBody ¶
type ListEventsResponseBody struct { // 日程 Events []*ListEventsResponseBodyEvents `json:"events,omitempty" xml:"events,omitempty" type:"Repeated"` // 翻页token NextToken *string `json:"nextToken,omitempty" xml:"nextToken,omitempty"` // 增量同步token 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"` // 创建时间 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 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"` OnlineMeetingInfo *ListEventsResponseBodyEventsOnlineMeetingInfo `json:"onlineMeetingInfo,omitempty" xml:"onlineMeetingInfo,omitempty" type:"Struct"` // 日程组织人 Organizer *ListEventsResponseBodyEventsOrganizer `json:"organizer,omitempty" xml:"organizer,omitempty" type:"Struct"` // 日程重复规则 Recurrence *ListEventsResponseBodyEventsRecurrence `json:"recurrence,omitempty" xml:"recurrence,omitempty" type:"Struct"` Reminders []*ListEventsResponseBodyEventsReminders `json:"reminders,omitempty" xml:"reminders,omitempty" type:"Repeated"` // 重复日程的主日程id,非重复日程为空 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) 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) SetOnlineMeetingInfo ¶
func (s *ListEventsResponseBodyEvents) SetOnlineMeetingInfo(v *ListEventsResponseBodyEventsOnlineMeetingInfo) *ListEventsResponseBodyEvents
func (*ListEventsResponseBodyEvents) SetOrganizer ¶
func (s *ListEventsResponseBodyEvents) SetOrganizer(v *ListEventsResponseBodyEventsOrganizer) *ListEventsResponseBodyEvents
func (*ListEventsResponseBodyEvents) SetRecurrence ¶
func (s *ListEventsResponseBodyEvents) SetRecurrence(v *ListEventsResponseBodyEventsRecurrence) *ListEventsResponseBodyEvents
func (*ListEventsResponseBodyEvents) SetReminders ¶
func (s *ListEventsResponseBodyEvents) SetReminders(v []*ListEventsResponseBodyEventsReminders) *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 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 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 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 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 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"` Index *string `json:"index,omitempty" xml:"index,omitempty"` Interval *int32 `json:"interval,omitempty" xml:"interval,omitempty"` // 循环模式类型(type: daily, weekly, absoluteMonthly, relativeMonthly, absoluteYearly, relativeYearly) 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) 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"` // 范围类型(endDate, noEnd, numbered) 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 ListEventsResponseBodyEventsStart ¶
type ListEventsResponseBodyEventsStart struct { // 日期,格式:yyyyMMdd Date *string `json:"date,omitempty" xml:"date,omitempty"` // 时间戳,按照ISO 8601格式 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 { // 每个日程的参与者查询个数,默认100,最大100。 MaxAttendees *int32 `json:"maxAttendees,omitempty" xml:"maxAttendees,omitempty"` // 返回的最大日程数,最大100个,默认100个。 MaxResults *int32 `json:"maxResults,omitempty" xml:"maxResults,omitempty"` // 查询翻页token 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" require:"true"` Body *ListEventsViewResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
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) String ¶
func (s ListEventsViewResponse) String() string
type ListEventsViewResponseBody ¶
type ListEventsViewResponseBody struct { // 日程 Events []*ListEventsViewResponseBodyEvents `json:"events,omitempty" xml:"events,omitempty" type:"Repeated"` // 翻页token 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"` // 创建时间 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 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"` OnlineMeetingInfo *ListEventsViewResponseBodyEventsOnlineMeetingInfo `json:"onlineMeetingInfo,omitempty" xml:"onlineMeetingInfo,omitempty" type:"Struct"` // 日程组织人 Organizer *ListEventsViewResponseBodyEventsOrganizer `json:"organizer,omitempty" xml:"organizer,omitempty" type:"Struct"` // 日程重复规则 Recurrence *ListEventsViewResponseBodyEventsRecurrence `json:"recurrence,omitempty" xml:"recurrence,omitempty" type:"Struct"` // 重复日程的主日程id,非重复日程为空 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) 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) SetOnlineMeetingInfo ¶
func (s *ListEventsViewResponseBodyEvents) SetOnlineMeetingInfo(v *ListEventsViewResponseBodyEventsOnlineMeetingInfo) *ListEventsViewResponseBodyEvents
func (*ListEventsViewResponseBodyEvents) SetOrganizer ¶
func (s *ListEventsViewResponseBodyEvents) SetOrganizer(v *ListEventsViewResponseBodyEventsOrganizer) *ListEventsViewResponseBodyEvents
func (*ListEventsViewResponseBodyEvents) SetRecurrence ¶
func (s *ListEventsViewResponseBodyEvents) SetRecurrence(v *ListEventsViewResponseBodyEventsRecurrence) *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 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 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 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 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 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"` Index *string `json:"index,omitempty" xml:"index,omitempty"` Interval *int32 `json:"interval,omitempty" xml:"interval,omitempty"` // 循环模式类型(type: daily, weekly, absoluteMonthly, relativeMonthly, absoluteYearly, relativeYearly) 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) 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"` // 范围类型(endDate, noEnd, numbered) 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 ListEventsViewResponseBodyEventsStart ¶
type ListEventsViewResponseBodyEventsStart struct { // 日期,格式:yyyyMMdd Date *string `json:"date,omitempty" xml:"date,omitempty"` // 时间戳,按照ISO 8601格式 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 PatchEventHeaders ¶
type PatchEventHeaders 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 (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) 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 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"` Recurrence *PatchEventRequestRecurrence `json:"recurrence,omitempty" xml:"recurrence,omitempty" type:"Struct"` Reminders []*PatchEventRequestReminders `json:"reminders,omitempty" xml:"reminders,omitempty" type:"Repeated"` // 日程开始时间 Start *PatchEventRequestStart `json:"start,omitempty" xml:"start,omitempty" type:"Struct"` // 日程标题 Summary *string `json:"summary,omitempty" xml:"summary,omitempty"` }
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) SetRecurrence ¶
func (s *PatchEventRequest) SetRecurrence(v *PatchEventRequestRecurrence) *PatchEventRequest
func (*PatchEventRequest) SetReminders ¶
func (s *PatchEventRequest) SetReminders(v []*PatchEventRequestReminders) *PatchEventRequest
func (*PatchEventRequest) SetStart ¶
func (s *PatchEventRequest) SetStart(v *PatchEventRequestStart) *PatchEventRequest
func (*PatchEventRequest) SetSummary ¶
func (s *PatchEventRequest) SetSummary(v string) *PatchEventRequest
func (PatchEventRequest) String ¶
func (s PatchEventRequest) String() string
type PatchEventRequestAttendees ¶
type PatchEventRequestAttendees struct { 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) 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 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"` 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) 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 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 PatchEventResponse ¶
type PatchEventResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *PatchEventResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
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) 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"` 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"` // 日程开始时间 Start *PatchEventResponseBodyStart `json:"start,omitempty" xml:"start,omitempty" type:"Struct"` Summary *string `json:"summary,omitempty" xml:"summary,omitempty"` // 更新时间 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) 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) SetStart ¶
func (s *PatchEventResponseBody) SetStart(v *PatchEventResponseBodyStart) *PatchEventResponseBody
func (*PatchEventResponseBody) SetSummary ¶
func (s *PatchEventResponseBody) SetSummary(v string) *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 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"` 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) 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 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 RemoveAttendeeHeaders ¶
type RemoveAttendeeHeaders 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 (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) 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" require:"true"`
}
func (RemoveAttendeeResponse) GoString ¶
func (s RemoveAttendeeResponse) GoString() string
func (*RemoveAttendeeResponse) SetHeaders ¶
func (s *RemoveAttendeeResponse) SetHeaders(v map[string]*string) *RemoveAttendeeResponse
func (RemoveAttendeeResponse) String ¶
func (s RemoveAttendeeResponse) String() string
type RespondEventHeaders ¶
type RespondEventHeaders 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 (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) 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" require:"true"`
}
func (RespondEventResponse) GoString ¶
func (s RespondEventResponse) GoString() string
func (*RespondEventResponse) SetHeaders ¶
func (s *RespondEventResponse) SetHeaders(v map[string]*string) *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" require:"true"` Body *SignInResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
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) 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" require:"true"` Body *SignOutResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
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) 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" require:"true"`
}
func (SubscribeCalendarResponse) GoString ¶
func (s SubscribeCalendarResponse) GoString() string
func (*SubscribeCalendarResponse) SetHeaders ¶
func (s *SubscribeCalendarResponse) SetHeaders(v map[string]*string) *SubscribeCalendarResponse
func (SubscribeCalendarResponse) String ¶
func (s SubscribeCalendarResponse) 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" require:"true"` Body *UnsubscribeCalendarResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
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) 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" require:"true"` Body *UpdateSubscribedCalendarsResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (UpdateSubscribedCalendarsResponse) GoString ¶
func (s UpdateSubscribedCalendarsResponse) GoString() string
func (*UpdateSubscribedCalendarsResponse) SetHeaders ¶
func (s *UpdateSubscribedCalendarsResponse) SetHeaders(v map[string]*string) *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.