csc.update.GroupAttributeId

class csc.update.GroupAttributeId

GroupAttributeId is defined by the GroupId and the guid-based id of the attribute. Group attribute names and indeces can change, so they are provided with their own guid

Implements the GroupAttributeId.

Variables:
  • group_id – Get GroupId

  • attribute_id – Get csc.Guid - id of the attribute

__init__(self: csc.update.GroupAttributeId, group_id: csc.update.GroupId, attribute_id: csc.Guid) None

Methods

__init__(self, group_id, attribute_id)

Attributes

attribute_id

group_id

__annotations__ = {}
__init__(self: csc.update.GroupAttributeId, group_id: csc.update.GroupId, attribute_id: csc.Guid) None
__module__ = 'csc.update'
property attribute_id
property group_id