FcmV1CredentialArgs

data class FcmV1CredentialArgs(val clientEmail: Output<String>, val privateKey: Output<String>, val projectId: Output<String>) : ConvertibleToJava<FcmV1CredentialArgs>

Description of a NotificationHub FcmV1Credential.

Constructors

Link copied to clipboard
constructor(clientEmail: Output<String>, privateKey: Output<String>, projectId: Output<String>)

Properties

Link copied to clipboard
val clientEmail: Output<String>

Gets or sets client email.

Link copied to clipboard
val privateKey: Output<String>

Gets or sets private key.

Link copied to clipboard
val projectId: Output<String>

Gets or sets project id.

Functions

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