Interface GenericResourceResponse

Hierarchy

  • GenericResourceResponse

Properties

createdAt: string
createdBy: {
    accountId: string;
    self: string;
}

Type declaration

  • accountId: string
  • self: string
id: number
name: string
self: string
updatedAt: string
updatedBy: {
    accountId: string;
    self: string;
}

Type declaration

  • accountId: string
  • self: string

Generated using TypeDoc