Class: TencentCloud::Tia::V20180226::Log
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tia::V20180226::Log
- Defined in:
- lib/v20180226/models.rb
Overview
日志
Instance Attribute Summary collapse
- #ContainerName ⇒ Object
- #Log ⇒ Object
- #Namespace ⇒ Object
- #PodId ⇒ Object
- #PodName ⇒ Object
- #Time ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(containername = nil, log = nil, namespace = nil, podid = nil, podname = nil, time = nil) ⇒ Log
constructor
A new instance of Log.
Constructor Details
#initialize(containername = nil, log = nil, namespace = nil, podid = nil, podname = nil, time = nil) ⇒ Log
Returns a new instance of Log.
619 620 621 622 623 624 625 626 |
# File 'lib/v20180226/models.rb', line 619 def initialize(containername=nil, log=nil, namespace=nil, podid=nil, podname=nil, time=nil) @ContainerName = containername @Log = log @Namespace = namespace @PodId = podid @PodName = podname @Time = time end |
Instance Attribute Details
#ContainerName ⇒ Object
617 618 619 |
# File 'lib/v20180226/models.rb', line 617 def ContainerName @ContainerName end |
#Log ⇒ Object
617 618 619 |
# File 'lib/v20180226/models.rb', line 617 def Log @Log end |
#Namespace ⇒ Object
617 618 619 |
# File 'lib/v20180226/models.rb', line 617 def Namespace @Namespace end |
#PodId ⇒ Object
617 618 619 |
# File 'lib/v20180226/models.rb', line 617 def PodId @PodId end |
#PodName ⇒ Object
617 618 619 |
# File 'lib/v20180226/models.rb', line 617 def PodName @PodName end |
#Time ⇒ Object
617 618 619 |
# File 'lib/v20180226/models.rb', line 617 def Time @Time end |
Instance Method Details
#deserialize(params) ⇒ Object
628 629 630 631 632 633 634 635 |
# File 'lib/v20180226/models.rb', line 628 def deserialize(params) @ContainerName = params['ContainerName'] @Log = params['Log'] @Namespace = params['Namespace'] @PodId = params['PodId'] @PodName = params['PodName'] @Time = params['Time'] end |