Sha256: fe14b1b66ac390ecd9439993a81a5a770fd794a4aee08518843e91b978dddb5b
Contents?: true
Size: 964 Bytes
Versions: 2
Compression:
Stored size: 964 Bytes
Contents
# PinterestSdkClient::AdGroupResponseAllOf1 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **campaign_id** | **String** | Campaign ID of the ad group. | [optional] | | **billable_event** | [**ActionType**](ActionType.md) | | [optional] | | **id** | **String** | Ad group ID. | [optional] | | **type** | **String** | Always \"adgroup\". | [optional] | | **ad_account_id** | **String** | Advertiser ID. | [optional] | | **created_time** | **Integer** | Ad group creation time. Unix timestamp in seconds. | [optional] | | **updated_time** | **Integer** | Ad group last update time. Unix timestamp in seconds. | [optional] | ## Example ```ruby require 'pinterest_sdk' instance = PinterestSdkClient::AdGroupResponseAllOf1.new( campaign_id: 626736533506, billable_event: null, id: 2680060704746, type: null, ad_account_id: 549755885175, created_time: 1476477189, updated_time: 1476477189 ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pinterest_sdk-1.1.0 | docs/AdGroupResponseAllOf1.md |
pinterest_sdk-1.0.0 | docs/AdGroupResponseAllOf1.md |