HubGcmCredentialArgs

data class HubGcmCredentialArgs(val apiKey: Output<String>) : ConvertibleToJava<HubGcmCredentialArgs>

Constructors

Link copied to clipboard
fun HubGcmCredentialArgs(apiKey: Output<String>)

Functions

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

Properties

Link copied to clipboard
val apiKey: Output<String>

The API Key associated with the Google Cloud Messaging service.