Class AppsDynamiteSharedGroupDetails
NEXT TAG: 3 A GroupDetails proto will store the information pertaining to single Group.
Inheritance
object
AppsDynamiteSharedGroupDetails
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class AppsDynamiteSharedGroupDetails : IDirectResponseSchema
Properties
Description
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.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Guidelines
A simple text describing the rules and expectations from members when participating in conversation.
Declaration
[JsonProperty("guidelines")]
public virtual string Guidelines { get; set; }
Property Value
| Type | Description |
|---|---|
| string |