Initializes an instance with properties from a dictionary.
- ( nullable instancetype )initWithDictionary: ( NSDictionary * )dict;
The initialized instance, or nil
The asset's content type.
@property( atomic,
readonly,
strong,
nullable ) NSString * contentType;
The asset's creation date.
@property( atomic,
readonly,
strong,
nullable ) NSDate * created;
The asset's download URL.
@property( atomic,
readonly,
strong,
nullable ) NSURL * downloadURL;
The asset's update date, if any.
@property( atomic,
readonly,
strong,
nullable ) NSDate * updated;
The asset's URL.
@property( atomic,
readonly,
strong,
nullable ) NSURL * url;
This URL corresponds to the asset API feed URL.