GetPersonImageRequest

constructor(    name: String,     imageType: ImageType,     tag: String? = null,     format: ImageFormat? = null,     maxWidth: Int? = null,     maxHeight: Int? = null,     percentPlayed: Double? = null,     unplayedCount: Int? = null,     width: Int? = null,     height: Int? = null,     quality: Int? = null,     fillWidth: Int? = null,     fillHeight: Int? = null,     blur: Int? = null,     backgroundColor: String? = null,     foregroundLayer: String? = null,     imageIndex: Int? = null)