Show / Hide Table of Contents

Class AppsDynamiteSharedActivityFeedAnnotationDataUserInfo

UserId of the AF item updater to show and the updater count to show.

Inheritance
System.Object
AppsDynamiteSharedActivityFeedAnnotationDataUserInfo
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 AppsDynamiteSharedActivityFeedAnnotationDataUserInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

UpdaterCountDisplayType

Describes how updater_count_to_show should be used.

Declaration
[JsonProperty("updaterCountDisplayType")]
public virtual string UpdaterCountDisplayType { get; set; }
Property Value
Type Description
System.String

UpdaterCountToShow

The number of updaters for clients to show, currently set to the total number of updaters minus the one set in updater_to_show.

Declaration
[JsonProperty("updaterCountToShow")]
public virtual int? UpdaterCountToShow { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

UpdaterToShow

The updater for clients to show.

Declaration
[JsonProperty("updaterToShow")]
public virtual UserId UpdaterToShow { get; set; }
Property Value
Type Description
UserId

Implements

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