RPC used to enable/disable a cloud application and set authentication data
Convenience init.
- (nonnull instancetype)initWithProperties:
(nonnull SDLCloudAppProperties *)properties;
init(properties: SDLCloudAppProperties)
The new cloud application properties
A SDLSetCloudAppProperties object
The new cloud application properties.
SDLCloudAppProperties, Required
@property (nonatomic, strong) SDLCloudAppProperties *_Nonnull properties;
var properties: SDLCloudAppProperties { get set }