Class GoogleContactGroup
Represents a group which owns the contact
public sealed class GoogleContactGroup
Properties
| Name | Description |
|---|
| Content { get; } | Gets the content of the group entry |
| Id { get; } | Gets the unique identifier for a group entry |
| Title { get; } | Gets the human-readable title for a group entry |
| Updated { get; } | Gets the date indicating the most recent instant in time when an group entry was modified |
Methods
| Name | Description |
|---|
| override ToString() | Returns a String which represents the object instance. |
See Also