CheerMeterVoteState
data class CheerMeterVoteState
Fields
| Name | Description |
|---|---|
var voteCount: Int
|
|
var voteUrl: String
|
|
var requestType: RequestType
|
Constructors
<init>
constructor(voteCount: Int, voteUrl: String, requestType: RequestType)
Parameters
| Name | Description |
|---|---|
voteCount: Int
|
|
voteUrl: String
|
|
requestType: RequestType
|