Skip to Content
APIPlanning Center Check Ins TSSrcInterfacesInterface: LabelResource

planning-center-monorepo v1.0.0


planning-center-monorepo / planning-center-check-ins-ts/src / LabelResource

Interface: LabelResource

Defined in: packages/planning-center-check-ins-ts/src/types/check-ins.ts:199 

A representation of a single resource.

Extends

Properties

type

type: "Label"

Defined in: packages/planning-center-base-ts/dist/types/json-api.d.ts:58

Inherited from

ResourceObject.type


id

id: string

Defined in: packages/planning-center-base-ts/dist/types/json-api.d.ts:59

Inherited from

ResourceObject.id


attributes?

optional attributes: LabelAttributes

Defined in: packages/planning-center-base-ts/dist/types/json-api.d.ts:60

Inherited from

ResourceObject.attributes


relationships?

optional relationships: LabelRelationships

Defined in: packages/planning-center-base-ts/dist/types/json-api.d.ts:61

Inherited from

ResourceObject.relationships


optional links: Links

Defined in: packages/planning-center-base-ts/dist/types/json-api.d.ts:62

Inherited from

ResourceObject.links


meta?

optional meta: Meta

Defined in: packages/planning-center-base-ts/dist/types/json-api.d.ts:63

Inherited from

ResourceObject.meta