Class to represent a platform resource link share. More...
Public Member Functions | |
| __construct () | |
| Class constructor. | |
Data Fields | |
| $consumerName = null | |
| Consumer name value. | |
| $resourceLinkId = null | |
| Resource link ID value. | |
| $title = null | |
| Title of sharing context. | |
| $approved = null | |
| Whether sharing request is to be automatically approved on first use. | |
Class to represent a platform resource link share.
Definition at line 12 of file ResourceLinkShare.php.
| __construct | ( | ) |
Class constructor.
Definition at line 46 of file ResourceLinkShare.php.
| bool null $approved = null |
Whether sharing request is to be automatically approved on first use.
Definition at line 41 of file ResourceLinkShare.php.
| string null $consumerName = null |
Consumer name value.
Definition at line 20 of file ResourceLinkShare.php.
| int null $resourceLinkId = null |
Resource link ID value.
Definition at line 27 of file ResourceLinkShare.php.
| string null $title = null |
Title of sharing context.
Definition at line 34 of file ResourceLinkShare.php.