Class MembershipChangedMetadata
Annotation metadata to display system messages for membership changes. Next Tag: 8
Inheritance
System.Object
MembershipChangedMetadata
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 MembershipChangedMetadata : IDirectResponseSchema
Properties
AffectedMemberProfiles
Declaration
[JsonProperty("affectedMemberProfiles")]
public virtual IList<Member> AffectedMemberProfiles { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<Member> |
AffectedMembers
List of users and rosters whose membership status changed.
Declaration
[JsonProperty("affectedMembers")]
public virtual IList<MemberId> AffectedMembers { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<MemberId> |
AffectedMemberships
Declaration
[JsonProperty("affectedMemberships")]
public virtual IList<AffectedMembership> AffectedMemberships { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<AffectedMembership> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Initiator
The user whose action triggered this system message.
Declaration
[JsonProperty("initiator")]
public virtual UserId Initiator { get; set; }
Property Value
| Type | Description |
|---|---|
| UserId |
InitiatorProfile
Complete member profiles, when ListTopicsRequest FetchOptions.USER is set. Otherwise, only the id will be filled in.
Declaration
[JsonProperty("initiatorProfile")]
public virtual User InitiatorProfile { get; set; }
Property Value
| Type | Description |
|---|---|
| User |
InitiatorType
The type of the user who initiated this membership change.
Declaration
[JsonProperty("initiatorType")]
public virtual string InitiatorType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Type
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema