Class: Google::Apis::CloudsearchV1::ConsentedAppUnfurlMetadata
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::ConsentedAppUnfurlMetadata
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Overview
Annotation metadata app unfurl consent.
Instance Attribute Summary collapse
-
#client_specified_app_id ⇒ Google::Apis::CloudsearchV1::UserId
Primary key for User resource.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ConsentedAppUnfurlMetadata
constructor
A new instance of ConsentedAppUnfurlMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ConsentedAppUnfurlMetadata
Returns a new instance of ConsentedAppUnfurlMetadata.
5610 5611 5612 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5610 def initialize(**args) update!(**args) end |
Instance Attribute Details
#client_specified_app_id ⇒ Google::Apis::CloudsearchV1::UserId
Primary key for User resource.
Corresponds to the JSON property clientSpecifiedAppId
5608 5609 5610 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5608 def client_specified_app_id @client_specified_app_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5615 5616 5617 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 5615 def update!(**args) @client_specified_app_id = args[:client_specified_app_id] if args.key?(:client_specified_app_id) end |