Class AppsDynamiteSharedAppProfile
Optional field for apps overriding display info
Inheritance
object
AppsDynamiteSharedAppProfile
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 AppsDynamiteSharedAppProfile : IDirectResponseSchema
Properties
AvatarEmoji
Displayed user avatar emoji.
Declaration
[JsonProperty("avatarEmoji")]
public virtual string AvatarEmoji { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AvatarUrl
Displayed user avatar url.
Declaration
[JsonProperty("avatarUrl")]
public virtual string AvatarUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Displayed user name.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |