Distributor

@JsonClass(generateAdapter = true)
data class Distributor(    val name: String?,     val reference_id: String?,     val category: String?,     val subcategory: String?,     val additional_properties: Map<String, *>?,     val mode: String?)

Information about a third party that provided this content from outside this document's hosted organization.

Constructors

Link copied to clipboard
fun Distributor(    name: String?,     reference_id: String?,     category: String?,     subcategory: String?,     additional_properties: Map<String, *>?,     mode: String?)

Properties

Link copied to clipboard
val additional_properties: Map<String, *>?

A grab-bag object for non-validatable data.

Link copied to clipboard
val category: String?

could be any of : "staff", "wires", "freelance", "stock", "handout", "other" : The machine-readable category of how this content was produced. Use 'staff' if this content was produced by an employee of the organization who owns this document repository. (Multisite note: content produced within a single organization, but shared across multiple websites should still be considered 'staff.') Use ‘wires’ if this content was produced for another organization and shared with the one who owns this document repository. Use 'freelance' if this content was produced by an individual on behalf of the organization who owns this document repository. Use 'stock' if this content is stock media distributed directly from a stock media provider. Use 'handout' if this is content provided from a source for an article (usually promotional media distributed directly from a company). Use 'other' for all other cases.

Link copied to clipboard
val mode: String?

could be "custom" or "reference"

Link copied to clipboard
val name: String?

The human-readable name of the distributor of this content. E.g., Reuters.

Link copied to clipboard
val reference_id: String?

The ARC UUID of the distributor of this content. E.g., ABCDEFGHIJKLMNOPQRSTUVWXYZ.

Link copied to clipboard
val subcategory: String?

The machine-readable subcategory of how this content was produced. E.g., 'freelance - signed'. May vary between organizations.