Zync Photo Feed Filters
data class ZyncPhotoFeedFilters(val startDate: String? = null, val endDate: String? = null, val mediaType: ZyncAttachmentMediaType = ZyncAttachmentMediaType.ALL, val tags: List<String>? = null, val createdBy: List<String>? = null, val showOnlyGlassAttachments: Boolean = false)
Filter parameters for photo feed queries. All parameters are optional - null values mean no filtering is applied.
Properties
Link copied to clipboard
Filter attachments by media type (IMAGE, VIDEO, or ALL). Defaults to ALL which includes both images and videos.
Link copied to clipboard
Filter to show only GLASS-type attachments. When true, only attachments with type GLASS will be returned. When false (default), all attachment types including GLASS are returned.