Class: TencentCloud::Organization::V20210331::CreateOrgServiceAssignRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210331/models.rb

Overview

CreateOrgServiceAssign请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#ManagementScopeObject

Parameters:



828
829
830
# File 'lib/v20210331/models.rb', line 828

def ManagementScope
  @ManagementScope
end

#ManagementScopeNodeIdsObject

Parameters:



828
829
830
# File 'lib/v20210331/models.rb', line 828

def ManagementScopeNodeIds
  @ManagementScopeNodeIds
end

#ManagementScopeUinsObject

Parameters:



828
829
830
# File 'lib/v20210331/models.rb', line 828

def ManagementScopeUins
  @ManagementScopeUins
end

#MemberUinsObject

Parameters:



828
829
830
# File 'lib/v20210331/models.rb', line 828

def MemberUins
  @MemberUins
end

#ProductObject

Parameters:



828
829
830
# File 'lib/v20210331/models.rb', line 828

def Product
  @Product
end

#ServiceIdObject

Parameters:



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