Class: Google::Apis::CloudsearchV1::ConsentedAppUnfurlMetadata

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ConsentedAppUnfurlMetadata

Returns a new instance of ConsentedAppUnfurlMetadata.



6604
6605
6606
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 6604

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

Instance Attribute Details

#client_specified_app_idGoogle::Apis::CloudsearchV1::UserId

Primary key for User resource. Corresponds to the JSON property clientSpecifiedAppId



6602
6603
6604
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 6602

def client_specified_app_id
  @client_specified_app_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6609
6610
6611
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 6609

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