Class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitAdminV2Trigger

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIdentitytoolkitAdminV2Trigger

Returns a new instance of GoogleCloudIdentitytoolkitAdminV2Trigger.



1745
1746
1747
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 1745

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

Instance Attribute Details

#function_uriString

HTTP URI trigger for the Cloud Function. Corresponds to the JSON property functionUri

Returns:

  • (String)


1738
1739
1740
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 1738

def function_uri
  @function_uri
end

#update_timeString

When the trigger was changed. Corresponds to the JSON property updateTime

Returns:

  • (String)


1743
1744
1745
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 1743

def update_time
  @update_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1750
1751
1752
1753
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 1750

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