Sha256: 4f1ee856b522b21ec2ea77359b8e4376536597050bc1921999fa2fe93aa6348a
Contents?: true
Size: 1.14 KB
Versions: 6
Compression:
Stored size: 1.14 KB
Contents
# OpenapiClient::UpdateEmailSettingsResponse ## 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] **stores** | [**Array<StoreEmailSettingsResult>**](StoreEmailSettingsResult.md) | | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::UpdateEmailSettingsResponse.new(client_request_id: 30dd879c-ee2f-11db-8314-0800200c9a66, api_trace_id: rrt-0bd552c12342d3448-b-ea-1142-12938318-7, response_type: null, stores: [{"id":"12345500000","status":"SUCCESS. Email settings was updated successfully."},{"id":"1234550000044","status":"SUCCESS. Email settings was updated successfully."}]) ```
Version data entries
6 entries across 6 versions & 1 rubygems