Skip to content

Commit

Permalink
fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
shirshanka committed Oct 4, 2024
1 parent 3868030 commit 679705d
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
namespace com.linkedin.platformresource

/**
* A set of symbols for loose agreements between producers and consumers of
platform resources
See @PlatformResourceInfo.resourceType for where this can be populated into
**/
enum PlatformResourceType {
/**
* e.g. a Slack member resource, Looker user resource, etc.
*/
USER_INFO,
/**
* I.e. a Slack channel
* e.g. a Slack channel
*/
CONVERSATION
}
}

0 comments on commit 679705d

Please sign in to comment.