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 *title
Declared 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 *url
Declared In
SBDOGMetaData.h
desc
A one to two sentence description of object.
@property (nonatomic, copy, readonly, nullable) NSString *desc
Declared In
SBDOGMetaData.h
defaultImage
An image object which should represent the object within the graph
@property (nonatomic, strong, readonly, nullable) SBDOGImage *defaultImage
Declared In
SBDOGMetaData.h