HubGcmCredentialArgs

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

Constructors

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

Properties

Link copied to clipboard
val apiKey: Output<String>

The API Key associated with the Google Cloud Messaging service.

Functions

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