Class RoomUpdatedMetadata
Inheritance
System.Object
RoomUpdatedMetadata
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 RoomUpdatedMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.Nullable<System.Boolean> |
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 |
|---|---|
| System.String |
Name
What was updated in the room.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
Implements
Google.Apis.Requests.IDirectResponseSchema