Metadata Source Args
data class MetadataSourceArgs(val kind: Output<Either<String, SourceKind>>, val name: Output<String>? = null, val sourceId: Output<String>? = null) : ConvertibleToJava<MetadataSourceArgs>
The original source of the content item, where it comes from.
Constructors
Link copied to clipboard
constructor(kind: Output<Either<String, SourceKind>>, name: Output<String>? = null, sourceId: Output<String>? = null)