Class: TencentCloud::Tse::V20201207::DescribeGovernanceServiceContractsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tse::V20201207::DescribeGovernanceServiceContractsRequest
- Defined in:
- lib/v20201207/models.rb
Overview
DescribeGovernanceServiceContracts请求参数结构体
Instance Attribute Summary collapse
- #Brief ⇒ Object
- #ContractVersion ⇒ Object
- #InstanceId ⇒ Object
- #Limit ⇒ Object
- #Name ⇒ Object
- #Namespace ⇒ Object
- #Offset ⇒ Object
- #Protocol ⇒ Object
- #Service ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, offset = nil, limit = nil, namespace = nil, service = nil, name = nil, contractversion = nil, protocol = nil, brief = nil) ⇒ DescribeGovernanceServiceContractsRequest
constructor
A new instance of DescribeGovernanceServiceContractsRequest.
Constructor Details
#initialize(instanceid = nil, offset = nil, limit = nil, namespace = nil, service = nil, name = nil, contractversion = nil, protocol = nil, brief = nil) ⇒ DescribeGovernanceServiceContractsRequest
Returns a new instance of DescribeGovernanceServiceContractsRequest.
6217 6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 |
# File 'lib/v20201207/models.rb', line 6217 def initialize(instanceid=nil, offset=nil, limit=nil, namespace=nil, service=nil, name=nil, contractversion=nil, protocol=nil, brief=nil) @InstanceId = instanceid @Offset = offset @Limit = limit @Namespace = namespace @Service = service @Name = name @ContractVersion = contractversion @Protocol = protocol @Brief = brief end |
Instance Attribute Details
#Brief ⇒ Object
6215 6216 6217 |
# File 'lib/v20201207/models.rb', line 6215 def Brief @Brief end |
#ContractVersion ⇒ Object
6215 6216 6217 |
# File 'lib/v20201207/models.rb', line 6215 def ContractVersion @ContractVersion end |
#InstanceId ⇒ Object
6215 6216 6217 |
# File 'lib/v20201207/models.rb', line 6215 def InstanceId @InstanceId end |
#Limit ⇒ Object
6215 6216 6217 |
# File 'lib/v20201207/models.rb', line 6215 def Limit @Limit end |
#Name ⇒ Object
6215 6216 6217 |
# File 'lib/v20201207/models.rb', line 6215 def Name @Name end |
#Namespace ⇒ Object
6215 6216 6217 |
# File 'lib/v20201207/models.rb', line 6215 def Namespace @Namespace end |
#Offset ⇒ Object
6215 6216 6217 |
# File 'lib/v20201207/models.rb', line 6215 def Offset @Offset end |
#Protocol ⇒ Object
6215 6216 6217 |
# File 'lib/v20201207/models.rb', line 6215 def Protocol @Protocol end |
#Service ⇒ Object
6215 6216 6217 |
# File 'lib/v20201207/models.rb', line 6215 def Service @Service end |
Instance Method Details
#deserialize(params) ⇒ Object
6229 6230 6231 6232 6233 6234 6235 6236 6237 6238 6239 |
# File 'lib/v20201207/models.rb', line 6229 def deserialize(params) @InstanceId = params['InstanceId'] @Offset = params['Offset'] @Limit = params['Limit'] @Namespace = params['Namespace'] @Service = params['Service'] @Name = params['Name'] @ContractVersion = params['ContractVersion'] @Protocol = params['Protocol'] @Brief = params['Brief'] end |