NetWrok.Clan.GetObjectKeys C# (CSharp) Method

GetObjectKeys() public method

public GetObjectKeys ( ) : Request
return Request
        public Request GetObjectKeys()
        {
            return api.Request ("clan.get_object_keys");
        }