Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaActionConfigScopeList

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/discoveryengine_v1beta/classes.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb

Overview

Stores a list of scopes.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaActionConfigScopeList

Returns a new instance of GoogleCloudDiscoveryengineV1alphaActionConfigScopeList.



7082
7083
7084
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 7082

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

Instance Attribute Details

#scopesArray<String>

Optional. The list of scopes. Corresponds to the JSON property scopes

Returns:

  • (Array<String>)


7080
7081
7082
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 7080

def scopes
  @scopes
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7087
7088
7089
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 7087

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