Sha256: 131c222ed8cff876e3ff3fc3c9e705a6e176388f772615fe74ce4877d98a9eb1
Contents?: true
Size: 596 Bytes
Versions: 8
Compression:
Stored size: 596 Bytes
Contents
# OpenapiClient::StoreUrlConfigurationResult ## 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 store url configuration process. | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::StoreUrlConfigurationResult.new(id: 12345500000, status: SUCCESS. Connect url settings was changed successfully.) ```
Version data entries
8 entries across 8 versions & 1 rubygems