Class: TencentCloud::Tse::V20201207::DescribeGovernanceServiceContractsRequest

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

Overview

DescribeGovernanceServiceContracts请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#BriefObject

Parameters:

  • InstanceId:

    北极星引擎实例ID

  • Offset:

    分页偏移量

  • Limit:

    分页条数

  • Namespace:

    命名空间

  • Service:

    服务名

  • Name:

    契约名称

  • ContractVersion:

    契约版本

  • Protocol:

    契约协议

  • Brief:

    是否只展示基本信息



6215
6216
6217
# File 'lib/v20201207/models.rb', line 6215

def Brief
  @Brief
end

#ContractVersionObject

Parameters:

  • InstanceId:

    北极星引擎实例ID

  • Offset:

    分页偏移量

  • Limit:

    分页条数

  • Namespace:

    命名空间

  • Service:

    服务名

  • Name:

    契约名称

  • ContractVersion:

    契约版本

  • Protocol:

    契约协议

  • Brief:

    是否只展示基本信息



6215
6216
6217
# File 'lib/v20201207/models.rb', line 6215

def ContractVersion
  @ContractVersion
end

#InstanceIdObject

Parameters:

  • InstanceId:

    北极星引擎实例ID

  • Offset:

    分页偏移量

  • Limit:

    分页条数

  • Namespace:

    命名空间

  • Service:

    服务名

  • Name:

    契约名称

  • ContractVersion:

    契约版本

  • Protocol:

    契约协议

  • Brief:

    是否只展示基本信息



6215
6216
6217
# File 'lib/v20201207/models.rb', line 6215

def InstanceId
  @InstanceId
end

#LimitObject

Parameters:

  • InstanceId:

    北极星引擎实例ID

  • Offset:

    分页偏移量

  • Limit:

    分页条数

  • Namespace:

    命名空间

  • Service:

    服务名

  • Name:

    契约名称

  • ContractVersion:

    契约版本

  • Protocol:

    契约协议

  • Brief:

    是否只展示基本信息



6215
6216
6217
# File 'lib/v20201207/models.rb', line 6215

def Limit
  @Limit
end

#NameObject

Parameters:

  • InstanceId:

    北极星引擎实例ID

  • Offset:

    分页偏移量

  • Limit:

    分页条数

  • Namespace:

    命名空间

  • Service:

    服务名

  • Name:

    契约名称

  • ContractVersion:

    契约版本

  • Protocol:

    契约协议

  • Brief:

    是否只展示基本信息



6215
6216
6217
# File 'lib/v20201207/models.rb', line 6215

def Name
  @Name
end

#NamespaceObject

Parameters:

  • InstanceId:

    北极星引擎实例ID

  • Offset:

    分页偏移量

  • Limit:

    分页条数

  • Namespace:

    命名空间

  • Service:

    服务名

  • Name:

    契约名称

  • ContractVersion:

    契约版本

  • Protocol:

    契约协议

  • Brief:

    是否只展示基本信息



6215
6216
6217
# File 'lib/v20201207/models.rb', line 6215

def Namespace
  @Namespace
end

#OffsetObject

Parameters:

  • InstanceId:

    北极星引擎实例ID

  • Offset:

    分页偏移量

  • Limit:

    分页条数

  • Namespace:

    命名空间

  • Service:

    服务名

  • Name:

    契约名称

  • ContractVersion:

    契约版本

  • Protocol:

    契约协议

  • Brief:

    是否只展示基本信息



6215
6216
6217
# File 'lib/v20201207/models.rb', line 6215

def Offset
  @Offset
end

#ProtocolObject

Parameters:

  • InstanceId:

    北极星引擎实例ID

  • Offset:

    分页偏移量

  • Limit:

    分页条数

  • Namespace:

    命名空间

  • Service:

    服务名

  • Name:

    契约名称

  • ContractVersion:

    契约版本

  • Protocol:

    契约协议

  • Brief:

    是否只展示基本信息



6215
6216
6217
# File 'lib/v20201207/models.rb', line 6215

def Protocol
  @Protocol
end

#ServiceObject

Parameters:

  • InstanceId:

    北极星引擎实例ID

  • Offset:

    分页偏移量

  • Limit:

    分页条数

  • Namespace:

    命名空间

  • Service:

    服务名

  • Name:

    契约名称

  • ContractVersion:

    契约版本

  • Protocol:

    契约协议

  • Brief:

    是否只展示基本信息



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