Class: Google::Apis::CloudsearchV1::GroupDetailsUpdatedMetadata
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::GroupDetailsUpdatedMetadata
- 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
-
#new_group_details ⇒ Google::Apis::CloudsearchV1::AppsDynamiteSharedGroupDetails
NEXT TAG: 3 A GroupDetails proto will store the information pertaining to single Group.
-
#prev_group_details ⇒ Google::Apis::CloudsearchV1::AppsDynamiteSharedGroupDetails
NEXT TAG: 3 A GroupDetails proto will store the information pertaining to single Group.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GroupDetailsUpdatedMetadata
constructor
A new instance of GroupDetailsUpdatedMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GroupDetailsUpdatedMetadata
Returns a new instance of GroupDetailsUpdatedMetadata.
10747 10748 10749 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10747 def initialize(**args) update!(**args) end |
Instance Attribute Details
#new_group_details ⇒ Google::Apis::CloudsearchV1::AppsDynamiteSharedGroupDetails
NEXT TAG: 3 A GroupDetails proto will store the information pertaining to
single Group.
Corresponds to the JSON property newGroupDetails
10739 10740 10741 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10739 def new_group_details @new_group_details end |
#prev_group_details ⇒ Google::Apis::CloudsearchV1::AppsDynamiteSharedGroupDetails
NEXT TAG: 3 A GroupDetails proto will store the information pertaining to
single Group.
Corresponds to the JSON property prevGroupDetails
10745 10746 10747 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10745 def prev_group_details @prev_group_details end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10752 10753 10754 10755 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 10752 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 |