fileId property

  1. @JsonKey.new(name: 'file_id')
String get fileId
inherited

Identifier for the video file which can be used to download or reuse the file

Implementation

@JsonKey(name: 'file_id')
String get fileId;