RPC used to get the current properties of a cloud application.
Convenience init.
- (nonnull instancetype)initWithAppID:(nonnull NSString *)appID;
init(appID: String)
The id of the cloud app
A SDLGetCloudAppProperties object
The id of the cloud app.
String, Required, maxlength=“100”
@property (nonatomic, strong) NSString *_Nonnull appID;
var appID: String { get set }