Class RoomUpdatedMetadata
Inheritance
object
RoomUpdatedMetadata
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 RoomUpdatedMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GroupDetailsMetadata
Declaration
[JsonProperty("groupDetailsMetadata")]
public virtual GroupDetailsUpdatedMetadata GroupDetailsMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| GroupDetailsUpdatedMetadata |
GroupLinkSharingEnabled
Declaration
[JsonProperty("groupLinkSharingEnabled")]
public virtual bool? GroupLinkSharingEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Initiator
The user who initiated this room update. Complete member profiles, when ListTopicsRequest FetchOptions.USER is set. Otherwise, only the id will be filled in.
Declaration
[JsonProperty("initiator")]
public virtual User Initiator { get; set; }
Property Value
| Type | Description |
|---|---|
| User |
InitiatorType
The type of the user who initiated this room update.
Declaration
[JsonProperty("initiatorType")]
public virtual string InitiatorType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
What was updated in the room.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RenameMetadata
Declaration
[JsonProperty("renameMetadata")]
public virtual RoomRenameMetadata RenameMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| RoomRenameMetadata |
Visibility
DEPRECATED: See GroupVisibility proto definition.
Declaration
[JsonProperty("visibility")]
public virtual AppsDynamiteSharedGroupVisibility Visibility { get; set; }
Property Value
| Type | Description |
|---|---|
| AppsDynamiteSharedGroupVisibility |