Class: Google::Apis::BooksV1::Notification
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::BooksV1::Notification
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/books_v1/classes.rb,
 generated/google/apis/books_v1/representations.rb,
 generated/google/apis/books_v1/representations.rb
Instance Attribute Summary collapse
- 
  
    
      #body  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property body.
- 
  
    
      #crm_experiment_ids  ⇒ Array<Fixnum> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The list of crm experiment ids. 
- 
  
    
      #doc_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property doc_id.
- 
  
    
      #doc_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property doc_type.
- 
  
    
      #dont_show_notification  ⇒ Boolean 
    
    
      (also: #dont_show_notification?)
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property dont_show_notification.
- 
  
    
      #icon_url  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property iconUrl.
- 
  
    
      #kind  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Resource type. 
- 
  
    
      #notification_group  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property notificationGroup.
- 
  
    
      #notification_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property notification_type.
- 
  
    
      #pcampaign_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property pcampaign_id.
- 
  
    
      #reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property reason.
- 
  
    
      #show_notification_settings_action  ⇒ Boolean 
    
    
      (also: #show_notification_settings_action?)
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property show_notification_settings_action.
- 
  
    
      #target_url  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property targetUrl.
- 
  
    
      #title  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property title.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ Notification 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of Notification. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Notification
Returns a new instance of Notification
| 2135 2136 2137 | # File 'generated/google/apis/books_v1/classes.rb', line 2135 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#body ⇒ String
Corresponds to the JSON property body
| 2066 2067 2068 | # File 'generated/google/apis/books_v1/classes.rb', line 2066 def body @body end | 
#crm_experiment_ids ⇒ Array<Fixnum>
The list of crm experiment ids.
Corresponds to the JSON property crmExperimentIds
| 2071 2072 2073 | # File 'generated/google/apis/books_v1/classes.rb', line 2071 def crm_experiment_ids @crm_experiment_ids end | 
#doc_id ⇒ String
Corresponds to the JSON property doc_id
| 2076 2077 2078 | # File 'generated/google/apis/books_v1/classes.rb', line 2076 def doc_id @doc_id end | 
#doc_type ⇒ String
Corresponds to the JSON property doc_type
| 2081 2082 2083 | # File 'generated/google/apis/books_v1/classes.rb', line 2081 def doc_type @doc_type end | 
#dont_show_notification ⇒ Boolean Also known as: dont_show_notification?
Corresponds to the JSON property dont_show_notification
| 2086 2087 2088 | # File 'generated/google/apis/books_v1/classes.rb', line 2086 def dont_show_notification @dont_show_notification end | 
#icon_url ⇒ String
Corresponds to the JSON property iconUrl
| 2092 2093 2094 | # File 'generated/google/apis/books_v1/classes.rb', line 2092 def icon_url @icon_url end | 
#kind ⇒ String
Resource type.
Corresponds to the JSON property kind
| 2097 2098 2099 | # File 'generated/google/apis/books_v1/classes.rb', line 2097 def kind @kind end | 
#notification_group ⇒ String
Corresponds to the JSON property notificationGroup
| 2102 2103 2104 | # File 'generated/google/apis/books_v1/classes.rb', line 2102 def notification_group @notification_group end | 
#notification_type ⇒ String
Corresponds to the JSON property notification_type
| 2107 2108 2109 | # File 'generated/google/apis/books_v1/classes.rb', line 2107 def notification_type @notification_type end | 
#pcampaign_id ⇒ String
Corresponds to the JSON property pcampaign_id
| 2112 2113 2114 | # File 'generated/google/apis/books_v1/classes.rb', line 2112 def pcampaign_id @pcampaign_id end | 
#reason ⇒ String
Corresponds to the JSON property reason
| 2117 2118 2119 | # File 'generated/google/apis/books_v1/classes.rb', line 2117 def reason @reason end | 
#show_notification_settings_action ⇒ Boolean Also known as: show_notification_settings_action?
Corresponds to the JSON property show_notification_settings_action
| 2122 2123 2124 | # File 'generated/google/apis/books_v1/classes.rb', line 2122 def show_notification_settings_action @show_notification_settings_action end | 
#target_url ⇒ String
Corresponds to the JSON property targetUrl
| 2128 2129 2130 | # File 'generated/google/apis/books_v1/classes.rb', line 2128 def target_url @target_url end | 
#title ⇒ String
Corresponds to the JSON property title
| 2133 2134 2135 | # File 'generated/google/apis/books_v1/classes.rb', line 2133 def title @title end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 | # File 'generated/google/apis/books_v1/classes.rb', line 2140 def update!(**args) @body = args[:body] if args.key?(:body) @crm_experiment_ids = args[:crm_experiment_ids] if args.key?(:crm_experiment_ids) @doc_id = args[:doc_id] if args.key?(:doc_id) @doc_type = args[:doc_type] if args.key?(:doc_type) @dont_show_notification = args[:dont_show_notification] if args.key?(:dont_show_notification) @icon_url = args[:icon_url] if args.key?(:icon_url) @kind = args[:kind] if args.key?(:kind) @notification_group = args[:notification_group] if args.key?(:notification_group) @notification_type = args[:notification_type] if args.key?(:notification_type) @pcampaign_id = args[:pcampaign_id] if args.key?(:pcampaign_id) @reason = args[:reason] if args.key?(:reason) @show_notification_settings_action = args[:show_notification_settings_action] if args.key?(:show_notification_settings_action) @target_url = args[:target_url] if args.key?(:target_url) @title = args[:title] if args.key?(:title) end |