Class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2Trigger
- Inherits:
-
Object
- Object
- Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2Trigger
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/identitytoolkit_v2/classes.rb,
lib/google/apis/identitytoolkit_v2/representations.rb,
lib/google/apis/identitytoolkit_v2/representations.rb
Overview
Synchronous Cloud Function with HTTP Trigger
Instance Attribute Summary collapse
-
#function_uri ⇒ String
HTTP URI trigger for the Cloud Function.
-
#update_time ⇒ String
When the trigger was changed.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitAdminV2Trigger
constructor
A new instance of GoogleCloudIdentitytoolkitAdminV2Trigger.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitAdminV2Trigger
Returns a new instance of GoogleCloudIdentitytoolkitAdminV2Trigger.
1799 1800 1801 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 1799 def initialize(**args) update!(**args) end |
Instance Attribute Details
#function_uri ⇒ String
HTTP URI trigger for the Cloud Function.
Corresponds to the JSON property functionUri
1792 1793 1794 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 1792 def function_uri @function_uri end |
#update_time ⇒ String
When the trigger was changed.
Corresponds to the JSON property updateTime
1797 1798 1799 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 1797 def update_time @update_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1804 1805 1806 1807 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 1804 def update!(**args) @function_uri = args[:function_uri] if args.key?(:function_uri) @update_time = args[:update_time] if args.key?(:update_time) end |