Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PlainODataResponseV4

Hierarchy

  • PlainODataResponseV4

Index

Properties

Optional @odata.context

@odata.context: string

context string

Optional @odata.count

@odata.count: number

total count

Optional @odata.editLink

@odata.editLink: string

Optional @odata.etag

@odata.etag: string

Optional @odata.id

@odata.id: string

Optional error

error: { code: string; message: { lang: string; value: string } & string }

Type declaration

  • code: string
  • message: { lang: string; value: string } & string

Generated using TypeDoc