GcmCredentialPropertiesArgs

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

Description of a NotificationHub GcmCredential.

Constructors

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

Functions

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

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.