Class: TencentCloud::Tcb::V20180608::DescribeCloudBaseRunServerDomainNameResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcb::V20180608::DescribeCloudBaseRunServerDomainNameResponse
- Defined in:
- lib/v20180608/models.rb
Overview
DescribeCloudBaseRunServerDomainName返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(publicdomain = nil, internaldomain = nil, domainname = nil, requestid = nil) ⇒ DescribeCloudBaseRunServerDomainNameResponse
constructor
A new instance of DescribeCloudBaseRunServerDomainNameResponse.
Constructor Details
#initialize(publicdomain = nil, internaldomain = nil, domainname = nil, requestid = nil) ⇒ DescribeCloudBaseRunServerDomainNameResponse
Returns a new instance of DescribeCloudBaseRunServerDomainNameResponse.
3592 3593 3594 3595 3596 3597 |
# File 'lib/v20180608/models.rb', line 3592 def initialize(publicdomain=nil, internaldomain=nil, domainname=nil, requestid=nil) @PublicDomain = publicdomain @InternalDomain = internaldomain @DomainName = domainname @RequestId = requestid end |
Instance Attribute Details
#DomainName ⇒ Object
3590 3591 3592 |
# File 'lib/v20180608/models.rb', line 3590 def DomainName @DomainName end |
#InternalDomain ⇒ Object
3590 3591 3592 |
# File 'lib/v20180608/models.rb', line 3590 def InternalDomain @InternalDomain end |
#PublicDomain ⇒ Object
3590 3591 3592 |
# File 'lib/v20180608/models.rb', line 3590 def PublicDomain @PublicDomain end |
#RequestId ⇒ Object
3590 3591 3592 |
# File 'lib/v20180608/models.rb', line 3590 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3599 3600 3601 3602 3603 3604 |
# File 'lib/v20180608/models.rb', line 3599 def deserialize(params) @PublicDomain = params['PublicDomain'] @InternalDomain = params['InternalDomain'] @DomainName = params['DomainName'] @RequestId = params['RequestId'] end |