Class: TencentCloud::Iss::V20230517::ListOrganizationChannelNumbersRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iss::V20230517::ListOrganizationChannelNumbersRequest
- Defined in:
- lib/v20230517/models.rb
Overview
ListOrganizationChannelNumbers请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(organizationid = nil) ⇒ ListOrganizationChannelNumbersRequest
constructor
A new instance of ListOrganizationChannelNumbersRequest.
Constructor Details
#initialize(organizationid = nil) ⇒ ListOrganizationChannelNumbersRequest
Returns a new instance of ListOrganizationChannelNumbersRequest.
5133 5134 5135 |
# File 'lib/v20230517/models.rb', line 5133 def initialize(organizationid=nil) @OrganizationId = organizationid end |
Instance Attribute Details
#OrganizationId ⇒ Object
5131 5132 5133 |
# File 'lib/v20230517/models.rb', line 5131 def OrganizationId @OrganizationId end |
Instance Method Details
#deserialize(params) ⇒ Object
5137 5138 5139 |
# File 'lib/v20230517/models.rb', line 5137 def deserialize(params) @OrganizationId = params['OrganizationId'] end |