# PinterestSdkClient::OauthAccessTokenRequestCodeAllOf ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **code** | **String** | | | | **redirect_uri** | **String** | | | ## Example ```ruby require 'pinterest_sdk' instance = PinterestSdkClient::OauthAccessTokenRequestCodeAllOf.new( code: null, redirect_uri: null ) ```