Class: TencentCloud::Iecp::V20210914::NamespaceResource

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

Overview

命名空间下资源描述

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil, count = nil, names = nil) ⇒ NamespaceResource



5826
5827
5828
5829
5830
# File 'lib/v20210914/models.rb', line 5826

def initialize(type=nil, count=nil, names=nil)
  @Type = type
  @Count = count
  @Names = names
end

Instance Attribute Details

#CountObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。



5824
5825
5826
# File 'lib/v20210914/models.rb', line 5824

def Count
  @Count
end

#NamesObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。



5824
5825
5826
# File 'lib/v20210914/models.rb', line 5824

def Names
  @Names
end

#TypeObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。



5824
5825
5826
# File 'lib/v20210914/models.rb', line 5824

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



5832
5833
5834
5835
5836
# File 'lib/v20210914/models.rb', line 5832

def deserialize(params)
  @Type = params['Type']
  @Count = params['Count']
  @Names = params['Names']
end