Class: TencentCloud::Essbasic::V20210526::CreateBatchInitOrganizationUrlRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Essbasic::V20210526::CreateBatchInitOrganizationUrlRequest
- Defined in:
- lib/v20210526/models.rb
Overview
CreateBatchInitOrganizationUrl请求参数结构体
Instance Attribute Summary collapse
-
#Agent ⇒ Object
Returns the value of attribute Agent.
-
#AuthorizedProxyOrganizationOpenId ⇒ Object
Returns the value of attribute AuthorizedProxyOrganizationOpenId.
-
#IsAuthorizePlatformApplication ⇒ Object
Returns the value of attribute IsAuthorizePlatformApplication.
-
#OperateTypes ⇒ Object
Returns the value of attribute OperateTypes.
-
#ProxyOrganizationOpenIds ⇒ Object
Returns the value of attribute ProxyOrganizationOpenIds.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(agent = nil, operatetypes = nil, proxyorganizationopenids = nil, isauthorizeplatformapplication = nil, authorizedproxyorganizationopenid = nil) ⇒ CreateBatchInitOrganizationUrlRequest
constructor
A new instance of CreateBatchInitOrganizationUrlRequest.
Constructor Details
#initialize(agent = nil, operatetypes = nil, proxyorganizationopenids = nil, isauthorizeplatformapplication = nil, authorizedproxyorganizationopenid = nil) ⇒ CreateBatchInitOrganizationUrlRequest
Returns a new instance of CreateBatchInitOrganizationUrlRequest.
5460 5461 5462 5463 5464 5465 5466 |
# File 'lib/v20210526/models.rb', line 5460 def initialize(agent=nil, operatetypes=nil, proxyorganizationopenids=nil, =nil, =nil) @Agent = agent @OperateTypes = operatetypes @ProxyOrganizationOpenIds = proxyorganizationopenids @IsAuthorizePlatformApplication = @AuthorizedProxyOrganizationOpenId = end |
Instance Attribute Details
#Agent ⇒ Object
Returns the value of attribute Agent.
5458 5459 5460 |
# File 'lib/v20210526/models.rb', line 5458 def Agent @Agent end |
#AuthorizedProxyOrganizationOpenId ⇒ Object
Returns the value of attribute AuthorizedProxyOrganizationOpenId.
5458 5459 5460 |
# File 'lib/v20210526/models.rb', line 5458 def AuthorizedProxyOrganizationOpenId @AuthorizedProxyOrganizationOpenId end |
#IsAuthorizePlatformApplication ⇒ Object
Returns the value of attribute IsAuthorizePlatformApplication.
5458 5459 5460 |
# File 'lib/v20210526/models.rb', line 5458 def IsAuthorizePlatformApplication @IsAuthorizePlatformApplication end |
#OperateTypes ⇒ Object
Returns the value of attribute OperateTypes.
5458 5459 5460 |
# File 'lib/v20210526/models.rb', line 5458 def OperateTypes @OperateTypes end |
#ProxyOrganizationOpenIds ⇒ Object
Returns the value of attribute ProxyOrganizationOpenIds.
5458 5459 5460 |
# File 'lib/v20210526/models.rb', line 5458 def ProxyOrganizationOpenIds @ProxyOrganizationOpenIds end |
Instance Method Details
#deserialize(params) ⇒ Object
5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 |
# File 'lib/v20210526/models.rb', line 5468 def deserialize(params) unless params['Agent'].nil? @Agent = Agent.new @Agent.deserialize(params['Agent']) end @OperateTypes = params['OperateTypes'] @ProxyOrganizationOpenIds = params['ProxyOrganizationOpenIds'] @IsAuthorizePlatformApplication = params['IsAuthorizePlatformApplication'] @AuthorizedProxyOrganizationOpenId = params['AuthorizedProxyOrganizationOpenId'] end |