Sha256: bf99e3669b05a117f7b974a44472bba107b627378b017b35510b5aaa64c3b174
Contents?: true
Size: 608 Bytes
Versions: 7
Compression:
Stored size: 608 Bytes
Contents
# OpenapiClient::BrandingStyleConfigurationResult ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | An optional outlet id for clients that support multiple stores in the same developer app. | [optional] **status** | **String** | Status from branding style configuration process. | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::BrandingStyleConfigurationResult.new(id: 12345500000, status: SUCCESS. Style properties were changed successfully.) ```
Version data entries
7 entries across 7 versions & 1 rubygems