Class: Google::Apis::AlertcenterV1beta1::AppSettingsChanged

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/alertcenter_v1beta1/classes.rb,
lib/google/apis/alertcenter_v1beta1/representations.rb,
lib/google/apis/alertcenter_v1beta1/representations.rb

Overview

Alerts from AppSettingsChanged bucket Rules configured by Admin which contain the below rules. Calendar settings changed Drive settings changed Email settings changed Mobile settings changed

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AppSettingsChanged

Returns a new instance of AppSettingsChanged.



510
511
512
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 510

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#alert_detailsString

Any other associated alert details, for example, AlertConfiguration. Corresponds to the JSON property alertDetails NOTE: Values are automatically base64 encoded/decoded in the client library.

Returns:

  • (String)


503
504
505
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 503

def alert_details
  @alert_details
end

#nameString

Rule name Corresponds to the JSON property name

Returns:

  • (String)


508
509
510
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 508

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



515
516
517
518
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 515

def update!(**args)
  @alert_details = args[:alert_details] if args.key?(:alert_details)
  @name = args[:name] if args.key?(:name)
end