#import <JiveStatic.h>
Properties | |
| JivePerson * | author |
| Person that most recently uploaded this static resource. | |
| NSString * | jiveDescription |
| Description of this static resource. | |
| NSString * | filename |
| Filename of this static resource (must be unique within static resources for a particular place). | |
| NSString * | jiveId |
| Identifier (unique within an object type and Jive instance) of this object. This field is internal to Jive and should not be confused with contentID or placeID used in URIs. | |
| JivePlace * | place |
| Place (blog, group, project, or space) that this static resource is associated with. | |
| NSDate * | published |
| Date and time this object was originally created. | |
| NSDate * | updated |
| Date and time this object was most recently updated. | |
Properties inherited from JiveTypedObject | |
| NSString * | type |
| The object type of this object. This field is required when creating new content. | |