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.
1753 1754 1755 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1753 def initialize(**args) update!(**args) end |
Instance Attribute Details
#state ⇒ String
Corresponds to the JSON property state
1751 1752 1753 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1751 def state @state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1758 1759 1760 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1758 def update!(**args) @state = args[:state] if args.key?(:state) end |