AWSPinpointTargetingResultRow
Objective-C
@interface AWSPinpointTargetingResultRowSwift
class AWSPinpointTargetingResultRowProvides the results of a query that retrieved the data for a standard metric that applies to an application, campaign, or journey.
Required parameters: [GroupedBys, Values]
- 
                  
                  An array of objects that defines the field and field values that were used to group data in a result set that contains multiple results. This value is null if the data in a result set isn’t grouped. DeclarationObjective-C @property (nonatomic, strong) NSArray<AWSPinpointTargetingResultRowValue *> *_Nullable groupedBys;Swift var groupedBys: [AWSPinpointTargetingResultRowValue]? { get set }
- 
                  
                  An array of objects that provides pre-aggregated values for a standard metric that applies to an application, campaign, or journey. DeclarationObjective-C @property (nonatomic, strong) NSArray<AWSPinpointTargetingResultRowValue *> *_Nullable values;Swift var values: [AWSPinpointTargetingResultRowValue]? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSPinpointTargetingResultRow Class Reference
        AWSPinpointTargetingResultRow Class Reference