GcmCredentialArgs

data class GcmCredentialArgs(val gcmEndpoint: Output<String>? = null, val googleApiKey: Output<String>? = null) : ConvertibleToJava<GcmCredentialArgs>

Description of a NotificationHub GcmCredential.

Constructors

Link copied to clipboard
fun GcmCredentialArgs(gcmEndpoint: Output<String>? = null, googleApiKey: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): GcmCredentialArgs

Properties

Link copied to clipboard
val gcmEndpoint: Output<String>? = null

The FCM legacy endpoint. Default value is 'https://fcm.googleapis.com/fcm/send'

Link copied to clipboard
val googleApiKey: Output<String>? = null

The Google API key.