fileName property

String? fileName
getter/setter pair

File name with extension of the media item.

This is shown to the user in Google Photos. The file name specified during the byte upload process is ignored if this field is set. The file name, including the file extension, shouldn't be more than 255 characters. This is an optional field.

Implementation

core.String? fileName;