1 | /**
|
2 | * LINE Messaging API
|
3 | * This document describes LINE Messaging API.
|
4 | *
|
5 | * The version of the OpenAPI document: 0.0.1
|
6 | *
|
7 | *
|
8 | * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
9 | * https://openapi-generator.tech
|
10 | * Do not edit the class manually.
|
11 | */
|
12 | import { AudienceGroupJobFailedType } from "./audienceGroupJobFailedType.js";
|
13 | import { AudienceGroupJobStatus } from "./audienceGroupJobStatus.js";
|
14 | import { AudienceGroupJobType } from "./audienceGroupJobType.js";
|
15 | /**
|
16 | * Audience group job
|
17 | */
|
18 | export type AudienceGroupJob = {
|
19 | /**
|
20 | * A job ID.
|
21 | *
|
22 | * @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-audience-group">audienceGroupJobId Documentation</a>
|
23 | */
|
24 | audienceGroupJobId?: number;
|
25 | /**
|
26 | * An audience ID.
|
27 | *
|
28 | * @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-audience-group">audienceGroupId Documentation</a>
|
29 | */
|
30 | audienceGroupId?: number;
|
31 | /**
|
32 | * The job\'s description.
|
33 | *
|
34 | * @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-audience-group">description Documentation</a>
|
35 | */
|
36 | description?: string;
|
37 | /**
|
38 | *
|
39 | * @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-audience-group">type Documentation</a>
|
40 | */
|
41 | type?: AudienceGroupJobType;
|
42 | /**
|
43 | *
|
44 | * @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-audience-group">jobStatus Documentation</a>
|
45 | */
|
46 | jobStatus?: AudienceGroupJobStatus;
|
47 | /**
|
48 | *
|
49 | * @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-audience-group">failedType Documentation</a>
|
50 | */
|
51 | failedType?: AudienceGroupJobFailedType;
|
52 | /**
|
53 | * The number of accounts (recipients) that were added or removed.
|
54 | *
|
55 | * @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-audience-group">audienceCount Documentation</a>
|
56 | */
|
57 | audienceCount?: number;
|
58 | /**
|
59 | * When the job was created (in UNIX time).
|
60 | *
|
61 | * @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-audience-group">created Documentation</a>
|
62 | */
|
63 | created?: number;
|
64 | };
|
65 | export declare namespace AudienceGroupJob { }
|
66 | //# sourceMappingURL=audienceGroupJob.d.ts.map |
\ | No newline at end of file |