Class: Google::Apis::CloudsearchV1::AppsDynamiteSharedGroupDetails

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AppsDynamiteSharedGroupDetails

Returns a new instance of AppsDynamiteSharedGroupDetails.



1789
1790
1791
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1789

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

Instance Attribute Details

#descriptionString

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

Returns:

  • (String)


1781
1782
1783
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1781

def description
  @description
end

#guidelinesString

A simple text describing the rules and expectations from members when participating in conversation. Corresponds to the JSON property guidelines

Returns:

  • (String)


1787
1788
1789
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1787

def guidelines
  @guidelines
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1794
1795
1796
1797
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 1794

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