Versions in this module Expand all Collapse all v3 v3.0.9 Nov 8, 2022 Changes in this version + type EventService struct + OutboundIp *outboundIp + func NewService(config *larkcore.Config) *EventService + type ListOutboundIpIterator struct + func (iterator *ListOutboundIpIterator) Next() (bool, string, error) + func (iterator *ListOutboundIpIterator) NextPageToken() *string + type ListOutboundIpReq struct + Limit int + type ListOutboundIpReqBuilder struct + func NewListOutboundIpReqBuilder() *ListOutboundIpReqBuilder + func (builder *ListOutboundIpReqBuilder) Build() *ListOutboundIpReq + func (builder *ListOutboundIpReqBuilder) Limit(limit int) *ListOutboundIpReqBuilder + func (builder *ListOutboundIpReqBuilder) PageSize(pageSize int) *ListOutboundIpReqBuilder + func (builder *ListOutboundIpReqBuilder) PageToken(pageToken string) *ListOutboundIpReqBuilder + type ListOutboundIpResp struct + Data *ListOutboundIpRespData + func (resp *ListOutboundIpResp) Success() bool + type ListOutboundIpRespData struct + HasMore *bool + IpList []string + PageToken *string