Sha256: ac7859178b0e17e2bf33443229af536b8d1df1df9578907db7f09be583c5c99f
Contents?: true
Size: 1.09 KB
Versions: 7
Compression:
Stored size: 1.09 KB
Contents
# OpenapiClient::DeleteBrandingStyleConfigurationResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **client_request_id** | **String** | Echoes back the value in the request header for tracking. | [optional] **api_trace_id** | **String** | Request identifier in API, can be used to request logs from the support team. | [optional] **response_type** | [**ResponseType**](ResponseType.md) | | [optional] **store_id** | **String** | Store ID number. | [optional] **status** | **String** | Status from delete branding style configuration process. | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::DeleteBrandingStyleConfigurationResponse.new(client_request_id: 30dd879c-ee2f-11db-8314-0800200c9a66, api_trace_id: rrt-0bd552c12342d3448-b-ea-1142-12938318-7, response_type: null, store_id: 12345500000, status: SUCCESS. Style properties were successfully reset to default.) ```
Version data entries
7 entries across 7 versions & 1 rubygems