Sha256: f6b97b487ca7279e28f91349ecb358c2cf8f2c54728d7e245eef61ebc08c893d

Contents?: true

Size: 509 Bytes

Versions: 7

Compression:

Stored size: 509 Bytes

Contents

# OpenapiClient::Logo

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**position** | **String** | Define position of logo. | 
**filename** | **String** | The filename of the uploaded logo. | 
**data** | **String** | Base64 image data. | 

## Code Sample

```ruby
require 'OpenapiClient'

instance = OpenapiClient::Logo.new(position: BOTTOM,
                                 filename: image.png,
                                 data: null)
```


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
first_data_gateway-1.10.0 docs/Logo.md
first_data_gateway-1.9.0 docs/Logo.md
first_data_gateway-1.8.1 docs/Logo.md
first_data_gateway-1.8.0 docs/Logo.md
first_data_gateway-1.7.1 docs/Logo.md
first_data_gateway-1.7.0 docs/Logo.md
first_data_gateway-1.6.0 docs/Logo.md