Show / Hide Table of Contents

Class MembershipChangedMetadata

Annotation metadata to display system messages for membership changes. Next Tag: 8

Inheritance
object
MembershipChangedMetadata
Implements
IDirectResponseSchema
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 MembershipChangedMetadata : IDirectResponseSchema

Properties

AffectedMemberProfiles

Declaration
[JsonProperty("affectedMemberProfiles")]
public virtual IList<Member> AffectedMemberProfiles { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><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<T><MemberId>

AffectedMemberships

Declaration
[JsonProperty("affectedMemberships")]
public virtual IList<AffectedMembership> AffectedMemberships { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><AffectedMembership>

ETag

The ETag of the item.

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

Type

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX