Class: TencentCloud::Iecp::V20210914::NamespaceResource
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iecp::V20210914::NamespaceResource
- Defined in:
- lib/v20210914/models.rb
Overview
命名空间下资源描述
Instance Attribute Summary collapse
-
#Count ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Names ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Type ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, count = nil, names = nil) ⇒ NamespaceResource
constructor
A new instance of NamespaceResource.
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
#Count ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
5824 5825 5826 |
# File 'lib/v20210914/models.rb', line 5824 def Count @Count end |
#Names ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
5824 5825 5826 |
# File 'lib/v20210914/models.rb', line 5824 def Names @Names end |
#Type ⇒ Object
注意:此字段可能返回 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 |