# DaDaPushClient::Result ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **code** | **Integer** | | **data** | [**Object**](.md) | | [optional] **errmsg** | **String** | | ## Code Sample ```ruby require 'DaDaPushClient' instance = DaDaPushClient::Result.new(code: 0, data: null, errmsg: ok) ```