com.atproto.sync.notify_of_update#

pydantic model atproto.xrpc_client.models.com.atproto.sync.notify_of_update.Data#

Bases: DataModelBase

Input data model for com.atproto.sync.notifyOfUpdate.

Show JSON schema
{
   "title": "Data",
   "description": "Input data model for :obj:`com.atproto.sync.notifyOfUpdate`.",
   "type": "object",
   "properties": {
      "hostname": {
         "title": "Hostname",
         "type": "string"
      }
   },
   "additionalProperties": false,
   "required": [
      "hostname"
   ]
}

Fields:
field hostname: str [Required]#

Hostname of the service that is notifying of update.

class atproto.xrpc_client.models.com.atproto.sync.notify_of_update.DataDict#

Bases: TypedDict

hostname: str#

Hostname of the service that is notifying of update.