BVAuthor Class Reference Inherits from BVGenericConversationsResult : NSObject Declared in BVAuthor.h userNickname @property (nullable) NSString *userNickname authorId @property (nullable) NSString *authorId submissionTime @property (nullable) NSDate *submissionTime lastModeratedTime @property (nullable) NSDate *lastModeratedTime tagDimensions @property (nullable) TagDimensions tagDimensions photos @property (nonnull) NSArray<BVPhoto*> *photos contextDataValues @property (nonnull) NSArray<BVContextDataValue*> *contextDataValues videos @property (nonnull) NSArray<BVVideo*> *videos submissionId @property (nullable) NSString *submissionId userLocation @property (nullable) NSString *userLocation badges @property (nonnull) NSArray<BVBadge*> *badges secondaryRatings @property (nonnull) NSArray<BVSecondaryRating*> *secondaryRatings includedReviews @property (nonnull, readonly) NSArray<BVReview*> *includedReviews includedQuestions @property (nonnull, readonly) NSArray<BVQuestion*> *includedQuestions includedAnswers @property (nonnull, readonly) NSArray<BVAnswer*> *includedAnswers includedComments @property (nonnull, readonly) NSArray<BVComment*> *includedComments reviewStatistics @property (nullable) BVReviewStatistics *reviewStatistics qaStatistics @property (nullable) BVQAStatistics *qaStatistics