Mobile API Reference  MicroStrategy 2019
UnsubscribeTaskRequest.h
Go to the documentation of this file.
1 //
2 // UnsubscribeTaskRequest.h
3 // MSTRMobileSDK
4 //
5 // Created by Srinivas Singanamalla on 9/20/10.
6 // Copyright 2010 MicroStrategy Inc. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "MSITaskRequest.h"
11 
13 @private
14  NSString* subscriptionID;
15 }
16 
17 @property (nonatomic, copy) NSString* subscriptionID;
18 
19 @end
Definition: UnsubscribeTaskRequest.h:12
Definition: MSITaskRequest.h:25