Sha256: 19e8cb23b64841ce9bfbdc3f0ebf26b5710dcf793bba8ec3bef0363fbf2544f7
Contents?: true
Size: 1.02 KB
Versions: 10
Compression:
Stored size: 1.02 KB
Contents
# TalonOne::Meta ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **campaigns** | [**Object**](.md) | Maps each evaluated campaign ID to a key-value list of that campaigns attributes. Campaigns without attributes will be omitted. | [optional] **coupons** | [**Object**](.md) | Maps the coupon value to a key-value list of that coupons attributes. | [optional] **coupon_rejection_reason** | [**CouponRejectionReason**](CouponRejectionReason.md) | | [optional] **referral_rejection_reason** | [**ReferralRejectionReason**](ReferralRejectionReason.md) | | [optional] **warnings** | [**Object**](.md) | Contains warnings about possible misuse. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::Meta.new(campaigns: null, coupons: null, coupon_rejection_reason: null, referral_rejection_reason: null, warnings: null) ```
Version data entries
10 entries across 10 versions & 1 rubygems