#import <JiveMember.h>
Properties | |
| JiveGroup * | group |
| Group to which this member belongs. | |
| 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. | |
| JivePerson * | person |
| Jive person that is a member of the specified group. | |
| NSDate * | published |
| Date and time when this content object was originally created. | |
| NSString * | state |
| Current state of this membership. | |
| NSDate * | updated |
| Date and time this content 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. | |