Owner

@JsonClass(generateAdapter = true)
data class Owner(    val id: String?,     val name: String?,     val sponsored: Boolean?)

Various unrelated fields that should be preserved for backwards-compatibility reasons. See also trait_source.

Constructors

Link copied to clipboard
fun Owner(    id: String?,     name: String?,     sponsored: Boolean?)

Properties

Link copied to clipboard
val id: String?

The machine-readable unique identifier of the organization whose database this content is stored in. In Arc, this is equivalent to ARC_ORG_NAME.

Link copied to clipboard
val name: String?

Deprecated in 0.10.7. See distributor.name. (Formerly: The human-readable name of original producer of content. Distinguishes between Wires, Staff and other sources.)

Link copied to clipboard
val sponsored: Boolean?

True if this content is advertorial or native advertising.