PollOptionImage
An image which has been stored and relates to a poll option. An example JSON representation looks like this:
{ "option" : "Blue", "type" : "pollOptionImage", "image" : { "type" : "image", "size" : 98013, "width" : 251, "height" : 201, "contentType" : "image/png", "ref" : "https://example.jiveon.com/api/core/v3/images/1038", "id" : "1038" } }
Since: 3.8
Fields
Field | Type | Mode † | Description |
---|---|---|---|
followerCount | Integer | read-only | Number of people following this object. Availability:Will be present only for object types that support being followed. |
image | Image | read-only | The image associated to the poll option. |
likeCount | Integer | read-only | Number of people who have liked this object. Availability:Will be present only for object types that support being liked. |
option | String | read-only | The option in the poll that relates to the image. |
published | ISO 8601 Date | read-only | Date and time this object was originally created. |
resources | Object | read-only | Resource links (and related permissions for the requesting person) relevant to this object. |
| String[] | optional | Tags associated with this object. Availability:Will be present only for object types that support tags |
updated | ISO 8601 Date | read-only | Date and time this object was most recently updated. |
followed | Boolean | read-only | Whether the current user is following this object. Availability:Will be present only for object types that support being followed. |