Class: TencentCloud::Cam::V20190116::AttachEntityOfPolicy

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

Overview

策略关联的实体信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, name = nil, uin = nil, relatedtype = nil, attachmenttime = nil) ⇒ AttachEntityOfPolicy

Returns a new instance of AttachEntityOfPolicy.



227
228
229
230
231
232
233
# File 'lib/v20190116/models.rb', line 227

def initialize(id=nil, name=nil, uin=nil, relatedtype=nil, attachmenttime=nil)
  @Id = id
  @Name = name
  @Uin = uin
  @RelatedType = relatedtype
  @AttachmentTime = attachmenttime
end

Instance Attribute Details

#AttachmentTimeObject

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

Parameters:

  • Id:

    实体ID

  • Name:

    实体名称

  • Uin:

    实体Uin

  • RelatedType:

    关联类型。1 用户关联 ; 2 用户组关联 3 角色关联

  • AttachmentTime:

    策略关联时间



225
226
227
# File 'lib/v20190116/models.rb', line 225

def AttachmentTime
  @AttachmentTime
end

#IdObject

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

Parameters:

  • Id:

    实体ID

  • Name:

    实体名称

  • Uin:

    实体Uin

  • RelatedType:

    关联类型。1 用户关联 ; 2 用户组关联 3 角色关联

  • AttachmentTime:

    策略关联时间



225
226
227
# File 'lib/v20190116/models.rb', line 225

def Id
  @Id
end

#NameObject

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

Parameters:

  • Id:

    实体ID

  • Name:

    实体名称

  • Uin:

    实体Uin

  • RelatedType:

    关联类型。1 用户关联 ; 2 用户组关联 3 角色关联

  • AttachmentTime:

    策略关联时间



225
226
227
# File 'lib/v20190116/models.rb', line 225

def Name
  @Name
end

#RelatedTypeObject

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

Parameters:

  • Id:

    实体ID

  • Name:

    实体名称

  • Uin:

    实体Uin

  • RelatedType:

    关联类型。1 用户关联 ; 2 用户组关联 3 角色关联

  • AttachmentTime:

    策略关联时间



225
226
227
# File 'lib/v20190116/models.rb', line 225

def RelatedType
  @RelatedType
end

#UinObject

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

Parameters:

  • Id:

    实体ID

  • Name:

    实体名称

  • Uin:

    实体Uin

  • RelatedType:

    关联类型。1 用户关联 ; 2 用户组关联 3 角色关联

  • AttachmentTime:

    策略关联时间



225
226
227
# File 'lib/v20190116/models.rb', line 225

def Uin
  @Uin
end

Instance Method Details

#deserialize(params) ⇒ Object



235
236
237
238
239
240
241
# File 'lib/v20190116/models.rb', line 235

def deserialize(params)
  @Id = params['Id']
  @Name = params['Name']
  @Uin = params['Uin']
  @RelatedType = params['RelatedType']
  @AttachmentTime = params['AttachmentTime']
end