Class: Google::Apis::CloudsearchV1::AppsDynamiteSharedSegmentedMembershipCounts

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AppsDynamiteSharedSegmentedMembershipCounts

Returns a new instance of AppsDynamiteSharedSegmentedMembershipCounts.



3167
3168
3169
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3167

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

Instance Attribute Details

#valueArray<Google::Apis::CloudsearchV1::AppsDynamiteSharedSegmentedMembershipCount>

Corresponds to the JSON property value



3165
3166
3167
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3165

def value
  @value
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3172
3173
3174
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3172

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