GcmCredentialArgs

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

Description of a NotificationHub GcmCredential.

Constructors

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

Properties

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

Gets or sets the GCM endpoint.

Link copied to clipboard
val googleApiKey: Output<String>

Gets or sets the Google API key.

Functions

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