/**
* LINE Messaging API
* This document describes LINE Messaging API.
*
* The version of the OpenAPI document: 0.0.1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import { Audience } from "./audience.js";
/**
* Add user IDs or Identifiers for Advertisers (IFAs) to an audience for uploading user IDs (by JSON)
*/
export type AddAudienceToAudienceGroupRequest = {
/**
* The audience ID.
*
* @see audienceGroupId Documentation
*/
audienceGroupId?: number;
/**
* The audience\'s name.
*
* @see uploadDescription Documentation
*/
uploadDescription?: string;
/**
* An array of up to 10,000 user IDs or IFAs.
*
* @see audiences Documentation
*/
audiences?: Array;
};
//# sourceMappingURL=addAudienceToAudienceGroupRequest.d.ts.map