Class: Google::Apis::AlertcenterV1beta1::RuleInfo

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

Proto that contains rule information.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RuleInfo

Returns a new instance of RuleInfo.



1777
1778
1779
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 1777

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

Instance Attribute Details

#display_nameString

User provided name of the rule. Corresponds to the JSON property displayName

Returns:

  • (String)


1770
1771
1772
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 1770

def display_name
  @display_name
end

#resource_nameString

Resource name that uniquely identifies the rule. Corresponds to the JSON property resourceName

Returns:

  • (String)


1775
1776
1777
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 1775

def resource_name
  @resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1782
1783
1784
1785
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 1782

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