Sha256: cf6af0b06f524b7eee72551f253b9e9a8d6f064dd62e760ed932953e54f61265
Contents?: true
Size: 637 Bytes
Versions: 40
Compression:
Stored size: 637 Bytes
Contents
# SunshineConversationsClient::AttachmentMediaTokenBody ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **paths** | **Array<String>** | An array of strings representing the list of attachment paths used to generate the media JWT. One token will be generated for each path. Each token will be valid for 2 hours by default. This value can be modified, see [App Settings](#operation/createApp) for more information. | ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::AttachmentMediaTokenBody.new(paths: null) ```
Version data entries
40 entries across 40 versions & 1 rubygems