Documentation
¶
Overview ¶
This file is auto-generated, don't edit it. Thanks. *
*
Index ¶
- type CheckInCrowdsByMobileRequest
- type CheckInCrowdsByMobileResponse
- func (s CheckInCrowdsByMobileResponse) GoString() string
- func (s *CheckInCrowdsByMobileResponse) SetBody(v *CheckInCrowdsByMobileResponseBody) *CheckInCrowdsByMobileResponse
- func (s *CheckInCrowdsByMobileResponse) SetHeaders(v map[string]*string) *CheckInCrowdsByMobileResponse
- func (s *CheckInCrowdsByMobileResponse) SetStatusCode(v int32) *CheckInCrowdsByMobileResponse
- func (s CheckInCrowdsByMobileResponse) String() string
- type CheckInCrowdsByMobileResponseBody
- func (s CheckInCrowdsByMobileResponseBody) GoString() string
- func (s *CheckInCrowdsByMobileResponseBody) SetData(v bool) *CheckInCrowdsByMobileResponseBody
- func (s *CheckInCrowdsByMobileResponseBody) SetSuccess(v bool) *CheckInCrowdsByMobileResponseBody
- func (s *CheckInCrowdsByMobileResponseBody) SetTotal(v int32) *CheckInCrowdsByMobileResponseBody
- func (s CheckInCrowdsByMobileResponseBody) String() string
- type Client
- func (client *Client) CheckInCrowdsByMobile(request *CheckInCrowdsByMobileRequest) (_result *CheckInCrowdsByMobileResponse, _err error)
- func (client *Client) CheckInCrowdsByMobileWithOptions(request *CheckInCrowdsByMobileRequest, headers map[string]*string, ...) (_result *CheckInCrowdsByMobileResponse, _err error)
- func (client *Client) Init(config *openapi.Config) (_err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckInCrowdsByMobileRequest ¶
type CheckInCrowdsByMobileRequest struct { CrowdIds []byte `json:"crowdIds,omitempty" xml:"crowdIds,omitempty"` Mobile *string `json:"mobile,omitempty" xml:"mobile,omitempty"` }
func (CheckInCrowdsByMobileRequest) GoString ¶
func (s CheckInCrowdsByMobileRequest) GoString() string
func (*CheckInCrowdsByMobileRequest) SetCrowdIds ¶
func (s *CheckInCrowdsByMobileRequest) SetCrowdIds(v []byte) *CheckInCrowdsByMobileRequest
func (*CheckInCrowdsByMobileRequest) SetMobile ¶
func (s *CheckInCrowdsByMobileRequest) SetMobile(v string) *CheckInCrowdsByMobileRequest
func (CheckInCrowdsByMobileRequest) String ¶
func (s CheckInCrowdsByMobileRequest) String() string
type CheckInCrowdsByMobileResponse ¶
type CheckInCrowdsByMobileResponse struct { Headers map[string]*string `json:"headers,omitempty" xml:"headers,omitempty" require:"true"` StatusCode *int32 `json:"statusCode,omitempty" xml:"statusCode,omitempty" require:"true"` Body *CheckInCrowdsByMobileResponseBody `json:"body,omitempty" xml:"body,omitempty" require:"true"` }
func (CheckInCrowdsByMobileResponse) GoString ¶
func (s CheckInCrowdsByMobileResponse) GoString() string
func (*CheckInCrowdsByMobileResponse) SetBody ¶
func (s *CheckInCrowdsByMobileResponse) SetBody(v *CheckInCrowdsByMobileResponseBody) *CheckInCrowdsByMobileResponse
func (*CheckInCrowdsByMobileResponse) SetHeaders ¶
func (s *CheckInCrowdsByMobileResponse) SetHeaders(v map[string]*string) *CheckInCrowdsByMobileResponse
func (*CheckInCrowdsByMobileResponse) SetStatusCode ¶
func (s *CheckInCrowdsByMobileResponse) SetStatusCode(v int32) *CheckInCrowdsByMobileResponse
func (CheckInCrowdsByMobileResponse) String ¶
func (s CheckInCrowdsByMobileResponse) String() string
type CheckInCrowdsByMobileResponseBody ¶
type CheckInCrowdsByMobileResponseBody struct { Data *bool `json:"data,omitempty" xml:"data,omitempty"` Success *bool `json:"success,omitempty" xml:"success,omitempty"` Total *int32 `json:"total,omitempty" xml:"total,omitempty"` }
func (CheckInCrowdsByMobileResponseBody) GoString ¶
func (s CheckInCrowdsByMobileResponseBody) GoString() string
func (*CheckInCrowdsByMobileResponseBody) SetData ¶
func (s *CheckInCrowdsByMobileResponseBody) SetData(v bool) *CheckInCrowdsByMobileResponseBody
func (*CheckInCrowdsByMobileResponseBody) SetSuccess ¶
func (s *CheckInCrowdsByMobileResponseBody) SetSuccess(v bool) *CheckInCrowdsByMobileResponseBody
func (*CheckInCrowdsByMobileResponseBody) SetTotal ¶
func (s *CheckInCrowdsByMobileResponseBody) SetTotal(v int32) *CheckInCrowdsByMobileResponseBody
func (CheckInCrowdsByMobileResponseBody) String ¶
func (s CheckInCrowdsByMobileResponseBody) String() string
type Client ¶
func (*Client) CheckInCrowdsByMobile ¶
func (client *Client) CheckInCrowdsByMobile(request *CheckInCrowdsByMobileRequest) (_result *CheckInCrowdsByMobileResponse, _err error)
func (*Client) CheckInCrowdsByMobileWithOptions ¶
func (client *Client) CheckInCrowdsByMobileWithOptions(request *CheckInCrowdsByMobileRequest, headers map[string]*string, runtime *util.RuntimeOptions) (_result *CheckInCrowdsByMobileResponse, _err error)
Click to show internal directories.
Click to hide internal directories.