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
- func (s GetFormInstanceResponse) GoString() string
- func (s *GetFormInstanceResponse) SetBody(v *GetFormInstanceResponseBody) *GetFormInstanceResponse
- func (s *GetFormInstanceResponse) SetHeaders(v map[string]*string) *GetFormInstanceResponse
- func (s *GetFormInstanceResponse) SetStatusCode(v int32) *GetFormInstanceResponse
- func (s GetFormInstanceResponse) String() string
- 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) SetStatusCode(v int32) *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) SetStatusCode(v int32) *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 {
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"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *GetFormInstanceResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
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) SetStatusCode ¶
func (s *GetFormInstanceResponse) SetStatusCode(v int32) *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 { CreateTime *string `json:"createTime,omitempty" xml:"createTime,omitempty"` Creator *string `json:"creator,omitempty" xml:"creator,omitempty"` FormCode *string `json:"formCode,omitempty" xml:"formCode,omitempty"` Forms []*GetFormInstanceResponseBodyResultForms `json:"forms,omitempty" xml:"forms,omitempty" type:"Repeated"` 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 *string `json:"key,omitempty" xml:"key,omitempty"` 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 { ActionDate *string `json:"actionDate,omitempty" xml:"actionDate,omitempty"` BizType *int32 `json:"bizType,omitempty" xml:"bizType,omitempty"` MaxResults *int32 `json:"maxResults,omitempty" xml:"maxResults,omitempty"` 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"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListFormInstancesResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
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) SetStatusCode ¶
func (s *ListFormInstancesResponse) SetStatusCode(v int32) *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"` 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 { CreateTime *string `json:"createTime,omitempty" xml:"createTime,omitempty"` FormCode *string `json:"formCode,omitempty" xml:"formCode,omitempty"` FormInstanceId *string `json:"formInstanceId,omitempty" xml:"formInstanceId,omitempty"` Forms []*ListFormInstancesResponseBodyResultListForms `json:"forms,omitempty" xml:"forms,omitempty" type:"Repeated"` ModifyTime *string `json:"modifyTime,omitempty" xml:"modifyTime,omitempty"` StudentClassId *string `json:"studentClassId,omitempty" xml:"studentClassId,omitempty"` StudentClassName *string `json:"studentClassName,omitempty" xml:"studentClassName,omitempty"` StudentName *string `json:"studentName,omitempty" xml:"studentName,omitempty"` StudentUserId *string `json:"studentUserId,omitempty" xml:"studentUserId,omitempty"` 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 *string `json:"key,omitempty" xml:"key,omitempty"` 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 { BizType *int32 `json:"bizType,omitempty" xml:"bizType,omitempty"` Creator *string `json:"creator,omitempty" xml:"creator,omitempty"` MaxResults *int32 `json:"maxResults,omitempty" xml:"maxResults,omitempty"` 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"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty"` Body *ListFormSchemasByCreatorResponseBody `json:"body,omitempty" xml:"body,omitempty"` }
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) SetStatusCode ¶
func (s *ListFormSchemasByCreatorResponse) SetStatusCode(v int32) *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"` 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"` 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 { BizType *int32 `json:"bizType,omitempty" xml:"bizType,omitempty"` CreateTime *string `json:"createTime,omitempty" xml:"createTime,omitempty"` EndTime *string `json:"endTime,omitempty" xml:"endTime,omitempty"` FormType *int32 `json:"formType,omitempty" xml:"formType,omitempty"` 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.