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.



1439
1440
1441
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 1439

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)


1432
1433
1434
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 1432

def display_name
  @display_name
end

#resource_nameString

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

Returns:

  • (String)


1437
1438
1439
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 1437

def resource_name
  @resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1444
1445
1446
1447
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 1444

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