Aspose::Email::Clients::Google::GoogleContactGroup Class Referencefinal

Represents a group which owns the contact More...

Inherits Object.

Public Member Functions

System::String get_Id () const
 Gets the unique identifier for a group entry More...
 
void set_Id (System::String value)
 Gets the unique identifier for a group entry More...
 
System::DateTime get_Updated () const
 Gets the date indicating the most recent instant in time when an group entry was modified More...
 
void set_Updated (System::DateTime value)
 Gets the date indicating the most recent instant in time when an group entry was modified More...
 
System::String get_Title () const
 Gets the human-readable title for a group entry More...
 
void set_Title (System::String value)
 Gets the human-readable title for a group entry More...
 
System::String get_Content () const
 Gets the content of the group entry More...
 
void set_Content (System::String value)
 Gets the content of the group entry More...
 
 GoogleContactGroup ()
 Initializes a new instance of the GoogleContactGroup class. More...
 
System::String ToString () const override
 Returns a String which represents the object instance.
More...
 

Detailed Description

Represents a group which owns the contact

Constructor & Destructor Documentation

◆ GoogleContactGroup()

Aspose::Email::Clients::Google::GoogleContactGroup::GoogleContactGroup ( )

Initializes a new instance of the GoogleContactGroup class.

Member Function Documentation

◆ get_Content()

System::String Aspose::Email::Clients::Google::GoogleContactGroup::get_Content ( ) const

Gets the content of the group entry

string that represents content

◆ get_Id()

System::String Aspose::Email::Clients::Google::GoogleContactGroup::get_Id ( ) const

Gets the unique identifier for a group entry

string that represents an unique identifier

◆ get_Title()

System::String Aspose::Email::Clients::Google::GoogleContactGroup::get_Title ( ) const

Gets the human-readable title for a group entry

The string that represents title for a group entry

◆ get_Updated()

System::DateTime Aspose::Email::Clients::Google::GoogleContactGroup::get_Updated ( ) const

Gets the date indicating the most recent instant in time when an group entry was modified

DateTime value that represents updated date

◆ set_Content()

void Aspose::Email::Clients::Google::GoogleContactGroup::set_Content ( System::String  value)

Gets the content of the group entry

string that represents content

◆ set_Id()

void Aspose::Email::Clients::Google::GoogleContactGroup::set_Id ( System::String  value)

Gets the unique identifier for a group entry

string that represents an unique identifier

◆ set_Title()

void Aspose::Email::Clients::Google::GoogleContactGroup::set_Title ( System::String  value)

Gets the human-readable title for a group entry

The string that represents title for a group entry

◆ set_Updated()

void Aspose::Email::Clients::Google::GoogleContactGroup::set_Updated ( System::DateTime  value)

Gets the date indicating the most recent instant in time when an group entry was modified

DateTime value that represents updated date

◆ ToString()

System::String Aspose::Email::Clients::Google::GoogleContactGroup::ToString ( ) const
override

Returns a String which represents the object instance.

Returns
Returns a String which represents the object instance.