FullResourceResponse: {
    actions?: EditableActionResponse[];
    createdAt: string;
    description?: string;
    globalResourceId: string;
    id: string;
    name: string;
}

Type declaration

  • Optionalactions?: EditableActionResponse[]
  • createdAt: string
  • Optionaldescription?: string

    Description of resource.

  • globalResourceId: string
  • id: string

    Id of resource.

  • name: string

    Name of resource.