Sha256: 94829a8222d17439e960222a1a01cf278467e7dea465d54e5c15e3474d5a2f78
Contents?: true
Size: 527 Bytes
Versions: 50
Compression:
Stored size: 527 Bytes
Contents
# SunshineConversationsClient::ActivityPost ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **author** | [**Author**](Author.md) | The author of the activity. | **type** | **String** | If the author type is `user`, only `conversation:read` is supported. | ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::ActivityPost.new(author: null, type: null) ```
Version data entries
50 entries across 50 versions & 1 rubygems