Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaActionConfigScopeList
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaActionConfigScopeList
- 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
-
#scopes ⇒ Array<String>
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaActionConfigScopeList
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaActionConfigScopeList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaActionConfigScopeList
Returns a new instance of GoogleCloudDiscoveryengineV1alphaActionConfigScopeList.
6980 6981 6982 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 6980 def initialize(**args) update!(**args) end |
Instance Attribute Details
#scopes ⇒ Array<String>
Optional. The list of scopes.
Corresponds to the JSON property scopes
6978 6979 6980 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 6978 def scopes @scopes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6985 6986 6987 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 6985 def update!(**args) @scopes = args[:scopes] if args.key?(:scopes) end |