# PinterestSdkClient::AdsAnalyticsCreateAsyncResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **report_status** | **String** | | [optional] | | **token** | **String** | | [optional] | | **message** | **String** | | [optional] | ## Example ```ruby require 'pinterest_sdk' instance = PinterestSdkClient::AdsAnalyticsCreateAsyncResponse.new( report_status: null, token: null, message: null ) ```