Show / Hide Table of Contents

Class AppsDynamiteSharedGroupDetails

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

Inheritance
System.Object
AppsDynamiteSharedGroupDetails
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top