Sha256: b9a92ffdfe4dfc11c820ec8b08a9bddd457bb3ba22221fb1d00640634a1d03d8

Contents?: true

Size: 717 Bytes

Versions: 2

Compression:

Stored size: 717 Bytes

Contents

# DaDaPushClient::MessagePushRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**actions** | [**Array<Action>**](Action.md) | action size range is 0,3 | [optional] 
**content** | **String** | message content | 
**need_push** | **Boolean** | when value is false, will not send client push | 
**title** | **String** | message title | 

## Code Sample

```ruby
require 'DaDaPushClient'

instance = DaDaPushClient::MessagePushRequest.new(actions: null,
                                 content: Good News! DaDaPush releasing new version,
                                 need_push: true,
                                 title: Good News!)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dadapush_client-1.0.1 docs/MessagePushRequest.md
dadapush_client-1.0.0 docs/MessagePushRequest.md