Sha256: f0316e128f61543244b488a1eac65c34b0aecfeba55e7421cf6ecf78249a1e52
Contents?: true
Size: 513 Bytes
Versions: 2
Compression:
Stored size: 513 Bytes
Contents
# PinterestSdkClient::Account ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **account_type** | **String** | Type of account | [optional] | | **profile_image** | **String** | | [optional] | | **website_url** | **String** | | [optional] | | **username** | **String** | | [optional] | ## Example ```ruby require 'pinterest_sdk' instance = PinterestSdkClient::Account.new( account_type: null, profile_image: null, website_url: null, username: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pinterest_sdk-1.1.0 | docs/Account.md |
pinterest_sdk-1.0.0 | docs/Account.md |