Class: Google::Apis::CloudsearchV1::AppsDynamiteSharedGroupVisibility
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::AppsDynamiteSharedGroupVisibility
- 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
Instance Attribute Summary collapse
-
#state ⇒ String
Corresponds to the JSON property
state.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AppsDynamiteSharedGroupVisibility
constructor
A new instance of AppsDynamiteSharedGroupVisibility.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AppsDynamiteSharedGroupVisibility
Returns a new instance of AppsDynamiteSharedGroupVisibility.
1649 1650 1651 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1649 def initialize(**args) update!(**args) end |
Instance Attribute Details
#state ⇒ String
Corresponds to the JSON property state
1647 1648 1649 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1647 def state @state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1654 1655 1656 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1654 def update!(**args) @state = args[:state] if args.key?(:state) end |