Sha256: d9befe0c957af14e2768a531741a63d6f9d036a4d91f9bf30a655af4e4b1cf5b
Contents?: true
Size: 1.16 KB
Versions: 8
Compression:
Stored size: 1.16 KB
Contents
# OpenapiClient::StoreUrlConfigurationResponse ## 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<StoreUrlConfigurationResult>**](StoreUrlConfigurationResult.md) | | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::StoreUrlConfigurationResponse.new(client_request_id: 30dd879c-ee2f-11db-8314-0800200c9a66, api_trace_id: rrt-0bd552c12342d3448-b-ea-1142-12938318-7, response_type: null, stores: [{"id":"12099500088","status":"SUCCESS. Connect url settings was changed successfully."},{"id":"12099500044","status":"SUCCESS. Connect url settings was changed successfully."}]) ```
Version data entries
8 entries across 8 versions & 1 rubygems