Class: Google::Apis::CloudsearchV1::AppsDynamiteSharedGroupDetails
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::AppsDynamiteSharedGroupDetails
- 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
Overview
NEXT TAG: 3 A GroupDetails proto will store the information pertaining to single Group.
Instance Attribute Summary collapse
-
#description ⇒ String
A simple text that describes the purpose of a single Group, the general theme of the topics to be posted and/or the denominator of the Group participants.
-
#guidelines ⇒ String
A simple text describing the rules and expectations from members when participating in conversation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AppsDynamiteSharedGroupDetails
constructor
A new instance of AppsDynamiteSharedGroupDetails.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AppsDynamiteSharedGroupDetails
Returns a new instance of AppsDynamiteSharedGroupDetails.
1733 1734 1735 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1733 def initialize(**args) update!(**args) end |
Instance Attribute Details
#description ⇒ String
A simple text that describes the purpose of a single Group, the general theme
of the topics to be posted and/or the denominator of the Group participants.
Corresponds to the JSON property description
1725 1726 1727 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1725 def description @description end |
#guidelines ⇒ String
A simple text describing the rules and expectations from members when
participating in conversation.
Corresponds to the JSON property guidelines
1731 1732 1733 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1731 def guidelines @guidelines end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1738 1739 1740 1741 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1738 def update!(**args) @description = args[:description] if args.key?(:description) @guidelines = args[:guidelines] if args.key?(:guidelines) end |