Identifier Helper Args
data class IdentifierHelperArgs(val field: Output<IdentifierHelperField>? = null, val genericUri: Output<String>? = null) : ConvertibleToJava<IdentifierHelperArgs>
Helps in identifying the underlying product. This should be treated like a one-of field. Only one field should be set in this proto. This is a workaround because spanner indexes on one-of fields restrict addition and deletion of fields.
Constructors
Link copied to clipboard
fun IdentifierHelperArgs(field: Output<IdentifierHelperField>? = null, genericUri: Output<String>? = null)