Skip to content

Commit

Permalink
Change minTierForMovie field description
Browse files Browse the repository at this point in the history
  • Loading branch information
ievgenii-vimeo committed Aug 10, 2021
1 parent 9e4c8f8 commit c694015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/src/main/java/com/vimeo/networking2/EditSession.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import com.squareup.moshi.JsonClass
* @param resultVideoHash The result video hash.
* @param hasWatermark Whether the video has watermark.
* @param isRated Whether the video is rated.
* @param minTierForMovie Whether video requires paid plan.
* @param minTierForMovie The minimum required Vimeo membership for the user to be able to share or download the video.
*/
@JsonClass(generateAdapter = true)
data class EditSession(
Expand Down

0 comments on commit c694015

Please sign in to comment.