Documentation
¶
Overview ¶
Code generated by lark suite oapi sdk gen
Code generated by lark suite oapi sdk gen
Index ¶
- type AdminDeptStat
- type AdminDeptStatListReqCall
- func (rc *AdminDeptStatListReqCall) Do() (*AdminDeptStatListResult, error)
- func (rc *AdminDeptStatListReqCall) SetContainsChildDept(containsChildDept bool)
- func (rc *AdminDeptStatListReqCall) SetDepartmentId(departmentId string)
- func (rc *AdminDeptStatListReqCall) SetDepartmentIdType(departmentIdType string)
- func (rc *AdminDeptStatListReqCall) SetEndDate(endDate string)
- func (rc *AdminDeptStatListReqCall) SetPageSize(pageSize int)
- func (rc *AdminDeptStatListReqCall) SetPageToken(pageToken string)
- func (rc *AdminDeptStatListReqCall) SetStartDate(startDate string)
- type AdminDeptStatListResult
- type AdminDeptStatService
- type AdminUserStat
- type AdminUserStatListReqCall
- func (rc *AdminUserStatListReqCall) Do() (*AdminUserStatListResult, error)
- func (rc *AdminUserStatListReqCall) SetDepartmentId(departmentId string)
- func (rc *AdminUserStatListReqCall) SetDepartmentIdType(departmentIdType string)
- func (rc *AdminUserStatListReqCall) SetEndDate(endDate string)
- func (rc *AdminUserStatListReqCall) SetPageSize(pageSize int)
- func (rc *AdminUserStatListReqCall) SetPageToken(pageToken string)
- func (rc *AdminUserStatListReqCall) SetStartDate(startDate string)
- func (rc *AdminUserStatListReqCall) SetUserId(userId string)
- func (rc *AdminUserStatListReqCall) SetUserIdType(userIdType string)
- type AdminUserStatListResult
- type AdminUserStatService
- type AuditAndroidContext
- type AuditContext
- type AuditEventExtend
- type AuditInfo
- type AuditIosContext
- type AuditObjectDetail
- type AuditObjectEntity
- type AuditPcContext
- type AuditRecipientDetail
- type AuditRecipientEntity
- type AuditWebContext
- type Service
- type SplashPageStat
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminDeptStat ¶
type AdminDeptStat struct { Date string `json:"date,omitempty"` DepartmentId string `json:"department_id,omitempty"` DepartmentName string `json:"department_name,omitempty"` DepartmentPath string `json:"department_path,omitempty"` TotalUserNum int `json:"total_user_num,omitempty"` ActiveUserNum int `json:"active_user_num,omitempty"` ActiveUserRate string `json:"active_user_rate,omitempty"` SuiteDau int `json:"suite_dau,omitempty"` SuiteActiveRate string `json:"suite_active_rate,omitempty"` NewUserNum int `json:"new_user_num,omitempty"` NewActiveNum int `json:"new_active_num,omitempty"` ResignUserNum int `json:"resign_user_num,omitempty"` ImDau int `json:"im_dau,omitempty"` SendMessengerUserNum int `json:"send_messenger_user_num,omitempty"` SendMessengerNum int `json:"send_messenger_num,omitempty"` AvgSendMessengerNum string `json:"avg_send_messenger_num,omitempty"` DocsDau int `json:"docs_dau,omitempty"` CreateDocsUserNum int `json:"create_docs_user_num,omitempty"` CreateDocsNum int `json:"create_docs_num,omitempty"` AvgCreateDocsNum string `json:"avg_create_docs_num,omitempty"` CalDau int `json:"cal_dau,omitempty"` CreateCalUserNum int `json:"create_cal_user_num,omitempty"` CreateCalNum int `json:"create_cal_num,omitempty"` AvgCreateCalNum string `json:"avg_create_cal_num,omitempty"` VcDau int `json:"vc_dau,omitempty"` VcDuration int `json:"vc_duration,omitempty"` AvgVcDuration string `json:"avg_vc_duration,omitempty"` ForceSendFields []string `json:"-"` }
func (*AdminDeptStat) MarshalJSON ¶
func (s *AdminDeptStat) MarshalJSON() ([]byte, error)
type AdminDeptStatListReqCall ¶
type AdminDeptStatListReqCall struct {
// contains filtered or unexported fields
}
func (*AdminDeptStatListReqCall) Do ¶
func (rc *AdminDeptStatListReqCall) Do() (*AdminDeptStatListResult, error)
func (*AdminDeptStatListReqCall) SetContainsChildDept ¶
func (rc *AdminDeptStatListReqCall) SetContainsChildDept(containsChildDept bool)
func (*AdminDeptStatListReqCall) SetDepartmentId ¶
func (rc *AdminDeptStatListReqCall) SetDepartmentId(departmentId string)
func (*AdminDeptStatListReqCall) SetDepartmentIdType ¶
func (rc *AdminDeptStatListReqCall) SetDepartmentIdType(departmentIdType string)
func (*AdminDeptStatListReqCall) SetEndDate ¶
func (rc *AdminDeptStatListReqCall) SetEndDate(endDate string)
func (*AdminDeptStatListReqCall) SetPageSize ¶
func (rc *AdminDeptStatListReqCall) SetPageSize(pageSize int)
func (*AdminDeptStatListReqCall) SetPageToken ¶
func (rc *AdminDeptStatListReqCall) SetPageToken(pageToken string)
func (*AdminDeptStatListReqCall) SetStartDate ¶
func (rc *AdminDeptStatListReqCall) SetStartDate(startDate string)
type AdminDeptStatListResult ¶
type AdminDeptStatListResult struct { HasMore bool `json:"has_more,omitempty"` PageToken string `json:"page_token,omitempty"` Items []*AdminDeptStat `json:"items,omitempty"` }
type AdminDeptStatService ¶
type AdminDeptStatService struct {
// contains filtered or unexported fields
}
func (*AdminDeptStatService) List ¶
func (adminDeptStats *AdminDeptStatService) List(ctx *core.Context, optFns ...request.OptFn) *AdminDeptStatListReqCall
type AdminUserStat ¶
type AdminUserStat struct { Date string `json:"date,omitempty"` UserId string `json:"user_id,omitempty"` UserName string `json:"user_name,omitempty"` DepartmentName string `json:"department_name,omitempty"` DepartmentPath string `json:"department_path,omitempty"` CreateTime string `json:"create_time,omitempty"` UserActiveFlag int `json:"user_active_flag,omitempty"` RegisterTime string `json:"register_time,omitempty"` SuiteActiveFlag int `json:"suite_active_flag,omitempty"` LastActiveTime string `json:"last_active_time,omitempty"` ImActiveFlag int `json:"im_active_flag,omitempty"` SendMessengerNum int `json:"send_messenger_num,omitempty"` DocsActiveFlag int `json:"docs_active_flag,omitempty"` CreateDocsNum int `json:"create_docs_num,omitempty"` CalActiveFlag int `json:"cal_active_flag,omitempty"` CreateCalNum int `json:"create_cal_num,omitempty"` VcActiveFlag int `json:"vc_active_flag,omitempty"` VcDuration int `json:"vc_duration,omitempty"` ActiveOs string `json:"active_os,omitempty"` ForceSendFields []string `json:"-"` }
func (*AdminUserStat) MarshalJSON ¶
func (s *AdminUserStat) MarshalJSON() ([]byte, error)
type AdminUserStatListReqCall ¶
type AdminUserStatListReqCall struct {
// contains filtered or unexported fields
}
func (*AdminUserStatListReqCall) Do ¶
func (rc *AdminUserStatListReqCall) Do() (*AdminUserStatListResult, error)
func (*AdminUserStatListReqCall) SetDepartmentId ¶
func (rc *AdminUserStatListReqCall) SetDepartmentId(departmentId string)
func (*AdminUserStatListReqCall) SetDepartmentIdType ¶
func (rc *AdminUserStatListReqCall) SetDepartmentIdType(departmentIdType string)
func (*AdminUserStatListReqCall) SetEndDate ¶
func (rc *AdminUserStatListReqCall) SetEndDate(endDate string)
func (*AdminUserStatListReqCall) SetPageSize ¶
func (rc *AdminUserStatListReqCall) SetPageSize(pageSize int)
func (*AdminUserStatListReqCall) SetPageToken ¶
func (rc *AdminUserStatListReqCall) SetPageToken(pageToken string)
func (*AdminUserStatListReqCall) SetStartDate ¶
func (rc *AdminUserStatListReqCall) SetStartDate(startDate string)
func (*AdminUserStatListReqCall) SetUserId ¶
func (rc *AdminUserStatListReqCall) SetUserId(userId string)
func (*AdminUserStatListReqCall) SetUserIdType ¶
func (rc *AdminUserStatListReqCall) SetUserIdType(userIdType string)
type AdminUserStatListResult ¶
type AdminUserStatListResult struct { HasMore bool `json:"has_more,omitempty"` PageToken string `json:"page_token,omitempty"` Items []*AdminUserStat `json:"items,omitempty"` }
type AdminUserStatService ¶
type AdminUserStatService struct {
// contains filtered or unexported fields
}
func (*AdminUserStatService) List ¶
func (adminUserStats *AdminUserStatService) List(ctx *core.Context, optFns ...request.OptFn) *AdminUserStatListReqCall
type AuditAndroidContext ¶
type AuditAndroidContext struct { Udid string `json:"udid,omitempty"` Did string `json:"did,omitempty"` AppVer string `json:"app_ver,omitempty"` Ver string `json:"ver,omitempty"` Region string `json:"region,omitempty"` IdI string `json:"id_i,omitempty"` IdR string `json:"id_r,omitempty"` HwBrand string `json:"hw_brand,omitempty"` HwManuf string `json:"hw_manuf,omitempty"` Wifip string `json:"wifip,omitempty"` RouteIip string `json:"route_iip,omitempty"` RouteGip string `json:"route_gip,omitempty"` EnvSu string `json:"env_su,omitempty"` EnvTz string `json:"env_tz,omitempty"` EnvMl string `json:"env_ml,omitempty"` Location string `json:"location,omitempty"` ActiveIp string `json:"active_ip,omitempty"` ActiveIpDetail string `json:"active_ip_detail,omitempty"` CellBaseStation string `json:"cell_base_station,omitempty"` IP string `json:"IP,omitempty"` ForceSendFields []string `json:"-"` }
func (*AuditAndroidContext) MarshalJSON ¶
func (s *AuditAndroidContext) MarshalJSON() ([]byte, error)
type AuditContext ¶
type AuditContext struct { TerminalType int `json:"terminal_type,omitempty"` IosContext *AuditIosContext `json:"ios_context,omitempty"` PcContext *AuditPcContext `json:"pc_context,omitempty"` WebContext *AuditWebContext `json:"web_context,omitempty"` AndroidContext *AuditAndroidContext `json:"android_context,omitempty"` ForceSendFields []string `json:"-"` }
func (*AuditContext) MarshalJSON ¶
func (s *AuditContext) MarshalJSON() ([]byte, error)
type AuditEventExtend ¶
type AuditEventExtend struct { CommentType string `json:"comment_type,omitempty"` AppDetail string `json:"app_detail,omitempty"` TwoStepValidation bool `json:"two_step_validation,omitempty"` LoginMethod string `json:"login_method,omitempty"` NewPeopleNumInVideo int `json:"new_people_num_in_video,omitempty"` ExternalPeopleNumInVideo int `json:"external_people_num_in_video,omitempty"` ExternalPeopleNumInChat int `json:"external_people_num_in_chat,omitempty"` JoinGroup int `json:"join_group,omitempty"` QuitGroup int `json:"quit_group,omitempty"` ForceSendFields []string `json:"-"` }
func (*AuditEventExtend) MarshalJSON ¶
func (s *AuditEventExtend) MarshalJSON() ([]byte, error)
type AuditInfo ¶
type AuditInfo struct { EventId string `json:"event_id,omitempty"` EventName string `json:"event_name,omitempty"` DepartmentIds []string `json:"department_ids,omitempty"` EventModule int `json:"event_module,omitempty"` OperatorType int `json:"operator_type,omitempty"` OperatorValue string `json:"operator_value,omitempty"` Objects []*AuditObjectEntity `json:"objects,omitempty"` Recipients []*AuditRecipientEntity `json:"recipients,omitempty"` EventTime int `json:"event_time,omitempty"` Ip string `json:"ip,omitempty"` OperatorApp string `json:"operator_app,omitempty"` AuditContext *AuditContext `json:"audit_context,omitempty"` Extend *AuditEventExtend `json:"extend,omitempty"` OperatorAppName string `json:"operator_app_name,omitempty"` ForceSendFields []string `json:"-"` }
func (*AuditInfo) MarshalJSON ¶
type AuditIosContext ¶
type AuditIosContext struct { Udid string `json:"udid,omitempty"` Did string `json:"did,omitempty"` AppVer string `json:"app_ver,omitempty"` Ver string `json:"ver,omitempty"` Os string `json:"os,omitempty"` STZone string `json:"STZone,omitempty"` ML string `json:"ML,omitempty"` Sjd string `json:"sjd,omitempty"` Proxyip string `json:"proxyip,omitempty"` Wifip string `json:"wifip,omitempty"` Location string `json:"location,omitempty"` ActiveIp string `json:"active_ip,omitempty"` ActiveIpDetail string `json:"active_ip_detail,omitempty"` CellBaseStation string `json:"cell_base_station,omitempty"` IP string `json:"IP,omitempty"` ForceSendFields []string `json:"-"` }
func (*AuditIosContext) MarshalJSON ¶
func (s *AuditIosContext) MarshalJSON() ([]byte, error)
type AuditObjectDetail ¶
type AuditObjectDetail struct { CloneSource string `json:"clone_source,omitempty"` TextDetail string `json:"text_detail,omitempty"` FileName string `json:"file_name,omitempty"` ThirdPartyAppID string `json:"third_party_appID,omitempty"` ContainFileNum int `json:"contain_file_num,omitempty"` PermissionSettingType string `json:"permission_setting_type,omitempty"` PermissionExternalAccessType bool `json:"permission_external_access_Type,omitempty"` FileServiceSource string `json:"file_service_source,omitempty"` OkrDownloadContent string `json:"okr_download_content,omitempty"` ForceSendFields []string `json:"-"` }
func (*AuditObjectDetail) MarshalJSON ¶
func (s *AuditObjectDetail) MarshalJSON() ([]byte, error)
type AuditObjectEntity ¶
type AuditObjectEntity struct { ObjectType string `json:"object_type,omitempty"` ObjectValue string `json:"object_value,omitempty"` ObjectName string `json:"object_name,omitempty"` ObjectOwner string `json:"object_owner,omitempty"` ObjectDetail *AuditObjectDetail `json:"object_detail,omitempty"` ForceSendFields []string `json:"-"` }
func (*AuditObjectEntity) MarshalJSON ¶
func (s *AuditObjectEntity) MarshalJSON() ([]byte, error)
type AuditPcContext ¶
type AuditPcContext struct { Udid string `json:"udid,omitempty"` Did string `json:"did,omitempty"` AppVer string `json:"app_ver,omitempty"` Ver string `json:"ver,omitempty"` Os string `json:"os,omitempty"` Wifip string `json:"wifip,omitempty"` Region string `json:"region,omitempty"` IP string `json:"IP,omitempty"` ForceSendFields []string `json:"-"` }
func (*AuditPcContext) MarshalJSON ¶
func (s *AuditPcContext) MarshalJSON() ([]byte, error)
type AuditRecipientDetail ¶
type AuditRecipientDetail struct { PermissionActionType string `json:"permission_action_type,omitempty"` ForceSendFields []string `json:"-"` }
func (*AuditRecipientDetail) MarshalJSON ¶
func (s *AuditRecipientDetail) MarshalJSON() ([]byte, error)
type AuditRecipientEntity ¶
type AuditRecipientEntity struct { RecipientType string `json:"recipient_type,omitempty"` RecipientValue string `json:"recipient_value,omitempty"` RecipientDetail *AuditRecipientDetail `json:"recipient_detail,omitempty"` ForceSendFields []string `json:"-"` }
func (*AuditRecipientEntity) MarshalJSON ¶
func (s *AuditRecipientEntity) MarshalJSON() ([]byte, error)
type AuditWebContext ¶
type AuditWebContext struct { UserAgent string `json:"user_agent,omitempty"` IP string `json:"IP,omitempty"` ForceSendFields []string `json:"-"` }
func (*AuditWebContext) MarshalJSON ¶
func (s *AuditWebContext) MarshalJSON() ([]byte, error)
type Service ¶
type Service struct { AdminDeptStats *AdminDeptStatService AdminUserStats *AdminUserStatService // contains filtered or unexported fields }
func NewService ¶
type SplashPageStat ¶
type SplashPageStat struct { Date string `json:"date,omitempty"` SplashId string `json:"splash_id,omitempty"` ImpressionCount int `json:"impression_count,omitempty"` ClickCount int `json:"click_count,omitempty"` SkipCount int `json:"skip_count,omitempty"` ImpressionCountAccumulate int `json:"impression_count_accumulate,omitempty"` ClickCountAccumulate int `json:"click_count_accumulate,omitempty"` SkipCountAccumulate int `json:"skip_count_accumulate,omitempty"` ForceSendFields []string `json:"-"` }
func (*SplashPageStat) MarshalJSON ¶
func (s *SplashPageStat) MarshalJSON() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.