Class: TencentCloud::Dasb::V20191018::DescribeCmdTemplatesRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20191018/models.rb

Overview

DescribeCmdTemplates请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(idset = nil, name = nil, type = nil, offset = nil, limit = nil) ⇒ DescribeCmdTemplatesRequest



2093
2094
2095
2096
2097
2098
2099
# File 'lib/v20191018/models.rb', line 2093

def initialize(idset=nil, name=nil, type=nil, offset=nil, limit=nil)
  @IdSet = idset
  @Name = name
  @Type = type
  @Offset = offset
  @Limit = limit
end

Instance Attribute Details

#IdSetObject



2091
2092
2093
# File 'lib/v20191018/models.rb', line 2091

def IdSet
  @IdSet
end

#LimitObject



2091
2092
2093
# File 'lib/v20191018/models.rb', line 2091

def Limit
  @Limit
end

#NameObject



2091
2092
2093
# File 'lib/v20191018/models.rb', line 2091

def Name
  @Name
end

#OffsetObject



2091
2092
2093
# File 'lib/v20191018/models.rb', line 2091

def Offset
  @Offset
end

#TypeObject



2091
2092
2093
# File 'lib/v20191018/models.rb', line 2091

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



2101
2102
2103
2104
2105
2106
2107
# File 'lib/v20191018/models.rb', line 2101

def deserialize(params)
  @IdSet = params['IdSet']
  @Name = params['Name']
  @Type = params['Type']
  @Offset = params['Offset']
  @Limit = params['Limit']
end