[[["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\nGADNativeAdImage\n================\n\n class GADNativeAdImage : NSObject\n\nNative ad image.\n- `\n ``\n ``\n `\n\n ### [image](#/c:objc(cs)GADNativeAdImage(py)image)\n\n `\n ` \n The image. If image autoloading is disabled, this property will be nil. \n\n #### Declaration\n\n Swift \n\n var image: UIImage? { get }\n\n- `\n ``\n ``\n `\n\n ### [imageURL](#/c:objc(cs)GADNativeAdImage(py)imageURL)\n\n `\n ` \n The image's URL. \n\n #### Declaration\n\n Swift \n\n var imageURL: URL? { get }\n\n- `\n ``\n ``\n `\n\n ### [scale](#/c:objc(cs)GADNativeAdImage(py)scale)\n\n `\n ` \n The image's scale. \n\n #### Declaration\n\n Swift \n\n var scale: CGFloat { get }\n\n[MediationAdditions\n------------------](#/MediationAdditions)\n\n- `\n ``\n ``\n `\n\n ### [init(image:)](#/c:objc(cs)GADNativeAdImage(im)initWithImage:)\n\n `\n ` \n Initializes and returns a native ad image object with the provided image. \n\n #### Declaration\n\n Swift \n\n init(image: UIImage)\n\n- `\n ``\n ``\n `\n\n ### [init(url:scale:)](#/c:objc(cs)GADNativeAdImage(im)initWithURL:scale:)\n\n `\n ` \n Initializes and returns a native ad image object with the provided image URL and image scale. \n\n #### Declaration\n\n Swift \n\n init(url URL: URL, scale: CGFloat)"]]