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
constructor(gcmEndpoint: Output<String>? = null, googleApiKey: Output<String>? = null)

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.

Functions

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