Skip to content

node-zendesk / Exports / clients/core/groups

Module: clients/core/groups

Table of contents

Classes

Type Aliases

Type Aliases

CreateOrUpdateGroup

Ƭ CreateOrUpdateGroup: Object

Type declaration

NameTypeDescription
groupany- The group to create or update

Defined in

clients/core/groups.d.ts:40


Group

Ƭ Group: Object

Type declaration

NameTypeDescription
created_atstring- The time the group was created
defaultboolean- If the group is the default one for the account
deletedboolean- Deleted groups get marked as such
description?string- The description of the group
idnumber- 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
namestring- The name of the group
updated_atstring- The time of the last update of the group
urlstring- 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

Released under the MIT License.