Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks. *
*
Index ¶
- type Client
- func (client *Client) GetFormInstance(formInstanceId *string, request *GetFormInstanceRequest) (_result *GetFormInstanceResponse, _err error)
- func (client *Client) GetFormInstanceWithOptions(formInstanceId *string, request *GetFormInstanceRequest, ...) (_result *GetFormInstanceResponse, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
- func (client *Client) ListFormInstances(formCode *string, request *ListFormInstancesRequest) (_result *ListFormInstancesResponse, _err error)
- func (client *Client) ListFormInstancesWithOptions(formCode *string, request *ListFormInstancesRequest, ...) (_result *ListFormInstancesResponse, _err error)
- func (client *Client) ListFormSchemasByCreator(request *ListFormSchemasByCreatorRequest) (_result *ListFormSchemasByCreatorResponse, _err error)
- func (client *Client) ListFormSchemasByCreatorWithOptions(request *ListFormSchemasByCreatorRequest, ...) (_result *ListFormSchemasByCreatorResponse, _err error)
- type GetFormInstanceHeaders
- type GetFormInstanceRequest
- type GetFormInstanceResponse
- type GetFormInstanceResponseBody
- func (s GetFormInstanceResponseBody) GoString() string
- func (s *GetFormInstanceResponseBody) SetResult(v *GetFormInstanceResponseBodyResult) *GetFormInstanceResponseBody
- func (s *GetFormInstanceResponseBody) SetSuccess(v bool) *GetFormInstanceResponseBody
- func (s GetFormInstanceResponseBody) String() string
- type GetFormInstanceResponseBodyResult
- func (s GetFormInstanceResponseBodyResult) GoString() string
- func (s *GetFormInstanceResponseBodyResult) SetCreateTime(v string) *GetFormInstanceResponseBodyResult
- func (s *GetFormInstanceResponseBodyResult) SetCreator(v string) *GetFormInstanceResponseBodyResult
- func (s *GetFormInstanceResponseBodyResult) SetFormCode(v string) *GetFormInstanceResponseBodyResult
- func (s *GetFormInstanceResponseBodyResult) SetForms(v []*GetFormInstanceResponseBodyResultForms) *GetFormInstanceResponseBodyResult
- func (s *GetFormInstanceResponseBodyResult) SetModifyTime(v string) *GetFormInstanceResponseBodyResult
- func (s *GetFormInstanceResponseBodyResult) SetTitle(v string) *GetFormInstanceResponseBodyResult
- func (s GetFormInstanceResponseBodyResult) String() string
- type GetFormInstanceResponseBodyResultForms
- func (s GetFormInstanceResponseBodyResultForms) GoString() string
- func (s *GetFormInstanceResponseBodyResultForms) SetKey(v string) *GetFormInstanceResponseBodyResultForms
- func (s *GetFormInstanceResponseBodyResultForms) SetLabel(v string) *GetFormInstanceResponseBodyResultForms
- func (s *GetFormInstanceResponseBodyResultForms) SetValue(v string) *GetFormInstanceResponseBodyResultForms
- func (s GetFormInstanceResponseBodyResultForms) String() string
- type ListFormInstancesHeaders
- type ListFormInstancesRequest
- func (s ListFormInstancesRequest) GoString() string
- func (s *ListFormInstancesRequest) SetActionDate(v string) *ListFormInstancesRequest
- func (s *ListFormInstancesRequest) SetBizType(v int32) *ListFormInstancesRequest
- func (s *ListFormInstancesRequest) SetMaxResults(v int32) *ListFormInstancesRequest
- func (s *ListFormInstancesRequest) SetNextToken(v int32) *ListFormInstancesRequest
- func (s ListFormInstancesRequest) String() string
- type ListFormInstancesResponse
- func (s ListFormInstancesResponse) GoString() string
- func (s *ListFormInstancesResponse) SetBody(v *ListFormInstancesResponseBody) *ListFormInstancesResponse
- func (s *ListFormInstancesResponse) SetHeaders(v map[string]*string) *ListFormInstancesResponse
- func (s ListFormInstancesResponse) String() string
- type ListFormInstancesResponseBody
- func (s ListFormInstancesResponseBody) GoString() string
- func (s *ListFormInstancesResponseBody) SetResult(v *ListFormInstancesResponseBodyResult) *ListFormInstancesResponseBody
- func (s *ListFormInstancesResponseBody) SetSuccess(v bool) *ListFormInstancesResponseBody
- func (s ListFormInstancesResponseBody) String() string
- type ListFormInstancesResponseBodyResult
- func (s ListFormInstancesResponseBodyResult) GoString() string
- func (s *ListFormInstancesResponseBodyResult) SetHasMore(v bool) *ListFormInstancesResponseBodyResult
- func (s *ListFormInstancesResponseBodyResult) SetList(v []*ListFormInstancesResponseBodyResultList) *ListFormInstancesResponseBodyResult
- func (s *ListFormInstancesResponseBodyResult) SetNextToken(v int64) *ListFormInstancesResponseBodyResult
- func (s ListFormInstancesResponseBodyResult) String() string
- type ListFormInstancesResponseBodyResultList
- func (s ListFormInstancesResponseBodyResultList) GoString() string
- func (s *ListFormInstancesResponseBodyResultList) SetCreateTime(v string) *ListFormInstancesResponseBodyResultList
- func (s *ListFormInstancesResponseBodyResultList) SetFormCode(v string) *ListFormInstancesResponseBodyResultList
- func (s *ListFormInstancesResponseBodyResultList) SetFormInstanceId(v string) *ListFormInstancesResponseBodyResultList
- func (s *ListFormInstancesResponseBodyResultList) SetForms(v []*ListFormInstancesResponseBodyResultListForms) *ListFormInstancesResponseBodyResultList
- func (s *ListFormInstancesResponseBodyResultList) SetModifyTime(v string) *ListFormInstancesResponseBodyResultList
- func (s *ListFormInstancesResponseBodyResultList) SetStudentClassId(v string) *ListFormInstancesResponseBodyResultList
- func (s *ListFormInstancesResponseBodyResultList) SetStudentClassName(v string) *ListFormInstancesResponseBodyResultList
- func (s *ListFormInstancesResponseBodyResultList) SetStudentName(v string) *ListFormInstancesResponseBodyResultList
- func (s *ListFormInstancesResponseBodyResultList) SetStudentUserId(v string) *ListFormInstancesResponseBodyResultList
- func (s *ListFormInstancesResponseBodyResultList) SetSubmitterUserId(v string) *ListFormInstancesResponseBodyResultList
- func (s *ListFormInstancesResponseBodyResultList) SetSubmitterUserName(v string) *ListFormInstancesResponseBodyResultList
- func (s *ListFormInstancesResponseBodyResultList) SetTitle(v string) *ListFormInstancesResponseBodyResultList
- func (s ListFormInstancesResponseBodyResultList) String() string
- type ListFormInstancesResponseBodyResultListForms
- func (s ListFormInstancesResponseBodyResultListForms) GoString() string
- func (s *ListFormInstancesResponseBodyResultListForms) SetKey(v string) *ListFormInstancesResponseBodyResultListForms
- func (s *ListFormInstancesResponseBodyResultListForms) SetLabel(v string) *ListFormInstancesResponseBodyResultListForms
- func (s *ListFormInstancesResponseBodyResultListForms) SetValue(v string) *ListFormInstancesResponseBodyResultListForms
- func (s ListFormInstancesResponseBodyResultListForms) String() string
- type ListFormSchemasByCreatorHeaders
- func (s ListFormSchemasByCreatorHeaders) GoString() string
- func (s *ListFormSchemasByCreatorHeaders) SetCommonHeaders(v map[string]*string) *ListFormSchemasByCreatorHeaders
- func (s *ListFormSchemasByCreatorHeaders) SetXAcsDingtalkAccessToken(v string) *ListFormSchemasByCreatorHeaders
- func (s ListFormSchemasByCreatorHeaders) String() string
- type ListFormSchemasByCreatorRequest
- func (s ListFormSchemasByCreatorRequest) GoString() string
- func (s *ListFormSchemasByCreatorRequest) SetBizType(v int32) *ListFormSchemasByCreatorRequest
- func (s *ListFormSchemasByCreatorRequest) SetCreator(v string) *ListFormSchemasByCreatorRequest
- func (s *ListFormSchemasByCreatorRequest) SetMaxResults(v int32) *ListFormSchemasByCreatorRequest
- func (s *ListFormSchemasByCreatorRequest) SetNextToken(v int64) *ListFormSchemasByCreatorRequest
- func (s ListFormSchemasByCreatorRequest) String() string
- type ListFormSchemasByCreatorResponse
- func (s ListFormSchemasByCreatorResponse) GoString() string
- func (s *ListFormSchemasByCreatorResponse) SetBody(v *ListFormSchemasByCreatorResponseBody) *ListFormSchemasByCreatorResponse
- func (s *ListFormSchemasByCreatorResponse) SetHeaders(v map[string]*string) *ListFormSchemasByCreatorResponse
- func (s ListFormSchemasByCreatorResponse) String() string
- type ListFormSchemasByCreatorResponseBody
- func (s ListFormSchemasByCreatorResponseBody) GoString() string
- func (s *ListFormSchemasByCreatorResponseBody) SetResult(v *ListFormSchemasByCreatorResponseBodyResult) *ListFormSchemasByCreatorResponseBody
- func (s *ListFormSchemasByCreatorResponseBody) SetSuccess(v bool) *ListFormSchemasByCreatorResponseBody
- func (s ListFormSchemasByCreatorResponseBody) String() string
- type ListFormSchemasByCreatorResponseBodyResult
- func (s ListFormSchemasByCreatorResponseBodyResult) GoString() string
- func (s *ListFormSchemasByCreatorResponseBodyResult) SetHasMore(v bool) *ListFormSchemasByCreatorResponseBodyResult
- func (s *ListFormSchemasByCreatorResponseBodyResult) SetList(v []*ListFormSchemasByCreatorResponseBodyResultList) *ListFormSchemasByCreatorResponseBodyResult
- func (s *ListFormSchemasByCreatorResponseBodyResult) SetNextToken(v int64) *ListFormSchemasByCreatorResponseBodyResult
- func (s ListFormSchemasByCreatorResponseBodyResult) String() string
- type ListFormSchemasByCreatorResponseBodyResultList
- func (s ListFormSchemasByCreatorResponseBodyResultList) GoString() string
- func (s *ListFormSchemasByCreatorResponseBodyResultList) SetCreator(v string) *ListFormSchemasByCreatorResponseBodyResultList
- func (s *ListFormSchemasByCreatorResponseBodyResultList) SetFormCode(v string) *ListFormSchemasByCreatorResponseBodyResultList
- func (s *ListFormSchemasByCreatorResponseBodyResultList) SetMemo(v string) *ListFormSchemasByCreatorResponseBodyResultList
- func (s *ListFormSchemasByCreatorResponseBodyResultList) SetName(v string) *ListFormSchemasByCreatorResponseBodyResultList
- func (s *ListFormSchemasByCreatorResponseBodyResultList) SetSetting(v *ListFormSchemasByCreatorResponseBodyResultListSetting) *ListFormSchemasByCreatorResponseBodyResultList
- func (s ListFormSchemasByCreatorResponseBodyResultList) String() string
- type ListFormSchemasByCreatorResponseBodyResultListSetting
- func (s ListFormSchemasByCreatorResponseBodyResultListSetting) GoString() string
- func (s *ListFormSchemasByCreatorResponseBodyResultListSetting) SetBizType(v int32) *ListFormSchemasByCreatorResponseBodyResultListSetting
- func (s *ListFormSchemasByCreatorResponseBodyResultListSetting) SetCreateTime(v string) *ListFormSchemasByCreatorResponseBodyResultListSetting
- func (s *ListFormSchemasByCreatorResponseBodyResultListSetting) SetEndTime(v string) *ListFormSchemasByCreatorResponseBodyResultListSetting
- func (s *ListFormSchemasByCreatorResponseBodyResultListSetting) SetFormType(v int32) *ListFormSchemasByCreatorResponseBodyResultListSetting
- func (s *ListFormSchemasByCreatorResponseBodyResultListSetting) SetLoopDays(v []*int32) *ListFormSchemasByCreatorResponseBodyResultListSetting
- func (s *ListFormSchemasByCreatorResponseBodyResultListSetting) SetLoopTime(v string) *ListFormSchemasByCreatorResponseBodyResultListSetting
- func (s *ListFormSchemasByCreatorResponseBodyResultListSetting) SetStop(v bool) *ListFormSchemasByCreatorResponseBodyResultListSetting
- func (s ListFormSchemasByCreatorResponseBodyResultListSetting) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) GetFormInstance ¶
func (client *Client) GetFormInstance(formInstanceId *string, request *GetFormInstanceRequest) (_result *GetFormInstanceResponse, _err error)
func (*Client) GetFormInstanceWithOptions ¶
func (client *Client) GetFormInstanceWithOptions(formInstanceId *string, request *GetFormInstanceRequest, headers *GetFormInstanceHeaders, runtime *util.RuntimeOptions) (_result *GetFormInstanceResponse, _err error)
func (*Client) ListFormInstances ¶
func (client *Client) ListFormInstances(formCode *string, request *ListFormInstancesRequest) (_result *ListFormInstancesResponse, _err error)
func (*Client) ListFormInstancesWithOptions ¶
func (client *Client) ListFormInstancesWithOptions(formCode *string, request *ListFormInstancesRequest, headers *ListFormInstancesHeaders, runtime *util.RuntimeOptions) (_result *ListFormInstancesResponse, _err error)
func (*Client) ListFormSchemasByCreator ¶
func (client *Client) ListFormSchemasByCreator(request *ListFormSchemasByCreatorRequest) (_result *ListFormSchemasByCreatorResponse, _err error)
func (*Client) ListFormSchemasByCreatorWithOptions ¶
func (client *Client) ListFormSchemasByCreatorWithOptions(request *ListFormSchemasByCreatorRequest, headers *ListFormSchemasByCreatorHeaders, runtime *util.RuntimeOptions) (_result *ListFormSchemasByCreatorResponse, _err error)
type GetFormInstanceHeaders ¶
type GetFormInstanceHeaders 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 (GetFormInstanceHeaders) GoString ¶
func (s GetFormInstanceHeaders) GoString() string
func (*GetFormInstanceHeaders) SetCommonHeaders ¶
func (s *GetFormInstanceHeaders) SetCommonHeaders(v map[string]*string) *GetFormInstanceHeaders
func (*GetFormInstanceHeaders) SetXAcsDingtalkAccessToken ¶
func (s *GetFormInstanceHeaders) SetXAcsDingtalkAccessToken(v string) *GetFormInstanceHeaders
func (GetFormInstanceHeaders) String ¶
func (s GetFormInstanceHeaders) String() string
type GetFormInstanceRequest ¶
type GetFormInstanceRequest struct { // 填表类型。0表示通用填表,1表示教育版填表 BizType *int32 `json:"bizType,omitempty" xml:"bizType,omitempty"` }
func (GetFormInstanceRequest) GoString ¶
func (s GetFormInstanceRequest) GoString() string
func (*GetFormInstanceRequest) SetBizType ¶
func (s *GetFormInstanceRequest) SetBizType(v int32) *GetFormInstanceRequest
func (GetFormInstanceRequest) String ¶
func (s GetFormInstanceRequest) String() string
type GetFormInstanceResponse ¶
type GetFormInstanceResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *GetFormInstanceResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (GetFormInstanceResponse) GoString ¶
func (s GetFormInstanceResponse) GoString() string
func (*GetFormInstanceResponse) SetBody ¶
func (s *GetFormInstanceResponse) SetBody(v *GetFormInstanceResponseBody) *GetFormInstanceResponse
func (*GetFormInstanceResponse) SetHeaders ¶
func (s *GetFormInstanceResponse) SetHeaders(v map[string]*string) *GetFormInstanceResponse
func (GetFormInstanceResponse) String ¶
func (s GetFormInstanceResponse) String() string
type GetFormInstanceResponseBody ¶
type GetFormInstanceResponseBody struct { // 返回结果对象。 Result *GetFormInstanceResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"` // 是否成功。 Success *bool `json:"success,omitempty" xml:"success,omitempty"` }
func (GetFormInstanceResponseBody) GoString ¶
func (s GetFormInstanceResponseBody) GoString() string
func (*GetFormInstanceResponseBody) SetResult ¶
func (s *GetFormInstanceResponseBody) SetResult(v *GetFormInstanceResponseBodyResult) *GetFormInstanceResponseBody
func (*GetFormInstanceResponseBody) SetSuccess ¶
func (s *GetFormInstanceResponseBody) SetSuccess(v bool) *GetFormInstanceResponseBody
func (GetFormInstanceResponseBody) String ¶
func (s GetFormInstanceResponseBody) String() string
type GetFormInstanceResponseBodyResult ¶
type GetFormInstanceResponseBodyResult struct { // 创建时间。iso8601格式。 CreateTime *string `json:"createTime,omitempty" xml:"createTime,omitempty"` // 创建者userid Creator *string `json:"creator,omitempty" xml:"creator,omitempty"` // 填表code,用此code可调接口获取填表实例列表。 FormCode *string `json:"formCode,omitempty" xml:"formCode,omitempty"` // 表单内容列表。 Forms []*GetFormInstanceResponseBodyResultForms `json:"forms,omitempty" xml:"forms,omitempty" type:"Repeated"` // 更新时间。iso8601格式。 ModifyTime *string `json:"modifyTime,omitempty" xml:"modifyTime,omitempty"` // 填表名称。 Title *string `json:"title,omitempty" xml:"title,omitempty"` }
func (GetFormInstanceResponseBodyResult) GoString ¶
func (s GetFormInstanceResponseBodyResult) GoString() string
func (*GetFormInstanceResponseBodyResult) SetCreateTime ¶
func (s *GetFormInstanceResponseBodyResult) SetCreateTime(v string) *GetFormInstanceResponseBodyResult
func (*GetFormInstanceResponseBodyResult) SetCreator ¶
func (s *GetFormInstanceResponseBodyResult) SetCreator(v string) *GetFormInstanceResponseBodyResult
func (*GetFormInstanceResponseBodyResult) SetFormCode ¶
func (s *GetFormInstanceResponseBodyResult) SetFormCode(v string) *GetFormInstanceResponseBodyResult
func (*GetFormInstanceResponseBodyResult) SetForms ¶
func (s *GetFormInstanceResponseBodyResult) SetForms(v []*GetFormInstanceResponseBodyResultForms) *GetFormInstanceResponseBodyResult
func (*GetFormInstanceResponseBodyResult) SetModifyTime ¶
func (s *GetFormInstanceResponseBodyResult) SetModifyTime(v string) *GetFormInstanceResponseBodyResult
func (*GetFormInstanceResponseBodyResult) SetTitle ¶
func (s *GetFormInstanceResponseBodyResult) SetTitle(v string) *GetFormInstanceResponseBodyResult
func (GetFormInstanceResponseBodyResult) String ¶
func (s GetFormInstanceResponseBodyResult) String() string
type GetFormInstanceResponseBodyResultForms ¶
type GetFormInstanceResponseBodyResultForms struct { // 表单控件key。 Key *string `json:"key,omitempty" xml:"key,omitempty"` // 表单主题。 当label字段为空或不存在时,忽略这个label和value。 Label *string `json:"label,omitempty" xml:"label,omitempty"` // 表单的值。 Value *string `json:"value,omitempty" xml:"value,omitempty"` }
func (GetFormInstanceResponseBodyResultForms) GoString ¶
func (s GetFormInstanceResponseBodyResultForms) GoString() string
func (*GetFormInstanceResponseBodyResultForms) SetKey ¶
func (s *GetFormInstanceResponseBodyResultForms) SetKey(v string) *GetFormInstanceResponseBodyResultForms
func (*GetFormInstanceResponseBodyResultForms) SetLabel ¶
func (s *GetFormInstanceResponseBodyResultForms) SetLabel(v string) *GetFormInstanceResponseBodyResultForms
func (*GetFormInstanceResponseBodyResultForms) SetValue ¶
func (s *GetFormInstanceResponseBodyResultForms) SetValue(v string) *GetFormInstanceResponseBodyResultForms
func (GetFormInstanceResponseBodyResultForms) String ¶
func (s GetFormInstanceResponseBodyResultForms) String() string
type ListFormInstancesHeaders ¶
type ListFormInstancesHeaders 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 (ListFormInstancesHeaders) GoString ¶
func (s ListFormInstancesHeaders) GoString() string
func (*ListFormInstancesHeaders) SetCommonHeaders ¶
func (s *ListFormInstancesHeaders) SetCommonHeaders(v map[string]*string) *ListFormInstancesHeaders
func (*ListFormInstancesHeaders) SetXAcsDingtalkAccessToken ¶
func (s *ListFormInstancesHeaders) SetXAcsDingtalkAccessToken(v string) *ListFormInstancesHeaders
func (ListFormInstancesHeaders) String ¶
func (s ListFormInstancesHeaders) String() string
type ListFormInstancesRequest ¶
type ListFormInstancesRequest struct { // 时间,必须是YYYY-MM-DD的格式。循环填表才需要传这个参数。 ActionDate *string `json:"actionDate,omitempty" xml:"actionDate,omitempty"` // 填表类型。0表示通用填表,1表示教育版填表 BizType *int32 `json:"bizType,omitempty" xml:"bizType,omitempty"` // 分页大小,最大100。 MaxResults *int32 `json:"maxResults,omitempty" xml:"maxResults,omitempty"` // 分页起始,从0开始。当返回结果中hasMore为false时,表示没有下一页了。否则取返回结果中nextToken的值作为下一次请求的offset。 NextToken *int32 `json:"nextToken,omitempty" xml:"nextToken,omitempty"` }
func (ListFormInstancesRequest) GoString ¶
func (s ListFormInstancesRequest) GoString() string
func (*ListFormInstancesRequest) SetActionDate ¶
func (s *ListFormInstancesRequest) SetActionDate(v string) *ListFormInstancesRequest
func (*ListFormInstancesRequest) SetBizType ¶
func (s *ListFormInstancesRequest) SetBizType(v int32) *ListFormInstancesRequest
func (*ListFormInstancesRequest) SetMaxResults ¶
func (s *ListFormInstancesRequest) SetMaxResults(v int32) *ListFormInstancesRequest
func (*ListFormInstancesRequest) SetNextToken ¶
func (s *ListFormInstancesRequest) SetNextToken(v int32) *ListFormInstancesRequest
func (ListFormInstancesRequest) String ¶
func (s ListFormInstancesRequest) String() string
type ListFormInstancesResponse ¶
type ListFormInstancesResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *ListFormInstancesResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListFormInstancesResponse) GoString ¶
func (s ListFormInstancesResponse) GoString() string
func (*ListFormInstancesResponse) SetBody ¶
func (s *ListFormInstancesResponse) SetBody(v *ListFormInstancesResponseBody) *ListFormInstancesResponse
func (*ListFormInstancesResponse) SetHeaders ¶
func (s *ListFormInstancesResponse) SetHeaders(v map[string]*string) *ListFormInstancesResponse
func (ListFormInstancesResponse) String ¶
func (s ListFormInstancesResponse) String() string
type ListFormInstancesResponseBody ¶
type ListFormInstancesResponseBody struct { // 返回结果对象。 Result *ListFormInstancesResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"` Success *bool `json:"success,omitempty" xml:"success,omitempty"` }
func (ListFormInstancesResponseBody) GoString ¶
func (s ListFormInstancesResponseBody) GoString() string
func (*ListFormInstancesResponseBody) SetResult ¶
func (s *ListFormInstancesResponseBody) SetResult(v *ListFormInstancesResponseBodyResult) *ListFormInstancesResponseBody
func (*ListFormInstancesResponseBody) SetSuccess ¶
func (s *ListFormInstancesResponseBody) SetSuccess(v bool) *ListFormInstancesResponseBody
func (ListFormInstancesResponseBody) String ¶
func (s ListFormInstancesResponseBody) String() string
type ListFormInstancesResponseBodyResult ¶
type ListFormInstancesResponseBodyResult struct { // 是否还有下一页数据。 HasMore *bool `json:"hasMore,omitempty" xml:"hasMore,omitempty"` // 填表实例列表。 List []*ListFormInstancesResponseBodyResultList `json:"list,omitempty" xml:"list,omitempty" type:"Repeated"` // 下一次分页offset的值。 NextToken *int64 `json:"nextToken,omitempty" xml:"nextToken,omitempty"` }
func (ListFormInstancesResponseBodyResult) GoString ¶
func (s ListFormInstancesResponseBodyResult) GoString() string
func (*ListFormInstancesResponseBodyResult) SetHasMore ¶
func (s *ListFormInstancesResponseBodyResult) SetHasMore(v bool) *ListFormInstancesResponseBodyResult
func (*ListFormInstancesResponseBodyResult) SetNextToken ¶
func (s *ListFormInstancesResponseBodyResult) SetNextToken(v int64) *ListFormInstancesResponseBodyResult
func (ListFormInstancesResponseBodyResult) String ¶
func (s ListFormInstancesResponseBodyResult) String() string
type ListFormInstancesResponseBodyResultList ¶
type ListFormInstancesResponseBodyResultList struct { // 创建时间。iso8601格式。 CreateTime *string `json:"createTime,omitempty" xml:"createTime,omitempty"` // 填表code,用此code可调接口获取填表列表。 FormCode *string `json:"formCode,omitempty" xml:"formCode,omitempty"` // 实例ID。 FormInstanceId *string `json:"formInstanceId,omitempty" xml:"formInstanceId,omitempty"` // 表单内容列表。 Forms []*ListFormInstancesResponseBodyResultListForms `json:"forms,omitempty" xml:"forms,omitempty" type:"Repeated"` // 更新时间。iso8601格式。 ModifyTime *string `json:"modifyTime,omitempty" xml:"modifyTime,omitempty"` // 学生班级ID。 StudentClassId *string `json:"studentClassId,omitempty" xml:"studentClassId,omitempty"` // 学生班级名称。 StudentClassName *string `json:"studentClassName,omitempty" xml:"studentClassName,omitempty"` // 学生名称。 StudentName *string `json:"studentName,omitempty" xml:"studentName,omitempty"` // 学生ID。 StudentUserId *string `json:"studentUserId,omitempty" xml:"studentUserId,omitempty"` // 提交人的userid。 SubmitterUserId *string `json:"submitterUserId,omitempty" xml:"submitterUserId,omitempty"` // 提交人姓名。 SubmitterUserName *string `json:"submitterUserName,omitempty" xml:"submitterUserName,omitempty"` // 填表名称。 Title *string `json:"title,omitempty" xml:"title,omitempty"` }
func (ListFormInstancesResponseBodyResultList) GoString ¶
func (s ListFormInstancesResponseBodyResultList) GoString() string
func (*ListFormInstancesResponseBodyResultList) SetCreateTime ¶
func (s *ListFormInstancesResponseBodyResultList) SetCreateTime(v string) *ListFormInstancesResponseBodyResultList
func (*ListFormInstancesResponseBodyResultList) SetFormCode ¶
func (s *ListFormInstancesResponseBodyResultList) SetFormCode(v string) *ListFormInstancesResponseBodyResultList
func (*ListFormInstancesResponseBodyResultList) SetFormInstanceId ¶
func (s *ListFormInstancesResponseBodyResultList) SetFormInstanceId(v string) *ListFormInstancesResponseBodyResultList
func (*ListFormInstancesResponseBodyResultList) SetModifyTime ¶
func (s *ListFormInstancesResponseBodyResultList) SetModifyTime(v string) *ListFormInstancesResponseBodyResultList
func (*ListFormInstancesResponseBodyResultList) SetStudentClassId ¶
func (s *ListFormInstancesResponseBodyResultList) SetStudentClassId(v string) *ListFormInstancesResponseBodyResultList
func (*ListFormInstancesResponseBodyResultList) SetStudentClassName ¶
func (s *ListFormInstancesResponseBodyResultList) SetStudentClassName(v string) *ListFormInstancesResponseBodyResultList
func (*ListFormInstancesResponseBodyResultList) SetStudentName ¶
func (s *ListFormInstancesResponseBodyResultList) SetStudentName(v string) *ListFormInstancesResponseBodyResultList
func (*ListFormInstancesResponseBodyResultList) SetStudentUserId ¶
func (s *ListFormInstancesResponseBodyResultList) SetStudentUserId(v string) *ListFormInstancesResponseBodyResultList
func (*ListFormInstancesResponseBodyResultList) SetSubmitterUserId ¶
func (s *ListFormInstancesResponseBodyResultList) SetSubmitterUserId(v string) *ListFormInstancesResponseBodyResultList
func (*ListFormInstancesResponseBodyResultList) SetSubmitterUserName ¶
func (s *ListFormInstancesResponseBodyResultList) SetSubmitterUserName(v string) *ListFormInstancesResponseBodyResultList
func (*ListFormInstancesResponseBodyResultList) SetTitle ¶
func (s *ListFormInstancesResponseBodyResultList) SetTitle(v string) *ListFormInstancesResponseBodyResultList
func (ListFormInstancesResponseBodyResultList) String ¶
func (s ListFormInstancesResponseBodyResultList) String() string
type ListFormInstancesResponseBodyResultListForms ¶
type ListFormInstancesResponseBodyResultListForms struct { // 表单控件key。 Key *string `json:"key,omitempty" xml:"key,omitempty"` // 表单主题。 当label字段为空或不存在时,忽略这个label和value。 Label *string `json:"label,omitempty" xml:"label,omitempty"` // 表单的值。 Value *string `json:"value,omitempty" xml:"value,omitempty"` }
func (ListFormInstancesResponseBodyResultListForms) GoString ¶
func (s ListFormInstancesResponseBodyResultListForms) GoString() string
func (*ListFormInstancesResponseBodyResultListForms) SetLabel ¶
func (s *ListFormInstancesResponseBodyResultListForms) SetLabel(v string) *ListFormInstancesResponseBodyResultListForms
func (*ListFormInstancesResponseBodyResultListForms) SetValue ¶
func (s *ListFormInstancesResponseBodyResultListForms) SetValue(v string) *ListFormInstancesResponseBodyResultListForms
func (ListFormInstancesResponseBodyResultListForms) String ¶
func (s ListFormInstancesResponseBodyResultListForms) String() string
type ListFormSchemasByCreatorHeaders ¶
type ListFormSchemasByCreatorHeaders 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 (ListFormSchemasByCreatorHeaders) GoString ¶
func (s ListFormSchemasByCreatorHeaders) GoString() string
func (*ListFormSchemasByCreatorHeaders) SetCommonHeaders ¶
func (s *ListFormSchemasByCreatorHeaders) SetCommonHeaders(v map[string]*string) *ListFormSchemasByCreatorHeaders
func (*ListFormSchemasByCreatorHeaders) SetXAcsDingtalkAccessToken ¶
func (s *ListFormSchemasByCreatorHeaders) SetXAcsDingtalkAccessToken(v string) *ListFormSchemasByCreatorHeaders
func (ListFormSchemasByCreatorHeaders) String ¶
func (s ListFormSchemasByCreatorHeaders) String() string
type ListFormSchemasByCreatorRequest ¶
type ListFormSchemasByCreatorRequest struct { // 填表类型。0表示通用填表,1表示教育版填表 BizType *int32 `json:"bizType,omitempty" xml:"bizType,omitempty"` // 填表创建人userid Creator *string `json:"creator,omitempty" xml:"creator,omitempty"` // 分页大小,最大200 MaxResults *int32 `json:"maxResults,omitempty" xml:"maxResults,omitempty"` // 分页游标,从0开始。后续取返回结果中nextToken的值。 NextToken *int64 `json:"nextToken,omitempty" xml:"nextToken,omitempty"` }
func (ListFormSchemasByCreatorRequest) GoString ¶
func (s ListFormSchemasByCreatorRequest) GoString() string
func (*ListFormSchemasByCreatorRequest) SetBizType ¶
func (s *ListFormSchemasByCreatorRequest) SetBizType(v int32) *ListFormSchemasByCreatorRequest
func (*ListFormSchemasByCreatorRequest) SetCreator ¶
func (s *ListFormSchemasByCreatorRequest) SetCreator(v string) *ListFormSchemasByCreatorRequest
func (*ListFormSchemasByCreatorRequest) SetMaxResults ¶
func (s *ListFormSchemasByCreatorRequest) SetMaxResults(v int32) *ListFormSchemasByCreatorRequest
func (*ListFormSchemasByCreatorRequest) SetNextToken ¶
func (s *ListFormSchemasByCreatorRequest) SetNextToken(v int64) *ListFormSchemasByCreatorRequest
func (ListFormSchemasByCreatorRequest) String ¶
func (s ListFormSchemasByCreatorRequest) String() string
type ListFormSchemasByCreatorResponse ¶
type ListFormSchemasByCreatorResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` Body *ListFormSchemasByCreatorResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (ListFormSchemasByCreatorResponse) GoString ¶
func (s ListFormSchemasByCreatorResponse) GoString() string
func (*ListFormSchemasByCreatorResponse) SetBody ¶
func (s *ListFormSchemasByCreatorResponse) SetBody(v *ListFormSchemasByCreatorResponseBody) *ListFormSchemasByCreatorResponse
func (*ListFormSchemasByCreatorResponse) SetHeaders ¶
func (s *ListFormSchemasByCreatorResponse) SetHeaders(v map[string]*string) *ListFormSchemasByCreatorResponse
func (ListFormSchemasByCreatorResponse) String ¶
func (s ListFormSchemasByCreatorResponse) String() string
type ListFormSchemasByCreatorResponseBody ¶
type ListFormSchemasByCreatorResponseBody struct { // 返回结果对象。 Result *ListFormSchemasByCreatorResponseBodyResult `json:"result,omitempty" xml:"result,omitempty" type:"Struct"` // 是否成功。 Success *bool `json:"success,omitempty" xml:"success,omitempty"` }
func (ListFormSchemasByCreatorResponseBody) GoString ¶
func (s ListFormSchemasByCreatorResponseBody) GoString() string
func (*ListFormSchemasByCreatorResponseBody) SetSuccess ¶
func (s *ListFormSchemasByCreatorResponseBody) SetSuccess(v bool) *ListFormSchemasByCreatorResponseBody
func (ListFormSchemasByCreatorResponseBody) String ¶
func (s ListFormSchemasByCreatorResponseBody) String() string
type ListFormSchemasByCreatorResponseBodyResult ¶
type ListFormSchemasByCreatorResponseBodyResult struct { // 是否还有下一页数据。 HasMore *bool `json:"hasMore,omitempty" xml:"hasMore,omitempty"` // 创建的填表列表。 List []*ListFormSchemasByCreatorResponseBodyResultList `json:"list,omitempty" xml:"list,omitempty" type:"Repeated"` // 下一次分页offset的值。 NextToken *int64 `json:"nextToken,omitempty" xml:"nextToken,omitempty"` }
func (ListFormSchemasByCreatorResponseBodyResult) GoString ¶
func (s ListFormSchemasByCreatorResponseBodyResult) GoString() string
func (*ListFormSchemasByCreatorResponseBodyResult) SetHasMore ¶
func (s *ListFormSchemasByCreatorResponseBodyResult) SetHasMore(v bool) *ListFormSchemasByCreatorResponseBodyResult
func (*ListFormSchemasByCreatorResponseBodyResult) SetNextToken ¶
func (s *ListFormSchemasByCreatorResponseBodyResult) SetNextToken(v int64) *ListFormSchemasByCreatorResponseBodyResult
func (ListFormSchemasByCreatorResponseBodyResult) String ¶
func (s ListFormSchemasByCreatorResponseBodyResult) String() string
type ListFormSchemasByCreatorResponseBodyResultList ¶
type ListFormSchemasByCreatorResponseBodyResultList struct { // 创建人。 Creator *string `json:"creator,omitempty" xml:"creator,omitempty"` // 填表code,用此code可调接口获取填表列表。 FormCode *string `json:"formCode,omitempty" xml:"formCode,omitempty"` // 填表提示。 Memo *string `json:"memo,omitempty" xml:"memo,omitempty"` // 填表名称。 Name *string `json:"name,omitempty" xml:"name,omitempty"` // 填表设置。 Setting *ListFormSchemasByCreatorResponseBodyResultListSetting `json:"setting,omitempty" xml:"setting,omitempty" type:"Struct"` }
func (ListFormSchemasByCreatorResponseBodyResultList) GoString ¶
func (s ListFormSchemasByCreatorResponseBodyResultList) GoString() string
func (*ListFormSchemasByCreatorResponseBodyResultList) SetCreator ¶
func (s *ListFormSchemasByCreatorResponseBodyResultList) SetCreator(v string) *ListFormSchemasByCreatorResponseBodyResultList
func (*ListFormSchemasByCreatorResponseBodyResultList) SetFormCode ¶
func (s *ListFormSchemasByCreatorResponseBodyResultList) SetFormCode(v string) *ListFormSchemasByCreatorResponseBodyResultList
func (*ListFormSchemasByCreatorResponseBodyResultList) SetSetting ¶
func (ListFormSchemasByCreatorResponseBodyResultList) String ¶
func (s ListFormSchemasByCreatorResponseBodyResultList) String() string
type ListFormSchemasByCreatorResponseBodyResultListSetting ¶
type ListFormSchemasByCreatorResponseBodyResultListSetting struct { // 表单类型: 0:一次性填表 1:周期性填表 BizType *int32 `json:"bizType,omitempty" xml:"bizType,omitempty"` // 创建时间。iso8601格式。 CreateTime *string `json:"createTime,omitempty" xml:"createTime,omitempty"` // 截止时间。iso8601格式。 EndTime *string `json:"endTime,omitempty" xml:"endTime,omitempty"` // 表单类型: 0:一次性填表 1:周期性填表 FormType *int32 `json:"formType,omitempty" xml:"formType,omitempty"` // 填表周期,周一到周日分别用1-7表示。 LoopDays []*int32 `json:"loopDays,omitempty" xml:"loopDays,omitempty" type:"Repeated"` // 循环执行的时间点。 LoopTime *string `json:"loopTime,omitempty" xml:"loopTime,omitempty"` // 填表是否终止的标记。 Stop *bool `json:"stop,omitempty" xml:"stop,omitempty"` }
func (ListFormSchemasByCreatorResponseBodyResultListSetting) GoString ¶
func (s ListFormSchemasByCreatorResponseBodyResultListSetting) GoString() string
func (*ListFormSchemasByCreatorResponseBodyResultListSetting) SetBizType ¶
func (*ListFormSchemasByCreatorResponseBodyResultListSetting) SetCreateTime ¶
func (s *ListFormSchemasByCreatorResponseBodyResultListSetting) SetCreateTime(v string) *ListFormSchemasByCreatorResponseBodyResultListSetting
func (*ListFormSchemasByCreatorResponseBodyResultListSetting) SetEndTime ¶
func (*ListFormSchemasByCreatorResponseBodyResultListSetting) SetFormType ¶
func (s *ListFormSchemasByCreatorResponseBodyResultListSetting) SetFormType(v int32) *ListFormSchemasByCreatorResponseBodyResultListSetting
func (*ListFormSchemasByCreatorResponseBodyResultListSetting) SetLoopDays ¶
func (s *ListFormSchemasByCreatorResponseBodyResultListSetting) SetLoopDays(v []*int32) *ListFormSchemasByCreatorResponseBodyResultListSetting
func (*ListFormSchemasByCreatorResponseBodyResultListSetting) SetLoopTime ¶
func (s *ListFormSchemasByCreatorResponseBodyResultListSetting) SetLoopTime(v string) *ListFormSchemasByCreatorResponseBodyResultListSetting
func (ListFormSchemasByCreatorResponseBodyResultListSetting) String ¶
func (s ListFormSchemasByCreatorResponseBodyResultListSetting) String() string
Click to show internal directories.
Click to hide internal directories.