Class: TencentCloud::Chc::V20230418::CustomerInfo

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

Overview

客户信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(customername = nil, shortcustomername = nil, wholeflag = nil) ⇒ CustomerInfo

Returns a new instance of CustomerInfo.



1122
1123
1124
1125
1126
# File 'lib/v20230418/models.rb', line 1122

def initialize(customername=nil, shortcustomername=nil, wholeflag=nil)
  @CustomerName = customername
  @ShortCustomerName = shortcustomername
  @WholeFlag = wholeflag
end

Instance Attribute Details

#CustomerNameObject

Parameters:

  • CustomerName:

    公司全称

  • ShortCustomerName:

    公司简称

  • WholeFlag:

    是否全托管用户



1120
1121
1122
# File 'lib/v20230418/models.rb', line 1120

def CustomerName
  @CustomerName
end

#ShortCustomerNameObject

Parameters:

  • CustomerName:

    公司全称

  • ShortCustomerName:

    公司简称

  • WholeFlag:

    是否全托管用户



1120
1121
1122
# File 'lib/v20230418/models.rb', line 1120

def ShortCustomerName
  @ShortCustomerName
end

#WholeFlagObject

Parameters:

  • CustomerName:

    公司全称

  • ShortCustomerName:

    公司简称

  • WholeFlag:

    是否全托管用户



1120
1121
1122
# File 'lib/v20230418/models.rb', line 1120

def WholeFlag
  @WholeFlag
end

Instance Method Details

#deserialize(params) ⇒ Object



1128
1129
1130
1131
1132
# File 'lib/v20230418/models.rb', line 1128

def deserialize(params)
  @CustomerName = params['CustomerName']
  @ShortCustomerName = params['ShortCustomerName']
  @WholeFlag = params['WholeFlag']
end