Wasm Directoryalpha
Record

post-list-member-events-params

No description available.

record post-list-member-events-params {
  list-id: string,
  subscriber-hash: string,
  is-syncing: option​<bool>,
  name: string,
  occurred-at: option​<string>,
  properties: option​<post-list-member-events-body-properties>,
}

Fields

NameTypeDescription
list-idstring
subscriber-hashstring
is-syncingoption​<bool>
namestring
occurred-atoption​<string>
propertiesoption​<post-list-member-events-body-properties>