amdp_1_0

package
v1.6.71 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

This file is auto-generated, don't edit it. Thanks. *

*

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AmdpEmployeeDataPushHeaders

type AmdpEmployeeDataPushHeaders 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 (AmdpEmployeeDataPushHeaders) GoString

func (s AmdpEmployeeDataPushHeaders) GoString() string

func (*AmdpEmployeeDataPushHeaders) SetCommonHeaders

func (*AmdpEmployeeDataPushHeaders) SetXAcsDingtalkAccessToken

func (s *AmdpEmployeeDataPushHeaders) SetXAcsDingtalkAccessToken(v string) *AmdpEmployeeDataPushHeaders

func (AmdpEmployeeDataPushHeaders) String

type AmdpEmployeeDataPushRequest

type AmdpEmployeeDataPushRequest struct {
	Param []*AmdpEmployeeDataPushRequestParam `json:"param,omitempty" xml:"param,omitempty" type:"Repeated"`
}

func (AmdpEmployeeDataPushRequest) GoString

func (s AmdpEmployeeDataPushRequest) GoString() string

func (*AmdpEmployeeDataPushRequest) SetParam

func (AmdpEmployeeDataPushRequest) String

type AmdpEmployeeDataPushRequestParam

type AmdpEmployeeDataPushRequestParam struct {
	Avatar   *string `json:"avatar,omitempty" xml:"avatar,omitempty"`
	IsDelete *string `json:"isDelete,omitempty" xml:"isDelete,omitempty"`
	Name     *string `json:"name,omitempty" xml:"name,omitempty"`
	UnionId  *string `json:"unionId,omitempty" xml:"unionId,omitempty"`
	UserId   *string `json:"userId,omitempty" xml:"userId,omitempty"`
	WorkNo   *string `json:"workNo,omitempty" xml:"workNo,omitempty"`
}

func (AmdpEmployeeDataPushRequestParam) GoString

func (*AmdpEmployeeDataPushRequestParam) SetAvatar

func (*AmdpEmployeeDataPushRequestParam) SetIsDelete

func (*AmdpEmployeeDataPushRequestParam) SetName

func (*AmdpEmployeeDataPushRequestParam) SetUnionId

func (*AmdpEmployeeDataPushRequestParam) SetUserId

func (*AmdpEmployeeDataPushRequestParam) SetWorkNo

func (AmdpEmployeeDataPushRequestParam) String

type AmdpEmployeeDataPushResponse

