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.



6238
6239
6240
6241
6242
6243
6244
6245
6246
6247
6248
# File 'lib/v20201207/models.rb', line 6238

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:

  • 北极星引擎实例ID

  • 分页偏移量

  • 分页条数

  • 命名空间

  • 服务名

  • 契约名称

  • 契约版本

  • 契约协议

  • 是否只展示基本信息



6236
6237
6238
# File 'lib/v20201207/models.rb', line 6236

def Brief
  @Brief
end

#ContractVersionObject

Parameters:

  • 北极星引擎实例ID

  • 分页偏移量

  • 分页条数

  • 命名空间

  • 服务名

  • 契约名称

  • 契约版本

  • 契约协议

  • 是否只展示基本信息



6236
6237
6238
# File 'lib/v20201207/models.rb', line 6236

def ContractVersion
  @ContractVersion
end

#InstanceIdObject

Parameters:

  • 北极星引擎实例ID

  • 分页偏移量

  • 分页条数

  • 命名空间

  • 服务名

  • 契约名称

  • 契约版本

  • 契约协议

  • 是否只展示基本信息



6236
6237
6238
# File 'lib/v20201207/models.rb', line 6236

def InstanceId
  @InstanceId
end

#LimitObject

Parameters:

  • 北极星引擎实例ID

  • 分页偏移量

  • 分页条数

  • 命名空间

  • 服务名

  • 契约名称

  • 契约版本

  • 契约协议

  • 是否只展示基本信息



6236
6237
6238
# File 'lib/v20201207/models.rb', line 6236

def Limit
  @Limit
end

#NameObject

Parameters:

  • 北极星引擎实例ID

  • 分页偏移量

  • 分页条数

  • 命名空间

  • 服务名

  • 契约名称

  • 契约版本

  • 契约协议

  • 是否只展示基本信息



6236
6237
6238
# File 'lib/v20201207/models.rb', line 6236

def Name
  @Name
end

#NamespaceObject

Parameters:

  • 北极星引擎实例ID

  • 分页偏移量

  • 分页条数

  • 命名空间

  • 服务名

  • 契约名称

  • 契约版本

  • 契约协议

  • 是否只展示基本信息



6236
6237
6238
# File 'lib/v20201207/models.rb', line 6236

def Namespace
  @Namespace
end

#OffsetObject

Parameters:

  • 北极星引擎实例ID

  • 分页偏移量

  • 分页条数

  • 命名空间

  • 服务名

  • 契约名称

  • 契约版本

  • 契约协议

  • 是否只展示基本信息



6236
6237
6238
# File 'lib/v20201207/models.rb', line 6236

def Offset
  @Offset
end

#ProtocolObject

Parameters:

  • 北极星引擎实例ID

  • 分页偏移量

  • 分页条数

  • 命名空间

  • 服务名

  • 契约名称

  • 契约版本

  • 契约协议

  • 是否只展示基本信息



6236
6237
6238
# File 'lib/v20201207/models.rb', line 6236

def Protocol
  @Protocol
end

#ServiceObject

Parameters:

  • 北极星引擎实例ID

  • 分页偏移量

  • 分页条数

  • 命名空间

  • 服务名

  • 契约名称

  • 契约版本

  • 契约协议

  • 是否只展示基本信息



6236
6237
6238
# File 'lib/v20201207/models.rb', line 6236

def Service
  @Service
end

Instance Method Details

#deserialize(params) ⇒ Object



6250
6251
6252
6253
6254
6255
6256
6257
6258
6259
6260
# File 'lib/v20201207/models.rb', line 6250

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