REST.Backend.KinveyApi.TKinveyApi.TUserGroup

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TUserGroup = record

C++

struct DECLSPEC_DRECORD TUserGroup
{
private:
    System::TDateTime FCreatedAt;
    System::TDateTime FUpdatedAt;
    System::UnicodeString FObjectID;
public:
    __property System::TDateTime CreatedAt = {read=FCreatedAt};
    __property System::TDateTime UpdatedAt = {read=FUpdatedAt};
    __property System::UnicodeString ObjectID = {read=FObjectID};
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
REST.Backend.KinveyApi.pas
REST.Backend.KinveyApi.hpp
REST.Backend.KinveyApi TKinveyApi


Beschreibung

TUserGroup ist ein Record mit vom Cloud-Dienst abgerufenen Informationen über eine Benutzergruppe.

Siehe auch