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.



1658
1659
1660
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 1658

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)


1651
1652
1653
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 1651

def display_name
  @display_name
end

#resource_nameString

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

Returns:

  • (String)


1656
1657
1658
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 1656

def resource_name
  @resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1663
1664
1665
1666
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 1663

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