Skip to content

Publisher

Represents a configured publisher by the user.

Fields

  • name: String - the name of the publisher
  • id: Int - the id of the publisher

Example

json
{
    id: 1,
    name: "example publisher"
}