PublisherPropertiesFormatArgs

data class PublisherPropertiesFormatArgs(val scope: Output<Either<String, PublisherScope>>? = null) : ConvertibleToJava<PublisherPropertiesFormatArgs>

publisher properties.

Constructors

Link copied to clipboard
constructor(scope: Output<Either<String, PublisherScope>>? = null)

Properties

Link copied to clipboard
val scope: Output<Either<String, PublisherScope>>? = null

The publisher scope.

Functions

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