GMSPlaceConsumerAlertDetails
@interface GMSPlaceConsumerAlertDetails : NSObjectThe details of the consumer alert message.
- 
                  
                  The title of the consumer alert. DeclarationSwift var title: String? { get }Objective-C @property (nonatomic, copy, readonly, nullable) NSString *title;
- 
                  
                  The description of the consumer alert. DeclarationSwift var alertDescription: String? { get }Objective-C @property (nonatomic, copy, readonly, nullable) NSString *alertDescription;
- 
                  
                  The title of the about link. DeclarationSwift var aboutLinkTitle: String? { get }Objective-C @property (nonatomic, copy, readonly, nullable) NSString *aboutLinkTitle;
- 
                  
                  The URI of the about link. DeclarationSwift var aboutLinkURI: URL? { get }Objective-C @property (nonatomic, copy, readonly, nullable) NSURL *aboutLinkURI;
- 
                  
                  Unavailable DeclarationObjective-C - (instancetype)init NS_UNAVAILABLE;