A solid background color for rendering the ad. The background of the ad
can either be a solid color, or a gradient, which can be specified through
setBackgroundGradientFrom:toColor: method. If both solid and gradient
background is requested, only the latter is considered.
A linear gradient background color for rendering the ad. The background of
the ad can either be a linear gradient, or a solid color, which can be
specified through setBackgroundSolid method. If both solid and gradient
background is requested, only the latter is considered.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-03-03 UTC."],[],[],null,["# GoogleMobileAds Framework Reference\n\nGADSearchRequest\n================\n\n class GADSearchRequest : ../Classes/GADRequest.html\n\nSpecifies parameters for search ads.\n- `\n ``\n ``\n `\n\n ### [query](#/c:objc(cs)GADSearchRequest(py)query)\n\n `\n ` \n The search ad query. \n\n #### Declaration\n\n Swift \n\n var query: String? { get set }\n\n- `\n ``\n ``\n `\n\n ### [backgroundColor](#/c:objc(cs)GADSearchRequest(py)backgroundColor)\n\n `\n ` \n The search ad background color. \n\n #### Declaration\n\n Swift \n\n @NSCopying var backgroundColor: UIColor? { get }\n\n- `\n ``\n ``\n `\n\n ### [gradientFrom](#/c:objc(cs)GADSearchRequest(py)gradientFrom)\n\n `\n ` \n The search ad gradient from color. \n\n #### Declaration\n\n Swift \n\n @NSCopying var gradientFrom: UIColor? { get }\n\n- `\n ``\n ``\n `\n\n ### [gradientTo](#/c:objc(cs)GADSearchRequest(py)gradientTo)\n\n `\n ` \n The search ad gradient to color. \n\n #### Declaration\n\n Swift \n\n @NSCopying var gradientTo: UIColor? { get }\n\n- `\n ``\n ``\n `\n\n ### [headerColor](#/c:objc(cs)GADSearchRequest(py)headerColor)\n\n `\n ` \n The search ad header color. \n\n #### Declaration\n\n Swift \n\n @NSCopying var headerColor: UIColor? { get set }\n\n- `\n ``\n ``\n `\n\n ### [descriptionTextColor](#/c:objc(cs)GADSearchRequest(py)descriptionTextColor)\n\n `\n ` \n The search ad description text color. \n\n #### Declaration\n\n Swift \n\n @NSCopying var descriptionTextColor: UIColor? { get set }\n\n- `\n ``\n ``\n `\n\n ### [anchorTextColor](#/c:objc(cs)GADSearchRequest(py)anchorTextColor)\n\n `\n ` \n The search ad anchor text color. \n\n #### Declaration\n\n Swift \n\n @NSCopying var anchorTextColor: UIColor? { get set }\n\n- `\n ``\n ``\n `\n\n ### [fontFamily](#/c:objc(cs)GADSearchRequest(py)fontFamily)\n\n `\n ` \n The search ad text font family. \n\n #### Declaration\n\n Swift \n\n var fontFamily: String? { get set }\n\n- `\n ``\n ``\n `\n\n ### [headerTextSize](#/c:objc(cs)GADSearchRequest(py)headerTextSize)\n\n `\n ` \n The search ad header text size. \n\n #### Declaration\n\n Swift \n\n var headerTextSize: UInt { get set }\n\n- `\n ``\n ``\n `\n\n ### [borderColor](#/c:objc(cs)GADSearchRequest(py)borderColor)\n\n `\n ` \n The search ad border color. \n\n #### Declaration\n\n Swift \n\n @NSCopying var borderColor: UIColor? { get set }\n\n- `\n ``\n ``\n `\n\n ### [borderType](#/c:objc(cs)GADSearchRequest(py)borderType)\n\n `\n ` \n The search ad border type. \n\n #### Declaration\n\n Swift \n\n var borderType: ../Enums/GADSearchBorderType.html { get set }\n\n- `\n ``\n ``\n `\n\n ### [borderThickness](#/c:objc(cs)GADSearchRequest(py)borderThickness)\n\n `\n ` \n The search ad border thickness. \n\n #### Declaration\n\n Swift \n\n var borderThickness: UInt { get set }\n\n- `\n ``\n ``\n `\n\n ### [customChannels](#/c:objc(cs)GADSearchRequest(py)customChannels)\n\n `\n ` \n The search ad custom channels. \n\n #### Declaration\n\n Swift \n\n var customChannels: String? { get set }\n\n- `\n ``\n ``\n `\n\n ### [callButtonColor](#/c:objc(cs)GADSearchRequest(py)callButtonColor)\n\n `\n ` \n The search ad call button color. \n\n #### Declaration\n\n Swift \n\n var callButtonColor: ../Enums/GADSearchCallButtonColor.html { get set }\n\n- `\n ``\n ``\n `\n\n ### [setBackgroundSolid(_:)](#/c:objc(cs)GADSearchRequest(im)setBackgroundSolid:)\n\n `\n ` \n A solid background color for rendering the ad. The background of the ad\n can either be a solid color, or a gradient, which can be specified through\n setBackgroundGradientFrom:toColor: method. If both solid and gradient\n background is requested, only the latter is considered. \n\n #### Declaration\n\n Swift \n\n func setBackgroundSolid(_ color: UIColor)\n\n- `\n ``\n ``\n `\n\n ### [setBackgroundGradientFrom(_:to:)](#/c:objc(cs)GADSearchRequest(im)setBackgroundGradientFrom:toColor:)\n\n `\n ` \n A linear gradient background color for rendering the ad. The background of\n the ad can either be a linear gradient, or a solid color, which can be\n specified through setBackgroundSolid method. If both solid and gradient\n background is requested, only the latter is considered. \n\n #### Declaration\n\n Swift \n\n func setBackgroundGradientFrom(_ from: UIColor, to toColor: UIColor)"]]