Class: TencentCloud::Tse::V20201207::GovernanceInterfaceDescription
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tse::V20201207::GovernanceInterfaceDescription
- Defined in:
- lib/v20201207/models.rb
Overview
服务契约接口定义
Instance Attribute Summary collapse
- #Content ⇒ Object
- #CreateTime ⇒ Object
- #ID ⇒ Object
- #Method ⇒ Object
- #ModifyTime ⇒ Object
- #Name ⇒ Object
- #Path ⇒ Object
- #Revision ⇒ Object
- #Source ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, method = nil, path = nil, content = nil, source = nil, revision = nil, createtime = nil, modifytime = nil, name = nil) ⇒ GovernanceInterfaceDescription
constructor
A new instance of GovernanceInterfaceDescription.
Constructor Details
#initialize(id = nil, method = nil, path = nil, content = nil, source = nil, revision = nil, createtime = nil, modifytime = nil, name = nil) ⇒ GovernanceInterfaceDescription
Returns a new instance of GovernanceInterfaceDescription.
8048 8049 8050 8051 8052 8053 8054 8055 8056 8057 8058 |
# File 'lib/v20201207/models.rb', line 8048 def initialize(id=nil, method=nil, path=nil, content=nil, source=nil, revision=nil, createtime=nil, modifytime=nil, name=nil) @ID = id @Method = method @Path = path @Content = content @Source = source @Revision = revision @CreateTime = createtime @ModifyTime = modifytime @Name = name end |
Instance Attribute Details
#Content ⇒ Object
8046 8047 8048 |
# File 'lib/v20201207/models.rb', line 8046 def Content @Content end |
#CreateTime ⇒ Object
8046 8047 8048 |
# File 'lib/v20201207/models.rb', line 8046 def CreateTime @CreateTime end |
#ID ⇒ Object
8046 8047 8048 |
# File 'lib/v20201207/models.rb', line 8046 def ID @ID end |
#Method ⇒ Object
8046 8047 8048 |
# File 'lib/v20201207/models.rb', line 8046 def Method @Method end |
#ModifyTime ⇒ Object
8046 8047 8048 |
# File 'lib/v20201207/models.rb', line 8046 def ModifyTime @ModifyTime end |
#Name ⇒ Object
8046 8047 8048 |
# File 'lib/v20201207/models.rb', line 8046 def Name @Name end |
#Path ⇒ Object
8046 8047 8048 |
# File 'lib/v20201207/models.rb', line 8046 def Path @Path end |
#Revision ⇒ Object
8046 8047 8048 |
# File 'lib/v20201207/models.rb', line 8046 def Revision @Revision end |
#Source ⇒ Object
8046 8047 8048 |
# File 'lib/v20201207/models.rb', line 8046 def Source @Source end |
Instance Method Details
#deserialize(params) ⇒ Object
8060 8061 8062 8063 8064 8065 8066 8067 8068 8069 8070 |
# File 'lib/v20201207/models.rb', line 8060 def deserialize(params) @ID = params['ID'] @Method = params['Method'] @Path = params['Path'] @Content = params['Content'] @Source = params['Source'] @Revision = params['Revision'] @CreateTime = params['CreateTime'] @ModifyTime = params['ModifyTime'] @Name = params['Name'] end |