SBDOGMetaData Class Reference
| Inherits from | NSObject |
|---|---|
| Conforms to | SBDMappable |
| Declared in | SBDOGMetaData.h |
title
The title of object as it should appear within the graph
@property (nonatomic, copy, readonly, nullable) NSString *titleDeclared In
SBDOGMetaData.h
url
The canonical URL of object that will be used as its permanent ID in the graph
@property (nonatomic, copy, readonly, nullable) NSString *urlDeclared In
SBDOGMetaData.h
desc
A one to two sentence description of object.
@property (nonatomic, copy, readonly, nullable) NSString *descDeclared In
SBDOGMetaData.h
defaultImage
An image object which should represent the object within the graph
@property (nonatomic, strong, readonly, nullable) SBDOGImage *defaultImageDeclared In
SBDOGMetaData.h