Glossary Entry Args
data class GlossaryEntryArgs(val description: Output<String>? = null, val glossaryId: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val termsPair: Output<GlossaryTermsPairArgs>? = null, val termsSet: Output<GlossaryTermsSetArgs>? = null) : ConvertibleToJava<GlossaryEntryArgs>
Creates a glossary entry.
Constructors
Link copied to clipboard
fun GlossaryEntryArgs(description: Output<String>? = null, glossaryId: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, termsPair: Output<GlossaryTermsPairArgs>? = null, termsSet: Output<GlossaryTermsSetArgs>? = null)