type AmdpEmployeeDataPushResponse struct {
	Headers    map[string]*string                `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                            `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *AmdpEmployeeDataPushResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (AmdpEmployeeDataPushResponse) GoString

func (s AmdpEmployeeDataPushResponse) GoString() string

func (*AmdpEmployeeDataPushResponse) SetBody

func (*AmdpEmployeeDataPushResponse) SetHeaders

func (*AmdpEmployeeDataPushResponse) SetStatusCode

func (AmdpEmployeeDataPushResponse) String

type AmdpEmployeeDataPushResponseBody

type AmdpEmployeeDataPushResponseBody struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *bool   `json:"result,omitempty" xml:"result,omitempty"`
	Status    *string `json:"status,omitempty" xml:"status,omitempty"`
	Success   *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (AmdpEmployeeDataPushResponseBody) GoString

func (*AmdpEmployeeDataPushResponseBody) SetRequestId

func (*AmdpEmployeeDataPushResponseBody) SetResult

func (*AmdpEmployeeDataPushResponseBody) SetStatus

func (*AmdpEmployeeDataPushResponseBody) SetSuccess

func (AmdpEmployeeDataPushResponseBody) String

type AmdpJobPositionDataPushHeaders

type AmdpJobPositionDataPushHeaders 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 (AmdpJobPositionDataPushHeaders) GoString

func (*AmdpJobPositionDataPushHeaders) SetCommonHeaders

func (*AmdpJobPositionDataPushHeaders) SetXAcsDingtalkAccessToken

func (s *AmdpJobPositionDataPushHeaders) SetXAcsDingtalkAccessToken(v string) *AmdpJobPositionDataPushHeaders

func (AmdpJobPositionDataPushHeaders) String

type AmdpJobPositionDataPushRequest

type AmdpJobPositionDataPushRequest struct {
	Param []*AmdpJobPositionDataPushRequestParam `json:"param,omitempty" xml:"param,omitempty" type:"Repeated"`
}

func (AmdpJobPositionDataPushRequest) GoString

func (*AmdpJobPositionDataPushRequest) SetParam

func (AmdpJobPositionDataPushRequest) String

type AmdpJobPositionDataPushRequestParam

type AmdpJobPositionDataPushRequestParam struct {
	DeptId       *string `json:"deptId,omitempty" xml:"deptId,omitempty"`
	DeptLeader   *string `json:"deptLeader,omitempty" xml:"deptLeader,omitempty"`
	IsDelete     *string `json:"isDelete,omitempty" xml:"isDelete,omitempty"`
	LeaderDeptId *string `json:"leaderDeptId,omitempty" xml:"leaderDeptId,omitempty"`
	OrderNumber  *string `json:"orderNumber,omitempty" xml:"orderNumber,omitempty"`
	UserId       *string `json:"userId,omitempty" xml:"userId,omitempty"`
}

func (AmdpJobPositionDataPushRequestParam) GoString

func (*AmdpJobPositionDataPushRequestParam) SetDeptId

func (*AmdpJobPositionDataPushRequestParam) SetDeptLeader

func (*AmdpJobPositionDataPushRequestParam) SetIsDelete

func (*AmdpJobPositionDataPushRequestParam) SetLeaderDeptId added in v1.6.69

func (*AmdpJobPositionDataPushRequestParam) SetOrderNumber

func (*AmdpJobPositionDataPushRequestParam) SetUserId

func (AmdpJobPositionDataPushRequestParam) String

type AmdpJobPositionDataPushResponse

type AmdpJobPositionDataPushResponse struct {
	Headers    map[string]*string                   `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                               `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *AmdpJobPositionDataPushResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (AmdpJobPositionDataPushResponse) GoString

func (*AmdpJobPositionDataPushResponse) SetHeaders

func (*AmdpJobPositionDataPushResponse) SetStatusCode

func (AmdpJobPositionDataPushResponse) String

type AmdpJobPositionDataPushResponseBody

type AmdpJobPositionDataPushResponseBody struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *bool   `json:"result,omitempty" xml:"result,omitempty"`
	Status    *string `json:"status,omitempty" xml:"status,omitempty"`
	Success   *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (AmdpJobPositionDataPushResponseBody) GoString

func (*AmdpJobPositionDataPushResponseBody) SetRequestId

func (*AmdpJobPositionDataPushResponseBody) SetResult

func (*AmdpJobPositionDataPushResponseBody) SetStatus

func (*AmdpJobPositionDataPushResponseBody) SetSuccess

func (AmdpJobPositionDataPushResponseBody) String

type AmdpOrganizationDataPushHeaders

type AmdpOrganizationDataPushHeaders 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 (AmdpOrganizationDataPushHeaders) GoString

func (*AmdpOrganizationDataPushHeaders) SetCommonHeaders

func (*AmdpOrganizationDataPushHeaders) SetXAcsDingtalkAccessToken

func (AmdpOrganizationDataPushHeaders) String

type AmdpOrganizationDataPushRequest

type AmdpOrganizationDataPushRequest struct {
	Param []*AmdpOrganizationDataPushRequestParam `json:"param,omitempty" xml:"param,omitempty" type:"Repeated"`
}

func (AmdpOrganizationDataPushRequest) GoString

func (*AmdpOrganizationDataPushRequest) SetParam

func (AmdpOrganizationDataPushRequest) String

type AmdpOrganizationDataPushRequestParam

type AmdpOrganizationDataPushRequestParam struct {
	DeptId            *string   `json:"deptId,omitempty" xml:"deptId,omitempty"`
	DeptManagerIdList []*string `json:"deptManagerIdList,omitempty" xml:"deptManagerIdList,omitempty" type:"Repeated"`
	DingTalkDeptId    *string   `json:"dingTalkDeptId,omitempty" xml:"dingTalkDeptId,omitempty"`
	DingTalkParentId  *string   `json:"dingTalkParentId,omitempty" xml:"dingTalkParentId,omitempty"`
	IsDelete          *string   `json:"isDelete,omitempty" xml:"isDelete,omitempty"`
	Name              *string   `json:"name,omitempty" xml:"name,omitempty"`
	ParentId          *string   `json:"parentId,omitempty" xml:"parentId,omitempty"`
}

func (AmdpOrganizationDataPushRequestParam) GoString

func (*AmdpOrganizationDataPushRequestParam) SetDeptId

func (*AmdpOrganizationDataPushRequestParam) SetDeptManagerIdList

func (*AmdpOrganizationDataPushRequestParam) SetDingTalkDeptId

func (*AmdpOrganizationDataPushRequestParam) SetDingTalkParentId

func (*AmdpOrganizationDataPushRequestParam) SetIsDelete

func (*AmdpOrganizationDataPushRequestParam) SetName

func (*AmdpOrganizationDataPushRequestParam) SetParentId

func (AmdpOrganizationDataPushRequestParam) String

type AmdpOrganizationDataPushResponse

type AmdpOrganizationDataPushResponse struct {
	Headers    map[string]*string                    `json:"headers,omitempty" xml:"headers,omitempty"`
	StatusCode *int32                                `json:"statusCode,omitempty" xml:"statusCode,omitempty"`
	Body       *AmdpOrganizationDataPushResponseBody `json:"body,omitempty" xml:"body,omitempty"`
}

func (AmdpOrganizationDataPushResponse) GoString

func (*AmdpOrganizationDataPushResponse) SetHeaders

func (*AmdpOrganizationDataPushResponse) SetStatusCode

func (AmdpOrganizationDataPushResponse) String

type AmdpOrganizationDataPushResponseBody

type AmdpOrganizationDataPushResponseBody struct {
	RequestId *string `json:"requestId,omitempty" xml:"requestId,omitempty"`
	Result    *bool   `json:"result,omitempty" xml:"result,omitempty"`
	Status    *string `json:"status,omitempty" xml:"status,omitempty"`
	Success   *bool   `json:"success,omitempty" xml:"success,omitempty"`
}

func (AmdpOrganizationDataPushResponseBody) GoString

func (*AmdpOrganizationDataPushResponseBody) SetRequestId

func (*AmdpOrganizationDataPushResponseBody) SetResult

func (*AmdpOrganizationDataPushResponseBody) SetStatus

func (*AmdpOrganizationDataPushResponseBody) SetSuccess

func (AmdpOrganizationDataPushResponseBody) String

type Client

type Client struct {
	openapi.Client
}

func NewClient

func NewClient(config *openapi.Config) (*Client, error)

func (*Client) AmdpEmployeeDataPush

func (client *Client) AmdpEmployeeDataPush(request *AmdpEmployeeDataPushRequest) (_result *AmdpEmployeeDataPushResponse, _err error)

func (*Client) AmdpEmployeeDataPushWithOptions

func (client *Client) AmdpEmployeeDataPushWithOptions(request *AmdpEmployeeDataPushRequest, headers *AmdpEmployeeDataPushHeaders, runtime *util.RuntimeOptions) (_result *AmdpEmployeeDataPushResponse, _err error)

func (*Client) AmdpJobPositionDataPush

func (client *Client) AmdpJobPositionDataPush(request *AmdpJobPositionDataPushRequest) (_result *AmdpJobPositionDataPushResponse, _err error)

func (*Client) AmdpJobPositionDataPushWithOptions

func (client *Client) AmdpJobPositionDataPushWithOptions(request *AmdpJobPositionDataPushRequest, headers *AmdpJobPositionDataPushHeaders, runtime *util.RuntimeOptions) (_result *AmdpJobPositionDataPushResponse, _err error)

func (*Client) AmdpOrganizationDataPush

func (client *Client) AmdpOrganizationDataPush(request *AmdpOrganizationDataPushRequest) (_result *AmdpOrganizationDataPushResponse, _err error)

func (*Client) AmdpOrganizationDataPushWithOptions

func (client *Client) AmdpOrganizationDataPushWithOptions(request *AmdpOrganizationDataPushRequest, headers *AmdpOrganizationDataPushHeaders, runtime *util.RuntimeOptions) (_result *AmdpOrganizationDataPushResponse, _err error)

func (*Client) Init

func (client *Client) Init(config *openapi.Config) (_err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL