Class to represent a platform resource link share. More...
Public Member Functions | |
| __construct () | |
| Class constructor. | |
Public Attributes | |
| string null | $consumerName = null |
| Consumer name value. | |
| string null | $resourceLinkId = null |
| Resource link ID value. | |
| string null | $title = null |
| Title of sharing context. | |
| bool null | $approved = null |
| Whether sharing request is to be automatically approved on first use. | |
Class to represent a platform resource link share.
| bool null $approved = null |
Whether sharing request is to be automatically approved on first use.
$approved
| string null $consumerName = null |
Consumer name value.
$consumerName
| string null $resourceLinkId = null |
Resource link ID value.
$resourceLinkId
| string null $title = null |
Title of sharing context.
$title