Class: TencentCloud::Tse::V20201207::CreateCloudNativeAPIGatewayCertificateRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tse::V20201207::CreateCloudNativeAPIGatewayCertificateRequest
- Extended by:
- Gem::Deprecate
- Defined in:
- lib/v20201207/models.rb
Overview
CreateCloudNativeAPIGatewayCertificate请求参数结构体
Instance Attribute Summary collapse
- #BindDomains ⇒ Object
- #CertId ⇒ Object
- #Crt ⇒ Object
- #GatewayId ⇒ Object
- #Key ⇒ Object
- #Name ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(gatewayid = nil, binddomains = nil, certid = nil, name = nil, key = nil, crt = nil) ⇒ CreateCloudNativeAPIGatewayCertificateRequest
constructor
A new instance of CreateCloudNativeAPIGatewayCertificateRequest.
Constructor Details
#initialize(gatewayid = nil, binddomains = nil, certid = nil, name = nil, key = nil, crt = nil) ⇒ CreateCloudNativeAPIGatewayCertificateRequest
Returns a new instance of CreateCloudNativeAPIGatewayCertificateRequest.
1845 1846 1847 1848 1849 1850 1851 1852 |
# File 'lib/v20201207/models.rb', line 1845 def initialize(gatewayid=nil, binddomains=nil, certid=nil, name=nil, key=nil, crt=nil) @GatewayId = gatewayid @BindDomains = binddomains @CertId = certid @Name = name @Key = key @Crt = crt end |
Instance Attribute Details
#BindDomains ⇒ Object
1838 1839 1840 |
# File 'lib/v20201207/models.rb', line 1838 def BindDomains @BindDomains end |
#CertId ⇒ Object
1838 1839 1840 |
# File 'lib/v20201207/models.rb', line 1838 def CertId @CertId end |
#Crt ⇒ Object
1838 1839 1840 |
# File 'lib/v20201207/models.rb', line 1838 def Crt @Crt end |
#GatewayId ⇒ Object
1838 1839 1840 |
# File 'lib/v20201207/models.rb', line 1838 def GatewayId @GatewayId end |
#Key ⇒ Object
1838 1839 1840 |
# File 'lib/v20201207/models.rb', line 1838 def Key @Key end |
#Name ⇒ Object
1838 1839 1840 |
# File 'lib/v20201207/models.rb', line 1838 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
1854 1855 1856 1857 1858 1859 1860 1861 |
# File 'lib/v20201207/models.rb', line 1854 def deserialize(params) @GatewayId = params['GatewayId'] @BindDomains = params['BindDomains'] @CertId = params['CertId'] @Name = params['Name'] @Key = params['Key'] @Crt = params['Crt'] end |