Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AssignedContentType

Class representing an Assigned Content Type for an Algolia Search Index.

Hierarchy

Index

Constructors

constructor

Properties

Optional _links

_links: Map<string, HalLink>

Optional contentTypeUri

contentTypeUri: string

URI that describes where to locate the JSON schema definition for this content type.

Optional createdDate

createdDate: string

Timestamp representing when the Index was originally created.

Optional id

id: string

Unique id generated on creation.

Optional lastModifiedDate

lastModifiedDate: string

Timestamp representing when the Assigned Content Type was last updated.

Methods

Protected performActionWithoutResourceResponse

  • performActionWithoutResourceResponse(name: string, params: any, data: any, method?: POST | PATCH | PUT): Promise<void>

toJSON

  • toJSON(): any

toJson

  • toJson(): any

Object literals

Readonly related

related: object

Resources and actions related to an Assigned Content Type.

activeContentWebhook

  • activeContentWebhook(): Promise<Webhook>

archivedContentWebhook

  • archivedContentWebhook(): Promise<Webhook>

recreateWebhook

  • recreateWebhook(): Promise<void>

unassign

  • unassign(id: string): Promise<void>

webhook

Generated using TypeDoc