Name | Type | Description | Notes |
---|---|---|---|
created | Array<String> | [optional] | |
already_exists | Array<String> | [optional] | |
errors | Array<CacheError> | [optional] |
require 'marqeta'
instance = Marqeta::CreateCachesResponse.new(
created: null,
already_exists: null,
errors: null
)