#import <JiveActionLink.h>
Inherits JiveObject.
Properties | |
| NSString * | caption |
| Hint that MAY be used by the presentation layer to allow interaction with the user (for example, the label text for a button). | |
| NSString * | httpVerb |
| HTTP operation to perform against the actionable resource. Should be one of GET, PUT, POST, DELETE, or other standard HTTP verb. If not present, defaults to GET. | |
| NSURL * | target |
| URI representing the target web hook endpoint to be invoked with the specified HTTP verb. | |