Metadata Dependencies Args
data class MetadataDependenciesArgs(val contentId: Output<String>? = null, val criteria: Output<List<MetadataDependenciesArgs>>? = null, val kind: Output<Either<String, Kind>>? = null, val name: Output<String>? = null, val operator: Output<Either<String, Operator>>? = null, val version: Output<String>? = null) : ConvertibleToJava<MetadataDependenciesArgs>
Dependencies for the content item, what other content items it requires to work. Can describe more complex dependencies using a recursive/nested structure. For a single dependency an id/kind/version can be supplied or operator/criteria for complex dependencies.