Class: Google::Apis::CloudsearchV1::GroupDetailsUpdatedMetadata

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) ⇒ GroupDetailsUpdatedMetadata

Returns a new instance of GroupDetailsUpdatedMetadata.



9035
9036
9037
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9035

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

Instance Attribute Details

#new_group_detailsGoogle::Apis::CloudsearchV1::AppsDynamiteSharedGroupDetails

NEXT TAG: 3 A GroupDetails proto will store the information pertaining to single Group. Corresponds to the JSON property newGroupDetails



9027
9028
9029
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9027

def new_group_details
  @new_group_details
end

#prev_group_detailsGoogle::Apis::CloudsearchV1::AppsDynamiteSharedGroupDetails

NEXT TAG: 3 A GroupDetails proto will store the information pertaining to single Group. Corresponds to the JSON property prevGroupDetails



9033
9034
9035
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9033

def prev_group_details
  @prev_group_details
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9040
9041
9042
9043
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9040

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