StarredDetails¶
Detailed information about the users who have starred an asset.
Complete reference
This is a complete reference for the StarredDetails
struct in Atlan, showing all of its embedded properties. For an introduction, you probably want to start with:
Embedded properties¶
These are the attributes embedded within each instance of the StarredDetails
struct in an asset:
assetStarredBy
Username of the user who starred the asset. | |
---|---|
1 2 |
|
-
Set the
assetStarredBy
for aStarredDetails
. -
Retrieve the
assetStarredBy
from aStarredDetails
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
assetStarredAt
Time at which the user starred the asset. | |
---|---|
1 2 |
|
-
Set the
assetStarredAt
for aStarredDetails
. -
Retrieve the
assetStarredAt
from aStarredDetails
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
assetStarredBy
Username of the user who starred the asset. | |
---|---|
1 2 3 4 5 |
|
-
Set the
assetStarredBy
for aStarredDetails
.For more details
For more information, see the asset CRUD snippets.
assetStarredAt
Time at which the user starred the asset. | |
---|---|
1 2 3 4 5 |
|
-
Set the
assetStarredAt
for aStarredDetails
.For more details
For more information, see the asset CRUD snippets.