@@ -36,51 +36,51 @@ def __setattr__(self, name, value):
3636
3737 COGNOS_ID : ClassVar [KeywordField ] = KeywordField ("cognosId" , "cognosId" )
3838 """
39- ID of the asset in Cognos
39+ ID of the asset in Cognos.
4040 """
4141 COGNOS_PATH : ClassVar [KeywordField ] = KeywordField ("cognosPath" , "cognosPath" )
4242 """
43- Path of the asset in Cognos. E .g. /content/folder[@name='Folder Name']
43+ Path of the asset in Cognos (e .g. /content/folder[@name='Folder Name']).
4444 """
4545 COGNOS_PARENT_NAME : ClassVar [KeywordTextField ] = KeywordTextField (
4646 "cognosParentName" , "cognosParentName.keyword" , "cognosParentName"
4747 )
4848 """
49- Name of the parent asset in Cognos
49+ Name of the parent of the asset in Cognos.
5050 """
5151 COGNOS_PARENT_QUALIFIED_NAME : ClassVar [KeywordField ] = KeywordField (
5252 "cognosParentQualifiedName" , "cognosParentQualifiedName"
5353 )
5454 """
55- Qualified name of the parent asset in Cognos
55+ Qualified name of the parent asset in Cognos.
5656 """
5757 COGNOS_VERSION : ClassVar [KeywordField ] = KeywordField (
5858 "cognosVersion" , "cognosVersion"
5959 )
6060 """
61- Version of the Cognos asset
61+ Version of the Cognos asset.
6262 """
6363 COGNOS_TYPE : ClassVar [KeywordField ] = KeywordField ("cognosType" , "cognosType" )
6464 """
65- Cognos type of the Cognos asset. E .g. report, dashboard, package, etc.
65+ Type of the Cognos asset (e .g. report, dashboard, package, etc) .
6666 """
6767 COGNOS_IS_HIDDEN : ClassVar [BooleanField ] = BooleanField (
6868 "cognosIsHidden" , "cognosIsHidden"
6969 )
7070 """
71- Whether the Cognos asset is hidden from the ui
71+ Whether the Cognos asset is hidden from the UI.
7272 """
7373 COGNOS_IS_DISABLED : ClassVar [BooleanField ] = BooleanField (
7474 "cognosIsDisabled" , "cognosIsDisabled"
7575 )
7676 """
77- Whether the Cognos asset is diabled
77+ Whether the Cognos asset is disabled.
7878 """
7979 COGNOS_DEFAULT_SCREEN_TIP : ClassVar [TextField ] = TextField (
8080 "cognosDefaultScreenTip" , "cognosDefaultScreenTip"
8181 )
8282 """
83- Tooltip text present for the Cognos asset
83+ Tooltip text present for the Cognos asset.
8484 """
8585
8686 _convenience_properties : ClassVar [List [str ]] = [
0 commit comments