Class: TencentCloud::Iecp::V20210914::ConfigMapBasicInfo

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

Overview

ConfigMap基本信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#CreateTimeObject

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

Parameters:

  • Name:

    名称

  • Namespace:

    命名空间

  • CreateTime:

    创建时间



278
279
280
# File 'lib/v20210914/models.rb', line 278

def CreateTime
  @CreateTime
end

#NameObject

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

Parameters:

  • Name:

    名称

  • Namespace:

    命名空间

  • CreateTime:

    创建时间



278
279
280
# File 'lib/v20210914/models.rb', line 278

def Name
  @Name
end

#NamespaceObject

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

Parameters:

  • Name:

    名称

  • Namespace:

    命名空间

  • CreateTime:

    创建时间



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