Sha256: b43dd753b5f834305606eb4756e0128164d64e307dc8cd2df377ed6980f8368b
Contents?: true
Size: 575 Bytes
Versions: 2
Compression:
Stored size: 575 Bytes
Contents
# PinterestSdkClient::AdAccount ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | | [optional] | | **name** | **String** | | [optional] | | **owner** | [**AdAccountOwner**](AdAccountOwner.md) | | [optional] | | **country** | [**Country**](Country.md) | | [optional] | | **currency** | [**Currency**](Currency.md) | | [optional] | ## Example ```ruby require 'pinterest_sdk' instance = PinterestSdkClient::AdAccount.new( id: null, name: null, owner: null, country: null, currency: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pinterest_sdk-1.1.0 | docs/AdAccount.md |
pinterest_sdk-1.0.0 | docs/AdAccount.md |