Class: Google::Apis::CloudsearchV1::AppsDynamiteSharedSegmentedMembershipCounts
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::AppsDynamiteSharedSegmentedMembershipCounts
- 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
-
#value ⇒ Array<Google::Apis::CloudsearchV1::AppsDynamiteSharedSegmentedMembershipCount>
Corresponds to the JSON property
value
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AppsDynamiteSharedSegmentedMembershipCounts
constructor
A new instance of AppsDynamiteSharedSegmentedMembershipCounts.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AppsDynamiteSharedSegmentedMembershipCounts
Returns a new instance of AppsDynamiteSharedSegmentedMembershipCounts.
2196 2197 2198 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2196 def initialize(**args) update!(**args) end |
Instance Attribute Details
#value ⇒ Array<Google::Apis::CloudsearchV1::AppsDynamiteSharedSegmentedMembershipCount>
Corresponds to the JSON property value
2194 2195 2196 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2194 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2201 2202 2203 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2201 def update!(**args) @value = args[:value] if args.key?(:value) end |