Class: TencentCloud::Ssl::V20191205::ApiGatewayInstanceDetail
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ssl::V20191205::ApiGatewayInstanceDetail
- Defined in:
- lib/v20191205/models.rb
Overview
apiGateway实例详情
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(serviceid = nil, servicename = nil, domain = nil, certid = nil, protocol = nil) ⇒ ApiGatewayInstanceDetail
constructor
A new instance of ApiGatewayInstanceDetail.
Constructor Details
#initialize(serviceid = nil, servicename = nil, domain = nil, certid = nil, protocol = nil) ⇒ ApiGatewayInstanceDetail
Returns a new instance of ApiGatewayInstanceDetail.
35 36 37 38 39 40 41 |
# File 'lib/v20191205/models.rb', line 35 def initialize(serviceid=nil, servicename=nil, domain=nil, certid=nil, protocol=nil) @ServiceId = serviceid @ServiceName = servicename @Domain = domain @CertId = certid @Protocol = protocol end |
Instance Attribute Details
#CertId ⇒ Object
33 34 35 |
# File 'lib/v20191205/models.rb', line 33 def CertId @CertId end |
#Domain ⇒ Object
33 34 35 |
# File 'lib/v20191205/models.rb', line 33 def Domain @Domain end |
#Protocol ⇒ Object
33 34 35 |
# File 'lib/v20191205/models.rb', line 33 def Protocol @Protocol end |
#ServiceId ⇒ Object
33 34 35 |
# File 'lib/v20191205/models.rb', line 33 def ServiceId @ServiceId end |
#ServiceName ⇒ Object
33 34 35 |
# File 'lib/v20191205/models.rb', line 33 def ServiceName @ServiceName end |
Instance Method Details
#deserialize(params) ⇒ Object
43 44 45 46 47 48 49 |
# File 'lib/v20191205/models.rb', line 43 def deserialize(params) @ServiceId = params['ServiceId'] @ServiceName = params['ServiceName'] @Domain = params['Domain'] @CertId = params['CertId'] @Protocol = params['Protocol'] end |