node-zendesk / Exports / clients/core/groups
Module: clients/core/groups
Table of contents
Classes
Type Aliases
Type Aliases
CreateOrUpdateGroup
Ƭ CreateOrUpdateGroup: Object
Type declaration
Name | Type | Description |
---|---|---|
group | any | - The group to create or update |
Defined in
clients/core/groups.d.ts:40
Group
Ƭ Group: Object
Type declaration
Name | Type | Description |
---|---|---|
created_at | string | - The time the group was created |
default | boolean | - If the group is the default one for the account |
deleted | boolean | - Deleted groups get marked as such |
description? | string | - The description of the group |
id | number | - Automatically assigned when creating groups |
is_public? | boolean | - If true, the group is public. If false, the group is private. You can't change a private group to a public group |
name | string | - The name of the group |
updated_at | string | - The time of the last update of the group |
url | string | - The API url of the group |
Defined in
clients/core/groups.d.ts:2
RecursivePartial
Ƭ RecursivePartial: object
Defined in
clients/core/groups.d.ts:1