BaiduChannelRequest
public struct BaiduChannelRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The API key that you received from the Baidu Cloud Push service to communicate with the service.
Declaration
Swift
public let apiKey: String -
Specifies whether to enable the Baidu channel for the application.
Declaration
Swift
public let enabled: Bool? -
The secret key that you received from the Baidu Cloud Push service to communicate with the service.
Declaration
Swift
public let secretKey: String -
Undocumented
Declaration
Swift
public init(apiKey: String, enabled: Bool? = nil, secretKey: String)
View on GitHub
BaiduChannelRequest Structure Reference