Details about a group's membership in a project.
Constructors
new(object :
ProjectGroupObject =
ProjectGroupObject::ProjectGroup, project_id :
String = "", group_id :
String = "", group_name :
String = "", created_at :
Int64 = 0)
SourceInstance methods
created_at
Unix timestamp (in seconds) when the group was granted project access.
Sourcecreated_at=(created_at :
Int64)
Unix timestamp (in seconds) when the group was granted project access.
Sourcegroup_id
Identifier of the group that has access to the project.
SourceIdentifier of the group that has access to the project.
Sourcegroup_name
Display name of the group.
Sourcegroup_name=(group_name :
String)
Display name of the group.
Sourceobject=(object : ProjectGroupObject)
Sourceproject_id
Identifier of the project.
Sourceproject_id=(project_id :
String)
Identifier of the project.
Source