class TencentCloud::Ess::V20201111::DescribeIntegrationMainOrganizationUserRequest

DescribeIntegrationMainOrganizationUser请求参数结构体

def deserialize(params)

def deserialize(params)
  unless params['Operator'].nil?
    @Operator = UserInfo.new
    @Operator.deserialize(params['Operator'])
  end
end

def initialize(operator=nil)

def initialize(operator=nil)
  @Operator = operator
end