Class: TencentCloud::Teo::V20220901::Function
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Teo::V20220901::Function
- Defined in:
- lib/v20220901/models.rb
Overview
边缘函数详情
Instance Attribute Summary collapse
- #Content ⇒ Object
- #CreateTime ⇒ Object
- #Domain ⇒ Object
- #FunctionId ⇒ Object
- #Name ⇒ Object
- #Remark ⇒ Object
- #UpdateTime ⇒ Object
- #ZoneId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(functionid = nil, zoneid = nil, name = nil, remark = nil, content = nil, domain = nil, createtime = nil, updatetime = nil) ⇒ Function
constructor
A new instance of Function.
Constructor Details
#initialize(functionid = nil, zoneid = nil, name = nil, remark = nil, content = nil, domain = nil, createtime = nil, updatetime = nil) ⇒ Function
Returns a new instance of Function.
13143 13144 13145 13146 13147 13148 13149 13150 13151 13152 |
# File 'lib/v20220901/models.rb', line 13143 def initialize(functionid=nil, zoneid=nil, name=nil, remark=nil, content=nil, domain=nil, createtime=nil, updatetime=nil) @FunctionId = functionid @ZoneId = zoneid @Name = name @Remark = remark @Content = content @Domain = domain @CreateTime = createtime @UpdateTime = updatetime end |
Instance Attribute Details
#Content ⇒ Object
13141 13142 13143 |
# File 'lib/v20220901/models.rb', line 13141 def Content @Content end |
#CreateTime ⇒ Object
13141 13142 13143 |
# File 'lib/v20220901/models.rb', line 13141 def CreateTime @CreateTime end |
#Domain ⇒ Object
13141 13142 13143 |
# File 'lib/v20220901/models.rb', line 13141 def Domain @Domain end |
#FunctionId ⇒ Object
13141 13142 13143 |
# File 'lib/v20220901/models.rb', line 13141 def FunctionId @FunctionId end |
#Name ⇒ Object
13141 13142 13143 |
# File 'lib/v20220901/models.rb', line 13141 def Name @Name end |
#Remark ⇒ Object
13141 13142 13143 |
# File 'lib/v20220901/models.rb', line 13141 def Remark @Remark end |
#UpdateTime ⇒ Object
13141 13142 13143 |
# File 'lib/v20220901/models.rb', line 13141 def UpdateTime @UpdateTime end |
#ZoneId ⇒ Object
13141 13142 13143 |
# File 'lib/v20220901/models.rb', line 13141 def ZoneId @ZoneId end |
Instance Method Details
#deserialize(params) ⇒ Object
13154 13155 13156 13157 13158 13159 13160 13161 13162 13163 |
# File 'lib/v20220901/models.rb', line 13154 def deserialize(params) @FunctionId = params['FunctionId'] @ZoneId = params['ZoneId'] @Name = params['Name'] @Remark = params['Remark'] @Content = params['Content'] @Domain = params['Domain'] @CreateTime = params['CreateTime'] @UpdateTime = params['UpdateTime'] end |