Class: Google::Apis::AlertcenterV1beta1::UndeleteAlertRequest
- Inherits:
-
Object
- Object
- Google::Apis::AlertcenterV1beta1::UndeleteAlertRequest
- 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
A request to undelete a specific alert that was marked for deletion.
Instance Attribute Summary collapse
-
#customer_id ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UndeleteAlertRequest
constructor
A new instance of UndeleteAlertRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ UndeleteAlertRequest
Returns a new instance of UndeleteAlertRequest.
2145 2146 2147 |
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 2145 def initialize(**args) update!(**args) end |
Instance Attribute Details
#customer_id ⇒ String
Optional. The unique identifier of the Google Workspace account of the
customer the alert is associated with. The customer_id must have the initial
"C" stripped (for example, 046psxkn). Inferred from the caller identity if
not provided. Find your customer ID.
Corresponds to the JSON property customerId
2143 2144 2145 |
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 2143 def customer_id @customer_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2150 2151 2152 |
# File 'lib/google/apis/alertcenter_v1beta1/classes.rb', line 2150 def update!(**args) @customer_id = args[:customer_id] if args.key?(:customer_id) end |