Publisher Args
    data class PublisherArgs(val issuingAuthority: Output<String>? = null, val name: Output<String>? = null, val publisherNamespace: Output<String>? = null) : ConvertibleToJava<PublisherArgs> 
Publisher contains information about the publisher of this Note.
Constructors
Link copied to clipboard
                fun PublisherArgs(issuingAuthority: Output<String>? = null, name: Output<String>? = null, publisherNamespace: Output<String>? = null)