Documentation
¶
Overview ¶
Code generated by lark suite oapi sdk gen
Code generated by lark suite oapi sdk gen
Index ¶
- type App
- type AppGetReqCall
- type AppGetResult
- type AppService
- type AppTable
- type AppTableBatchCreateReqBody
- type AppTableBatchCreateReqCall
- type AppTableBatchCreateResult
- type AppTableBatchDeleteReqBody
- type AppTableBatchDeleteReqCall
- type AppTableCreateReqBody
- type AppTableCreateReqCall
- type AppTableCreateResult
- type AppTableDeleteReqCall
- type AppTableField
- type AppTableFieldCreateReqCall
- type AppTableFieldCreateResult
- type AppTableFieldDeleteReqCall
- type AppTableFieldDeleteResult
- type AppTableFieldListReqCall
- func (rc *AppTableFieldListReqCall) Do() (*AppTableFieldListResult, error)
- func (rc *AppTableFieldListReqCall) SetAppToken(appToken string)
- func (rc *AppTableFieldListReqCall) SetPageSize(pageSize int)
- func (rc *AppTableFieldListReqCall) SetPageToken(pageToken string)
- func (rc *AppTableFieldListReqCall) SetTableId(tableId string)
- func (rc *AppTableFieldListReqCall) SetViewId(viewId string)
- type AppTableFieldListResult
- type AppTableFieldProperty
- type AppTableFieldPropertyOption
- type AppTableFieldService
- func (appTableFields *AppTableFieldService) Create(ctx *core.Context, body *AppTableField, optFns ...request.OptFn) *AppTableFieldCreateReqCall
- func (appTableFields *AppTableFieldService) Delete(ctx *core.Context, optFns ...request.OptFn) *AppTableFieldDeleteReqCall
- func (appTableFields *AppTableFieldService) List(ctx *core.Context, optFns ...request.OptFn) *AppTableFieldListReqCall
- func (appTableFields *AppTableFieldService) Update(ctx *core.Context, body *AppTableField, optFns ...request.OptFn) *AppTableFieldUpdateReqCall
- type AppTableFieldUpdateReqCall
- type AppTableFieldUpdateResult
- type AppTableListReqCall
- type AppTableListResult
- type AppTableRecord
- type AppTableRecordBatchCreateReqBody
- type AppTableRecordBatchCreateReqCall
- func (rc *AppTableRecordBatchCreateReqCall) Do() (*AppTableRecordBatchCreateResult, error)
- func (rc *AppTableRecordBatchCreateReqCall) SetAppToken(appToken string)
- func (rc *AppTableRecordBatchCreateReqCall) SetTableId(tableId string)
- func (rc *AppTableRecordBatchCreateReqCall) SetUserIdType(userIdType string)
- type AppTableRecordBatchCreateResult
- type AppTableRecordBatchDeleteReqBody
- type AppTableRecordBatchDeleteReqCall
- type AppTableRecordBatchDeleteResult
- type AppTableRecordBatchUpdateReqBody
- type AppTableRecordBatchUpdateReqCall
- func (rc *AppTableRecordBatchUpdateReqCall) Do() (*AppTableRecordBatchUpdateResult, error)
- func (rc *AppTableRecordBatchUpdateReqCall) SetAppToken(appToken string)
- func (rc *AppTableRecordBatchUpdateReqCall) SetTableId(tableId string)
- func (rc *AppTableRecordBatchUpdateReqCall) SetUserIdType(userIdType string)
- type AppTableRecordBatchUpdateResult
- type AppTableRecordCreateReqCall
- type AppTableRecordCreateResult
- type AppTableRecordDeleteReqCall
- type AppTableRecordGetReqCall
- func (rc *AppTableRecordGetReqCall) Do() (*AppTableRecordGetResult, error)
- func (rc *AppTableRecordGetReqCall) SetAppToken(appToken string)
- func (rc *AppTableRecordGetReqCall) SetRecordId(recordId string)
- func (rc *AppTableRecordGetReqCall) SetTableId(tableId string)
- func (rc *AppTableRecordGetReqCall) SetUserIdType(userIdType string)
- type AppTableRecordGetResult
- type AppTableRecordListReqCall
- func (rc *AppTableRecordListReqCall) Do() (*AppTableRecordListResult, error)
- func (rc *AppTableRecordListReqCall) SetAppToken(appToken string)
- func (rc *AppTableRecordListReqCall) SetFieldNames(fieldNames string)
- func (rc *AppTableRecordListReqCall) SetFilter(filter string)
- func (rc *AppTableRecordListReqCall) SetPageSize(pageSize int)
- func (rc *AppTableRecordListReqCall) SetPageToken(pageToken string)
- func (rc *AppTableRecordListReqCall) SetSort(sort string)
- func (rc *AppTableRecordListReqCall) SetTableId(tableId string)
- func (rc *AppTableRecordListReqCall) SetUserIdType(userIdType string)
- func (rc *AppTableRecordListReqCall) SetViewId(viewId string)
- type AppTableRecordListResult
- type AppTableRecordService
- func (appTableRecords *AppTableRecordService) BatchCreate(ctx *core.Context, body *AppTableRecordBatchCreateReqBody, ...) *AppTableRecordBatchCreateReqCall
- func (appTableRecords *AppTableRecordService) BatchDelete(ctx *core.Context, body *AppTableRecordBatchDeleteReqBody, ...) *AppTableRecordBatchDeleteReqCall
- func (appTableRecords *AppTableRecordService) BatchUpdate(ctx *core.Context, body *AppTableRecordBatchUpdateReqBody, ...) *AppTableRecordBatchUpdateReqCall
- func (appTableRecords *AppTableRecordService) Create(ctx *core.Context, body *AppTableRecord, optFns ...request.OptFn) *AppTableRecordCreateReqCall
- func (appTableRecords *AppTableRecordService) Delete(ctx *core.Context, optFns ...request.OptFn) *AppTableRecordDeleteReqCall
- func (appTableRecords *AppTableRecordService) Get(ctx *core.Context, optFns ...request.OptFn) *AppTableRecordGetReqCall
- func (appTableRecords *AppTableRecordService) List(ctx *core.Context, optFns ...request.OptFn) *AppTableRecordListReqCall
- func (appTableRecords *AppTableRecordService) Update(ctx *core.Context, body *AppTableRecord, optFns ...request.OptFn) *AppTableRecordUpdateReqCall
- type AppTableRecordUpdateReqCall
- func (rc *AppTableRecordUpdateReqCall) Do() (*AppTableRecordUpdateResult, error)
- func (rc *AppTableRecordUpdateReqCall) SetAppToken(appToken string)
- func (rc *AppTableRecordUpdateReqCall) SetRecordId(recordId string)
- func (rc *AppTableRecordUpdateReqCall) SetTableId(tableId string)
- func (rc *AppTableRecordUpdateReqCall) SetUserIdType(userIdType string)
- type AppTableRecordUpdateResult
- type AppTableService
- func (appTables *AppTableService) BatchCreate(ctx *core.Context, body *AppTableBatchCreateReqBody, optFns ...request.OptFn) *AppTableBatchCreateReqCall
- func (appTables *AppTableService) BatchDelete(ctx *core.Context, body *AppTableBatchDeleteReqBody, optFns ...request.OptFn) *AppTableBatchDeleteReqCall
- func (appTables *AppTableService) Create(ctx *core.Context, body *AppTableCreateReqBody, optFns ...request.OptFn) *AppTableCreateReqCall
- func (appTables *AppTableService) Delete(ctx *core.Context, optFns ...request.OptFn) *AppTableDeleteReqCall
- func (appTables *AppTableService) List(ctx *core.Context, optFns ...request.OptFn) *AppTableListReqCall
- type AppTableView
- type AppTableViewCreateReqCall
- type AppTableViewCreateResult
- type AppTableViewDeleteReqCall
- type AppTableViewListReqCall
- func (rc *AppTableViewListReqCall) Do() (*AppTableViewListResult, error)
- func (rc *AppTableViewListReqCall) SetAppToken(appToken string)
- func (rc *AppTableViewListReqCall) SetPageSize(pageSize int)
- func (rc *AppTableViewListReqCall) SetPageToken(pageToken string)
- func (rc *AppTableViewListReqCall) SetTableId(tableId string)
- type AppTableViewListResult
- type AppTableViewService
- func (appTableViews *AppTableViewService) Create(ctx *core.Context, body *AppTableView, optFns ...request.OptFn) *AppTableViewCreateReqCall
- func (appTableViews *AppTableViewService) Delete(ctx *core.Context, optFns ...request.OptFn) *AppTableViewDeleteReqCall
- func (appTableViews *AppTableViewService) List(ctx *core.Context, optFns ...request.OptFn) *AppTableViewListReqCall
- type DeleteRecord
- type Person
- type ReqTable
- type Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { AppToken string `json:"app_token,omitempty"` Revision int `json:"revision,omitempty"` ForceSendFields []string `json:"-"` }
func (*App) MarshalJSON ¶
type AppGetReqCall ¶
type AppGetReqCall struct {
// contains filtered or unexported fields
}
func (*AppGetReqCall) Do ¶
func (rc *AppGetReqCall) Do() (*AppGetResult, error)
func (*AppGetReqCall) SetAppToken ¶
func (rc *AppGetReqCall) SetAppToken(appToken string)
type AppGetResult ¶
type AppGetResult struct {
App *App `json:"app,omitempty"`
}
type AppService ¶
type AppService struct {
// contains filtered or unexported fields
}
func (*AppService) Get ¶
func (apps *AppService) Get(ctx *core.Context, optFns ...request.OptFn) *AppGetReqCall
type AppTable ¶
type AppTable struct { TableId string `json:"table_id,omitempty"` Revision int `json:"revision,omitempty"` Name string `json:"name,omitempty"` ForceSendFields []string `json:"-"` }
func (*AppTable) MarshalJSON ¶
type AppTableBatchCreateReqBody ¶ added in v1.1.41
type AppTableBatchCreateReqBody struct { Tables []*ReqTable `json:"tables,omitempty"` ForceSendFields []string `json:"-"` }
func (*AppTableBatchCreateReqBody) MarshalJSON ¶ added in v1.1.41
func (s *AppTableBatchCreateReqBody) MarshalJSON() ([]byte, error)
type AppTableBatchCreateReqCall ¶ added in v1.1.41
type AppTableBatchCreateReqCall struct {
// contains filtered or unexported fields
}
func (*AppTableBatchCreateReqCall) Do ¶ added in v1.1.41
func (rc *AppTableBatchCreateReqCall) Do() (*AppTableBatchCreateResult, error)
func (*AppTableBatchCreateReqCall) SetAppToken ¶ added in v1.1.41
func (rc *AppTableBatchCreateReqCall) SetAppToken(appToken string)
func (*AppTableBatchCreateReqCall) SetUserIdType ¶ added in v1.1.41
func (rc *AppTableBatchCreateReqCall) SetUserIdType(userIdType string)
type AppTableBatchCreateResult ¶ added in v1.1.41
type AppTableBatchCreateResult struct {
TableIds []string `json:"table_ids,omitempty"`
}
type AppTableBatchDeleteReqBody ¶ added in v1.1.41
type AppTableBatchDeleteReqBody struct { TableIds []string `json:"table_ids,omitempty"` ForceSendFields []string `json:"-"` }
func (*AppTableBatchDeleteReqBody) MarshalJSON ¶ added in v1.1.41
func (s *AppTableBatchDeleteReqBody) MarshalJSON() ([]byte, error)
type AppTableBatchDeleteReqCall ¶ added in v1.1.41
type AppTableBatchDeleteReqCall struct {
// contains filtered or unexported fields
}
func (*AppTableBatchDeleteReqCall) Do ¶ added in v1.1.41
func (rc *AppTableBatchDeleteReqCall) Do() (*response.NoData, error)
func (*AppTableBatchDeleteReqCall) SetAppToken ¶ added in v1.1.41
func (rc *AppTableBatchDeleteReqCall) SetAppToken(appToken string)
type AppTableCreateReqBody ¶ added in v1.1.41
type AppTableCreateReqBody struct { Table *ReqTable `json:"table,omitempty"` ForceSendFields []string `json:"-"` }
func (*AppTableCreateReqBody) MarshalJSON ¶ added in v1.1.41
func (s *AppTableCreateReqBody) MarshalJSON() ([]byte, error)
type AppTableCreateReqCall ¶ added in v1.1.41
type AppTableCreateReqCall struct {
// contains filtered or unexported fields
}
func (*AppTableCreateReqCall) Do ¶ added in v1.1.41
func (rc *AppTableCreateReqCall) Do() (*AppTableCreateResult, error)
func (*AppTableCreateReqCall) SetAppToken ¶ added in v1.1.41
func (rc *AppTableCreateReqCall) SetAppToken(appToken string)
func (*AppTableCreateReqCall) SetUserIdType ¶ added in v1.1.41
func (rc *AppTableCreateReqCall) SetUserIdType(userIdType string)
type AppTableCreateResult ¶ added in v1.1.41
type AppTableCreateResult struct {
TableId string `json:"table_id,omitempty"`
}
type AppTableDeleteReqCall ¶ added in v1.1.41
type AppTableDeleteReqCall struct {
// contains filtered or unexported fields
}
func (*AppTableDeleteReqCall) Do ¶ added in v1.1.41
func (rc *AppTableDeleteReqCall) Do() (*response.NoData, error)
func (*AppTableDeleteReqCall) SetAppToken ¶ added in v1.1.41
func (rc *AppTableDeleteReqCall) SetAppToken(appToken string)
func (*AppTableDeleteReqCall) SetTableId ¶ added in v1.1.41
func (rc *AppTableDeleteReqCall) SetTableId(tableId string)
type AppTableField ¶
type AppTableField struct { FieldId string `json:"field_id,omitempty"` FieldName string `json:"field_name,omitempty"` Type int `json:"type,omitempty"` Property *AppTableFieldProperty `json:"property,omitempty"` ForceSendFields []string `json:"-"` }
func (*AppTableField) MarshalJSON ¶
func (s *AppTableField) MarshalJSON() ([]byte, error)
type AppTableFieldCreateReqCall ¶ added in v1.1.41
type AppTableFieldCreateReqCall struct {
// contains filtered or unexported fields
}
func (*AppTableFieldCreateReqCall) Do ¶ added in v1.1.41
func (rc *AppTableFieldCreateReqCall) Do() (*AppTableFieldCreateResult, error)
func (*AppTableFieldCreateReqCall) SetAppToken ¶ added in v1.1.41
func (rc *AppTableFieldCreateReqCall) SetAppToken(appToken string)
func (*AppTableFieldCreateReqCall) SetTableId ¶ added in v1.1.41
func (rc *AppTableFieldCreateReqCall) SetTableId(tableId string)
func (*AppTableFieldCreateReqCall) SetUserIdType ¶ added in v1.1.41
func (rc *AppTableFieldCreateReqCall) SetUserIdType(userIdType string)
type AppTableFieldCreateResult ¶ added in v1.1.41
type AppTableFieldCreateResult struct {
Field *AppTableField `json:"field,omitempty"`
}
type AppTableFieldDeleteReqCall ¶ added in v1.1.41
type AppTableFieldDeleteReqCall struct {
// contains filtered or unexported fields
}
func (*AppTableFieldDeleteReqCall) Do ¶ added in v1.1.41
func (rc *AppTableFieldDeleteReqCall) Do() (*AppTableFieldDeleteResult, error)
func (*AppTableFieldDeleteReqCall) SetAppToken ¶ added in v1.1.41
func (rc *AppTableFieldDeleteReqCall) SetAppToken(appToken string)
func (*AppTableFieldDeleteReqCall) SetFieldId ¶ added in v1.1.41
func (rc *AppTableFieldDeleteReqCall) SetFieldId(fieldId string)
func (*AppTableFieldDeleteReqCall) SetTableId ¶ added in v1.1.41
func (rc *AppTableFieldDeleteReqCall) SetTableId(tableId string)
type AppTableFieldDeleteResult ¶ added in v1.1.41
type AppTableFieldListReqCall ¶
type AppTableFieldListReqCall struct {
// contains filtered or unexported fields
}
func (*AppTableFieldListReqCall) Do ¶
func (rc *AppTableFieldListReqCall) Do() (*AppTableFieldListResult, error)
func (*AppTableFieldListReqCall) SetAppToken ¶
func (rc *AppTableFieldListReqCall) SetAppToken(appToken string)
func (*AppTableFieldListReqCall) SetPageSize ¶
func (rc *AppTableFieldListReqCall) SetPageSize(pageSize int)
func (*AppTableFieldListReqCall) SetPageToken ¶
func (rc *AppTableFieldListReqCall) SetPageToken(pageToken string)
func (*AppTableFieldListReqCall) SetTableId ¶
func (rc *AppTableFieldListReqCall) SetTableId(tableId string)
func (*AppTableFieldListReqCall) SetViewId ¶
func (rc *AppTableFieldListReqCall) SetViewId(viewId string)
type AppTableFieldListResult ¶
type AppTableFieldListResult struct { HasMore bool `json:"has_more,omitempty"` PageToken string `json:"page_token,omitempty"` Items []*AppTableField `json:"items,omitempty"` }
type AppTableFieldProperty ¶ added in v1.1.41
type AppTableFieldProperty struct { Options []*AppTableFieldPropertyOption `json:"options,omitempty"` Formatter string `json:"formatter,omitempty"` DateFormat string `json:"date_format,omitempty"` TimeFormat string `json:"time_format,omitempty"` AutoFill bool `json:"auto_fill,omitempty"` Multiple bool `json:"multiple,omitempty"` TableId string `json:"table_id,omitempty"` ViewId string `json:"view_id,omitempty"` Fields []string `json:"fields,omitempty"` ForceSendFields []string `json:"-"` }
func (*AppTableFieldProperty) MarshalJSON ¶ added in v1.1.41
func (s *AppTableFieldProperty) MarshalJSON() ([]byte, error)
type AppTableFieldPropertyOption ¶ added in v1.1.41
type AppTableFieldPropertyOption struct { Name string `json:"name,omitempty"` Id string `json:"id,omitempty"` ForceSendFields []string `json:"-"` }
func (*AppTableFieldPropertyOption) MarshalJSON ¶ added in v1.1.41
func (s *AppTableFieldPropertyOption) MarshalJSON() ([]byte, error)
type AppTableFieldService ¶
type AppTableFieldService struct {
// contains filtered or unexported fields
}
func (*AppTableFieldService) Create ¶ added in v1.1.41
func (appTableFields *AppTableFieldService) Create(ctx *core.Context, body *AppTableField, optFns ...request.OptFn) *AppTableFieldCreateReqCall
func (*AppTableFieldService) Delete ¶ added in v1.1.41
func (appTableFields *AppTableFieldService) Delete(ctx *core.Context, optFns ...request.OptFn) *AppTableFieldDeleteReqCall
func (*AppTableFieldService) List ¶
func (appTableFields *AppTableFieldService) List(ctx *core.Context, optFns ...request.OptFn) *AppTableFieldListReqCall
func (*AppTableFieldService) Update ¶ added in v1.1.41
func (appTableFields *AppTableFieldService) Update(ctx *core.Context, body *AppTableField, optFns ...request.OptFn) *AppTableFieldUpdateReqCall
type AppTableFieldUpdateReqCall ¶ added in v1.1.41
type AppTableFieldUpdateReqCall struct {
// contains filtered or unexported fields
}
func (*AppTableFieldUpdateReqCall) Do ¶ added in v1.1.41
func (rc *AppTableFieldUpdateReqCall) Do() (*AppTableFieldUpdateResult, error)
func (*AppTableFieldUpdateReqCall) SetAppToken ¶ added in v1.1.41
func (rc *AppTableFieldUpdateReqCall) SetAppToken(appToken string)
func (*AppTableFieldUpdateReqCall) SetFieldId ¶ added in v1.1.41
func (rc *AppTableFieldUpdateReqCall) SetFieldId(fieldId string)
func (*AppTableFieldUpdateReqCall) SetTableId ¶ added in v1.1.41
func (rc *AppTableFieldUpdateReqCall) SetTableId(tableId string)
type AppTableFieldUpdateResult ¶ added in v1.1.41
type AppTableFieldUpdateResult struct {
Field *AppTableField `json:"field,omitempty"`
}
type AppTableListReqCall ¶
type AppTableListReqCall struct {
// contains filtered or unexported fields
}
func (*AppTableListReqCall) Do ¶
func (rc *AppTableListReqCall) Do() (*AppTableListResult, error)
func (*AppTableListReqCall) SetAppToken ¶
func (rc *AppTableListReqCall) SetAppToken(appToken string)
func (*AppTableListReqCall) SetPageSize ¶
func (rc *AppTableListReqCall) SetPageSize(pageSize int)
func (*AppTableListReqCall) SetPageToken ¶
func (rc *AppTableListReqCall) SetPageToken(pageToken string)
type AppTableListResult ¶
type AppTableRecord ¶
type AppTableRecord struct { RecordId string `json:"record_id,omitempty"` Fields map[string]interface{} `json:"fields,omitempty"` ForceSendFields []string `json:"-"` }
func (*AppTableRecord) MarshalJSON ¶
func (s *AppTableRecord) MarshalJSON() ([]byte, error)
type AppTableRecordBatchCreateReqBody ¶
type AppTableRecordBatchCreateReqBody struct { Records []*AppTableRecord `json:"records,omitempty"` ForceSendFields []string `json:"-"` }
func (*AppTableRecordBatchCreateReqBody) MarshalJSON ¶
func (s *AppTableRecordBatchCreateReqBody) MarshalJSON() ([]byte, error)
type AppTableRecordBatchCreateReqCall ¶
type AppTableRecordBatchCreateReqCall struct {
// contains filtered or unexported fields
}
func (*AppTableRecordBatchCreateReqCall) Do ¶
func (rc *AppTableRecordBatchCreateReqCall) Do() (*AppTableRecordBatchCreateResult, error)
func (*AppTableRecordBatchCreateReqCall) SetAppToken ¶
func (rc *AppTableRecordBatchCreateReqCall) SetAppToken(appToken string)
func (*AppTableRecordBatchCreateReqCall) SetTableId ¶
func (rc *AppTableRecordBatchCreateReqCall) SetTableId(tableId string)
func (*AppTableRecordBatchCreateReqCall) SetUserIdType ¶
func (rc *AppTableRecordBatchCreateReqCall) SetUserIdType(userIdType string)
type AppTableRecordBatchCreateResult ¶
type AppTableRecordBatchCreateResult struct {
Records []*AppTableRecord `json:"records,omitempty"`
}
type AppTableRecordBatchDeleteReqBody ¶
type AppTableRecordBatchDeleteReqBody struct { Records []string `json:"records,omitempty"` ForceSendFields []string `json:"-"` }
func (*AppTableRecordBatchDeleteReqBody) MarshalJSON ¶
func (s *AppTableRecordBatchDeleteReqBody) MarshalJSON() ([]byte, error)
type AppTableRecordBatchDeleteReqCall ¶
type AppTableRecordBatchDeleteReqCall struct {
// contains filtered or unexported fields
}
func (*AppTableRecordBatchDeleteReqCall) Do ¶
func (rc *AppTableRecordBatchDeleteReqCall) Do() (*AppTableRecordBatchDeleteResult, error)
func (*AppTableRecordBatchDeleteReqCall) SetAppToken ¶
func (rc *AppTableRecordBatchDeleteReqCall) SetAppToken(appToken string)
func (*AppTableRecordBatchDeleteReqCall) SetTableId ¶
func (rc *AppTableRecordBatchDeleteReqCall) SetTableId(tableId string)
type AppTableRecordBatchDeleteResult ¶
type AppTableRecordBatchDeleteResult struct {
Records []*DeleteRecord `json:"records,omitempty"`
}
type AppTableRecordBatchUpdateReqBody ¶
type AppTableRecordBatchUpdateReqBody struct { Records []*AppTableRecord `json:"records,omitempty"` ForceSendFields []string `json:"-"` }
func (*AppTableRecordBatchUpdateReqBody) MarshalJSON ¶
func (s *AppTableRecordBatchUpdateReqBody) MarshalJSON() ([]byte, error)
type AppTableRecordBatchUpdateReqCall ¶
type AppTableRecordBatchUpdateReqCall struct {
// contains filtered or unexported fields
}
func (*AppTableRecordBatchUpdateReqCall) Do ¶
func (rc *AppTableRecordBatchUpdateReqCall) Do() (*AppTableRecordBatchUpdateResult, error)
func (*AppTableRecordBatchUpdateReqCall) SetAppToken ¶
func (rc *AppTableRecordBatchUpdateReqCall) SetAppToken(appToken string)
func (*AppTableRecordBatchUpdateReqCall) SetTableId ¶
func (rc *AppTableRecordBatchUpdateReqCall) SetTableId(tableId string)
func (*AppTableRecordBatchUpdateReqCall) SetUserIdType ¶
func (rc *AppTableRecordBatchUpdateReqCall) SetUserIdType(userIdType string)
type AppTableRecordBatchUpdateResult ¶
type AppTableRecordBatchUpdateResult struct {
Records []*AppTableRecord `json:"records,omitempty"`
}
type AppTableRecordCreateReqCall ¶
type AppTableRecordCreateReqCall struct {
// contains filtered or unexported fields
}
func (*AppTableRecordCreateReqCall) Do ¶
func (rc *AppTableRecordCreateReqCall) Do() (*AppTableRecordCreateResult, error)
func (*AppTableRecordCreateReqCall) SetAppToken ¶
func (rc *AppTableRecordCreateReqCall) SetAppToken(appToken string)
func (*AppTableRecordCreateReqCall) SetTableId ¶
func (rc *AppTableRecordCreateReqCall) SetTableId(tableId string)
func (*AppTableRecordCreateReqCall) SetUserIdType ¶
func (rc *AppTableRecordCreateReqCall) SetUserIdType(userIdType string)
type AppTableRecordCreateResult ¶
type AppTableRecordCreateResult struct {
Record *AppTableRecord `json:"record,omitempty"`
}
type AppTableRecordDeleteReqCall ¶
type AppTableRecordDeleteReqCall struct {
// contains filtered or unexported fields
}
func (*AppTableRecordDeleteReqCall) Do ¶
func (rc *AppTableRecordDeleteReqCall) Do() (*DeleteRecord, error)
func (*AppTableRecordDeleteReqCall) SetAppToken ¶
func (rc *AppTableRecordDeleteReqCall) SetAppToken(appToken string)
func (*AppTableRecordDeleteReqCall) SetRecordId ¶
func (rc *AppTableRecordDeleteReqCall) SetRecordId(recordId string)
func (*AppTableRecordDeleteReqCall) SetTableId ¶
func (rc *AppTableRecordDeleteReqCall) SetTableId(tableId string)
type AppTableRecordGetReqCall ¶
type AppTableRecordGetReqCall struct {
// contains filtered or unexported fields
}
func (*AppTableRecordGetReqCall) Do ¶
func (rc *AppTableRecordGetReqCall) Do() (*AppTableRecordGetResult, error)
func (*AppTableRecordGetReqCall) SetAppToken ¶
func (rc *AppTableRecordGetReqCall) SetAppToken(appToken string)
func (*AppTableRecordGetReqCall) SetRecordId ¶
func (rc *AppTableRecordGetReqCall) SetRecordId(recordId string)
func (*AppTableRecordGetReqCall) SetTableId ¶
func (rc *AppTableRecordGetReqCall) SetTableId(tableId string)
func (*AppTableRecordGetReqCall) SetUserIdType ¶ added in v1.1.41
func (rc *AppTableRecordGetReqCall) SetUserIdType(userIdType string)
type AppTableRecordGetResult ¶
type AppTableRecordGetResult struct {
Record *AppTableRecord `json:"record,omitempty"`
}
type AppTableRecordListReqCall ¶
type AppTableRecordListReqCall struct {
// contains filtered or unexported fields
}
func (*AppTableRecordListReqCall) Do ¶
func (rc *AppTableRecordListReqCall) Do() (*AppTableRecordListResult, error)
func (*AppTableRecordListReqCall) SetAppToken ¶
func (rc *AppTableRecordListReqCall) SetAppToken(appToken string)
func (*AppTableRecordListReqCall) SetFieldNames ¶ added in v1.1.41
func (rc *AppTableRecordListReqCall) SetFieldNames(fieldNames string)
func (*AppTableRecordListReqCall) SetFilter ¶ added in v1.1.41
func (rc *AppTableRecordListReqCall) SetFilter(filter string)
func (*AppTableRecordListReqCall) SetPageSize ¶
func (rc *AppTableRecordListReqCall) SetPageSize(pageSize int)
func (*AppTableRecordListReqCall) SetPageToken ¶
func (rc *AppTableRecordListReqCall) SetPageToken(pageToken string)
func (*AppTableRecordListReqCall) SetSort ¶ added in v1.1.41
func (rc *AppTableRecordListReqCall) SetSort(sort string)
func (*AppTableRecordListReqCall) SetTableId ¶
func (rc *AppTableRecordListReqCall) SetTableId(tableId string)
func (*AppTableRecordListReqCall) SetUserIdType ¶ added in v1.1.41
func (rc *AppTableRecordListReqCall) SetUserIdType(userIdType string)
func (*AppTableRecordListReqCall) SetViewId ¶
func (rc *AppTableRecordListReqCall) SetViewId(viewId string)
type AppTableRecordListResult ¶
type AppTableRecordListResult struct { HasMore bool `json:"has_more,omitempty"` PageToken string `json:"page_token,omitempty"` Items []*AppTableRecord `json:"items,omitempty"` }
type AppTableRecordService ¶
type AppTableRecordService struct {
// contains filtered or unexported fields
}
func (*AppTableRecordService) BatchCreate ¶
func (appTableRecords *AppTableRecordService) BatchCreate(ctx *core.Context, body *AppTableRecordBatchCreateReqBody, optFns ...request.OptFn) *AppTableRecordBatchCreateReqCall
func (*AppTableRecordService) BatchDelete ¶
func (appTableRecords *AppTableRecordService) BatchDelete(ctx *core.Context, body *AppTableRecordBatchDeleteReqBody, optFns ...request.OptFn) *AppTableRecordBatchDeleteReqCall
func (*AppTableRecordService) BatchUpdate ¶
func (appTableRecords *AppTableRecordService) BatchUpdate(ctx *core.Context, body *AppTableRecordBatchUpdateReqBody, optFns ...request.OptFn) *AppTableRecordBatchUpdateReqCall
func (*AppTableRecordService) Create ¶
func (appTableRecords *AppTableRecordService) Create(ctx *core.Context, body *AppTableRecord, optFns ...request.OptFn) *AppTableRecordCreateReqCall
func (*AppTableRecordService) Delete ¶
func (appTableRecords *AppTableRecordService) Delete(ctx *core.Context, optFns ...request.OptFn) *AppTableRecordDeleteReqCall
func (*AppTableRecordService) Get ¶
func (appTableRecords *AppTableRecordService) Get(ctx *core.Context, optFns ...request.OptFn) *AppTableRecordGetReqCall
func (*AppTableRecordService) List ¶
func (appTableRecords *AppTableRecordService) List(ctx *core.Context, optFns ...request.OptFn) *AppTableRecordListReqCall
func (*AppTableRecordService) Update ¶
func (appTableRecords *AppTableRecordService) Update(ctx *core.Context, body *AppTableRecord, optFns ...request.OptFn) *AppTableRecordUpdateReqCall
type AppTableRecordUpdateReqCall ¶
type AppTableRecordUpdateReqCall struct {
// contains filtered or unexported fields
}
func (*AppTableRecordUpdateReqCall) Do ¶
func (rc *AppTableRecordUpdateReqCall) Do() (*AppTableRecordUpdateResult, error)
func (*AppTableRecordUpdateReqCall) SetAppToken ¶
func (rc *AppTableRecordUpdateReqCall) SetAppToken(appToken string)
func (*AppTableRecordUpdateReqCall) SetRecordId ¶
func (rc *AppTableRecordUpdateReqCall) SetRecordId(recordId string)
func (*AppTableRecordUpdateReqCall) SetTableId ¶
func (rc *AppTableRecordUpdateReqCall) SetTableId(tableId string)
func (*AppTableRecordUpdateReqCall) SetUserIdType ¶
func (rc *AppTableRecordUpdateReqCall) SetUserIdType(userIdType string)
type AppTableRecordUpdateResult ¶
type AppTableRecordUpdateResult struct {
Record *AppTableRecord `json:"record,omitempty"`
}
type AppTableService ¶
type AppTableService struct {
// contains filtered or unexported fields
}
func (*AppTableService) BatchCreate ¶ added in v1.1.41
func (appTables *AppTableService) BatchCreate(ctx *core.Context, body *AppTableBatchCreateReqBody, optFns ...request.OptFn) *AppTableBatchCreateReqCall
func (*AppTableService) BatchDelete ¶ added in v1.1.41
func (appTables *AppTableService) BatchDelete(ctx *core.Context, body *AppTableBatchDeleteReqBody, optFns ...request.OptFn) *AppTableBatchDeleteReqCall
func (*AppTableService) Create ¶ added in v1.1.41
func (appTables *AppTableService) Create(ctx *core.Context, body *AppTableCreateReqBody, optFns ...request.OptFn) *AppTableCreateReqCall
func (*AppTableService) Delete ¶ added in v1.1.41
func (appTables *AppTableService) Delete(ctx *core.Context, optFns ...request.OptFn) *AppTableDeleteReqCall
func (*AppTableService) List ¶
func (appTables *AppTableService) List(ctx *core.Context, optFns ...request.OptFn) *AppTableListReqCall
type AppTableView ¶ added in v1.1.41
type AppTableView struct { ViewId string `json:"view_id,omitempty"` ViewName string `json:"view_name,omitempty"` ViewType string `json:"view_type,omitempty"` ForceSendFields []string `json:"-"` }
func (*AppTableView) MarshalJSON ¶ added in v1.1.41
func (s *AppTableView) MarshalJSON() ([]byte, error)
type AppTableViewCreateReqCall ¶ added in v1.1.41
type AppTableViewCreateReqCall struct {
// contains filtered or unexported fields
}
func (*AppTableViewCreateReqCall) Do ¶ added in v1.1.41
func (rc *AppTableViewCreateReqCall) Do() (*AppTableViewCreateResult, error)
func (*AppTableViewCreateReqCall) SetAppToken ¶ added in v1.1.41
func (rc *AppTableViewCreateReqCall) SetAppToken(appToken string)
func (*AppTableViewCreateReqCall) SetTableId ¶ added in v1.1.41
func (rc *AppTableViewCreateReqCall) SetTableId(tableId string)
type AppTableViewCreateResult ¶ added in v1.1.41
type AppTableViewCreateResult struct {
AppTableView *AppTableView `json:"app.table.view,omitempty"`
}
type AppTableViewDeleteReqCall ¶ added in v1.1.41
type AppTableViewDeleteReqCall struct {
// contains filtered or unexported fields
}
func (*AppTableViewDeleteReqCall) Do ¶ added in v1.1.41
func (rc *AppTableViewDeleteReqCall) Do() (*response.NoData, error)
func (*AppTableViewDeleteReqCall) SetAppToken ¶ added in v1.1.41
func (rc *AppTableViewDeleteReqCall) SetAppToken(appToken string)
func (*AppTableViewDeleteReqCall) SetTableId ¶ added in v1.1.41
func (rc *AppTableViewDeleteReqCall) SetTableId(tableId string)
func (*AppTableViewDeleteReqCall) SetViewId ¶ added in v1.1.41
func (rc *AppTableViewDeleteReqCall) SetViewId(viewId string)
type AppTableViewListReqCall ¶ added in v1.1.41
type AppTableViewListReqCall struct {
// contains filtered or unexported fields
}
func (*AppTableViewListReqCall) Do ¶ added in v1.1.41
func (rc *AppTableViewListReqCall) Do() (*AppTableViewListResult, error)
func (*AppTableViewListReqCall) SetAppToken ¶ added in v1.1.41
func (rc *AppTableViewListReqCall) SetAppToken(appToken string)
func (*AppTableViewListReqCall) SetPageSize ¶ added in v1.1.41
func (rc *AppTableViewListReqCall) SetPageSize(pageSize int)
func (*AppTableViewListReqCall) SetPageToken ¶ added in v1.1.41
func (rc *AppTableViewListReqCall) SetPageToken(pageToken string)
func (*AppTableViewListReqCall) SetTableId ¶ added in v1.1.41
func (rc *AppTableViewListReqCall) SetTableId(tableId string)
type AppTableViewListResult ¶ added in v1.1.41
type AppTableViewListResult struct { Items []*AppTableView `json:"items,omitempty"` PageToken string `json:"page_token,omitempty"` HasMore bool `json:"has_more,omitempty"` }
type AppTableViewService ¶ added in v1.1.41
type AppTableViewService struct {
// contains filtered or unexported fields
}
func (*AppTableViewService) Create ¶ added in v1.1.41
func (appTableViews *AppTableViewService) Create(ctx *core.Context, body *AppTableView, optFns ...request.OptFn) *AppTableViewCreateReqCall
func (*AppTableViewService) Delete ¶ added in v1.1.41
func (appTableViews *AppTableViewService) Delete(ctx *core.Context, optFns ...request.OptFn) *AppTableViewDeleteReqCall
func (*AppTableViewService) List ¶ added in v1.1.41
func (appTableViews *AppTableViewService) List(ctx *core.Context, optFns ...request.OptFn) *AppTableViewListReqCall
type DeleteRecord ¶
type DeleteRecord struct { Deleted bool `json:"deleted,omitempty"` RecordId string `json:"record_id,omitempty"` ForceSendFields []string `json:"-"` }
func (*DeleteRecord) MarshalJSON ¶
func (s *DeleteRecord) MarshalJSON() ([]byte, error)
type Person ¶
type Person struct { Id string `json:"id,omitempty"` Name string `json:"name,omitempty"` EnName string `json:"en_name,omitempty"` Email string `json:"email,omitempty"` ForceSendFields []string `json:"-"` }
func (*Person) MarshalJSON ¶
type ReqTable ¶ added in v1.1.41
func (*ReqTable) MarshalJSON ¶ added in v1.1.41
type Service ¶
type Service struct { Apps *AppService AppTables *AppTableService AppTableFields *AppTableFieldService AppTableRecords *AppTableRecordService AppTableViews *AppTableViewService // contains filtered or unexported fields }
func NewService ¶
Click to show internal directories.
Click to hide internal directories.