Class: TencentCloud::Tem::V20201221::ModifyNamespaceRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tem::V20201221::ModifyNamespaceRequest
- Defined in:
- lib/v20201221/models.rb
Overview
ModifyNamespace请求参数结构体
Instance Attribute Summary collapse
- #Description ⇒ Object
- #NamespaceId ⇒ Object
- #NamespaceName ⇒ Object
- #SourceChannel ⇒ Object
- #SubnetIds ⇒ Object
- #Vpc ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(namespaceid = nil, namespacename = nil, description = nil, vpc = nil, subnetids = nil, sourcechannel = nil) ⇒ ModifyNamespaceRequest
constructor
A new instance of ModifyNamespaceRequest.
Constructor Details
#initialize(namespaceid = nil, namespacename = nil, description = nil, vpc = nil, subnetids = nil, sourcechannel = nil) ⇒ ModifyNamespaceRequest
Returns a new instance of ModifyNamespaceRequest.
1475 1476 1477 1478 1479 1480 1481 1482 |
# File 'lib/v20201221/models.rb', line 1475 def initialize(namespaceid=nil, namespacename=nil, description=nil, vpc=nil, subnetids=nil, sourcechannel=nil) @NamespaceId = namespaceid @NamespaceName = namespacename @Description = description @Vpc = vpc @SubnetIds = subnetids @SourceChannel = sourcechannel end |
Instance Attribute Details
#Description ⇒ Object
1473 1474 1475 |
# File 'lib/v20201221/models.rb', line 1473 def Description @Description end |
#NamespaceId ⇒ Object
1473 1474 1475 |
# File 'lib/v20201221/models.rb', line 1473 def NamespaceId @NamespaceId end |
#NamespaceName ⇒ Object
1473 1474 1475 |
# File 'lib/v20201221/models.rb', line 1473 def NamespaceName @NamespaceName end |
#SourceChannel ⇒ Object
1473 1474 1475 |
# File 'lib/v20201221/models.rb', line 1473 def SourceChannel @SourceChannel end |
#SubnetIds ⇒ Object
1473 1474 1475 |
# File 'lib/v20201221/models.rb', line 1473 def SubnetIds @SubnetIds end |
#Vpc ⇒ Object
1473 1474 1475 |
# File 'lib/v20201221/models.rb', line 1473 def Vpc @Vpc end |
Instance Method Details
#deserialize(params) ⇒ Object
1484 1485 1486 1487 1488 1489 1490 1491 |
# File 'lib/v20201221/models.rb', line 1484 def deserialize(params) @NamespaceId = params['NamespaceId'] @NamespaceName = params['NamespaceName'] @Description = params['Description'] @Vpc = params['Vpc'] @SubnetIds = params['SubnetIds'] @SourceChannel = params['SourceChannel'] end |