Kitaru

CohortResponse

Cohort response.

Attributes

attributeiduuid.UUID
= Field(description='Cohort id.')
attributenamestr
= Field(description='Cohort name.')
attributedescriptionstr | None
= Field(description='Cohort description.')
attributeagent_iduuid.UUID
= Field(description="Agent the cohort's sessions belong to.")
attributemetadatadict[str, JsonValue]
= Field(description='Arbitrary metadata.')
attributelatest_versionint
= Field(description='Highest version number created for this cohort.')

On this page