Inherits from LUAPIModel : NSObject
Declared in LUCampaignMetadata.h
LUCampaignMetadata.m

Overview

Contains a campaign’s ID a list of its possible representation types (see LUCampaignRepresentationType).

Tasks

Properties

campaignID

The campaign’s ID.

@property (nonatomic, copy, readonly) NSNumber *campaignID

Discussion

The campaign’s ID.

Declared In

LUCampaignMetadata.h

representationTypes

An NSArray of LUCampaignRepresentationType values.

@property (nonatomic, strong, readonly) NSArray *representationTypes

Discussion

An NSArray of LUCampaignRepresentationType values.

Declared In

LUCampaignMetadata.h