Class: TencentCloud::Organization::V20210331::CreateOrgServiceAssignRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Organization::V20210331::CreateOrgServiceAssignRequest
- Defined in:
- lib/v20210331/models.rb
Overview
CreateOrgServiceAssign请求参数结构体
Instance Attribute Summary collapse
- #ManagementScope ⇒ Object
- #ManagementScopeNodeIds ⇒ Object
- #ManagementScopeUins ⇒ Object
- #MemberUins ⇒ Object
- #Product ⇒ Object
- #ServiceId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(memberuins = nil, serviceid = nil, product = nil, managementscope = nil, managementscopeuins = nil, managementscopenodeids = nil) ⇒ CreateOrgServiceAssignRequest
constructor
A new instance of CreateOrgServiceAssignRequest.
Constructor Details
#initialize(memberuins = nil, serviceid = nil, product = nil, managementscope = nil, managementscopeuins = nil, managementscopenodeids = nil) ⇒ CreateOrgServiceAssignRequest
Returns a new instance of CreateOrgServiceAssignRequest.
830 831 832 833 834 835 836 837 |
# File 'lib/v20210331/models.rb', line 830 def initialize(memberuins=nil, serviceid=nil, product=nil, managementscope=nil, managementscopeuins=nil, managementscopenodeids=nil) @MemberUins = memberuins @ServiceId = serviceid @Product = product @ManagementScope = managementscope @ManagementScopeUins = managementscopeuins @ManagementScopeNodeIds = managementscopenodeids end |
Instance Attribute Details
#ManagementScope ⇒ Object
828 829 830 |
# File 'lib/v20210331/models.rb', line 828 def ManagementScope @ManagementScope end |
#ManagementScopeNodeIds ⇒ Object
828 829 830 |
# File 'lib/v20210331/models.rb', line 828 def ManagementScopeNodeIds @ManagementScopeNodeIds end |
#ManagementScopeUins ⇒ Object
828 829 830 |
# File 'lib/v20210331/models.rb', line 828 def ManagementScopeUins @ManagementScopeUins end |
#MemberUins ⇒ Object
828 829 830 |
# File 'lib/v20210331/models.rb', line 828 def MemberUins @MemberUins end |
#Product ⇒ Object
828 829 830 |
# File 'lib/v20210331/models.rb', line 828 def Product @Product end |
#ServiceId ⇒ Object
828 829 830 |
# File 'lib/v20210331/models.rb', line 828 def ServiceId @ServiceId end |
Instance Method Details
#deserialize(params) ⇒ Object
839 840 841 842 843 844 845 846 |
# File 'lib/v20210331/models.rb', line 839 def deserialize(params) @MemberUins = params['MemberUins'] @ServiceId = params['ServiceId'] @Product = params['Product'] @ManagementScope = params['ManagementScope'] @ManagementScopeUins = params['ManagementScopeUins'] @ManagementScopeNodeIds = params['ManagementScopeNodeIds'] end |