Sha256: 148f4b218ad07073186136928e22050a70f1eadce85c8ce86f81c30da5ab3802
Contents?: true
Size: 640 Bytes
Versions: 7
Compression:
Stored size: 640 Bytes
Contents
# OpenapiClient::StoreBrandingStyleConfiguration ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | An optional outlet id for clients that support multiple stores in the same developer app. | **combined** | [**CombinedMode**](CombinedMode.md) | | [optional] **classic** | [**ClassicMode**](ClassicMode.md) | | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::StoreBrandingStyleConfiguration.new(id: 12345500000, combined: null, classic: null) ```
Version data entries
7 entries across 7 versions & 1 rubygems