Class: TencentCloud::Iecp::V20210914::ConfigMapBasicInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iecp::V20210914::ConfigMapBasicInfo
- Defined in:
- lib/v20210914/models.rb
Overview
ConfigMap基本信息
Instance Attribute Summary collapse
-
#CreateTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Namespace ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, namespace = nil, createtime = nil) ⇒ ConfigMapBasicInfo
constructor
A new instance of ConfigMapBasicInfo.
Constructor Details
#initialize(name = nil, namespace = nil, createtime = nil) ⇒ ConfigMapBasicInfo
Returns a new instance of ConfigMapBasicInfo.
280 281 282 283 284 |
# File 'lib/v20210914/models.rb', line 280 def initialize(name=nil, namespace=nil, createtime=nil) @Name = name @Namespace = namespace @CreateTime = createtime end |
Instance Attribute Details
#CreateTime ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
278 279 280 |
# File 'lib/v20210914/models.rb', line 278 def CreateTime @CreateTime end |
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
278 279 280 |
# File 'lib/v20210914/models.rb', line 278 def Name @Name end |
#Namespace ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
278 279 280 |
# File 'lib/v20210914/models.rb', line 278 def Namespace @Namespace end |
Instance Method Details
#deserialize(params) ⇒ Object
286 287 288 289 290 |
# File 'lib/v20210914/models.rb', line 286 def deserialize(params) @Name = params['Name'] @Namespace = params['Namespace'] @CreateTime = params['CreateTime'] end |