Version 1.9 - Updated on 05/04/2017
Superclass: NSObject
Declared In: PCResourceShareAPIParams.h
PCResourceShareAPIParams
stores the parameters required for resource to create a share.
location
@property (nonatomic,
copy) NSString *location;
GET /fullview
, GET /metadata
, or GET /playlists
. Required.name
@property (nonatomic,
copy) NSString *name;
size
@property (nonatomic,
assign) int size;
subType
@property (nonatomic,
copy) NSString *subType;
type
@property (nonatomic,
copy) NSString *type;
Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.