Sha256: 99bb361b379b5267ef2e5cb61903e91cede72ee8fb5e46ec752851e99b65f744
Contents?: true
Size: 681 Bytes
Versions: 2
Compression:
Stored size: 681 Bytes
Contents
# PinterestSdkClient::CampaignResponseAllOf1 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **objective_type** | [**ObjectiveType**](ObjectiveType.md) | | [optional] | | **created_time** | **Integer** | Campaign creation time. Unix timestamp in seconds. | [optional] | | **updated_time** | **Integer** | UTC timestamp. Last update time. | [optional] | | **type** | **String** | Always \"campaign\". | [optional] | ## Example ```ruby require 'pinterest_sdk' instance = PinterestSdkClient::CampaignResponseAllOf1.new( objective_type: null, created_time: 1432744744, updated_time: 1432744744, type: campaign ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pinterest_sdk-1.1.0 | docs/CampaignResponseAllOf1.md |
pinterest_sdk-1.0.0 | docs/CampaignResponseAllOf1.md |